-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.37 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Caliber</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Caliber</h1>
<h2>About</h2>
<p>
<em><a href="/">Caliber</a></em> is a project which utilizes image processing methods to determine the freshness of tomatoes.
</p>
<h2>People</h2>
<p>
This project is collectively carried out by us, who are currently undergraduate students at <a href="http://eng.pdn.ac.lk">Faculty of Engineering</a>, <a href="http://www.pdn.ac.lk/">University of Peradeniya</a>.
<ul class="namelist">
<li><a href="https://github.com/Dhushintha">R Dhushintha</a> (E17)</li>
<li>AI Karunanayake (E17)</li>
<li><a href="https://github.com/Mahela-Pandukabhaya">VKM Pandukabhaya</a> (E17)</li>
<li><a href="https://github.com/ranadonz">DMDR Dissanayake</a> (E17)</li>
<li>CSB Herath (E16)</li>
<li>RMKL Ratnayake (E17)</li>
</ul>
</p>
</div>
</div>
<footer>
<ul>
<li><a href="mailto:vkmpandukabhaya@gmail.com">email</a></li>
</ul>
</footer>
</body>
</html>