-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeam.html
115 lines (97 loc) · 2.69 KB
/
Team.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<html>
<head>
<meta charset="UTF-8">
<title>Team</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div class="wrapper clearfix">
<div id="logo">
<a href="index.html"><img src="images/teamname.jpg" alt="LOGO" width="120" height="50"></a>
</div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="selected">
<a href="Team.html">Team</a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div class="wrapper clearfix">
<div class="main">
<h1>Sabra01-Team Members</h1>
<p>
<ul class="list">
<li><h1 align="center">
<img src="members/sa.jpg" height="150" width="150"></h1>
<h4 align="center">Sachitha Weerakkody</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</li>
<li>
<p>
<h1 align="center">
<img src="members/u.jpg" height="150" width="150"></h1>
<h4 align="center">Udeni Kalpana</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</p>
</li>
<li>
<p>
<h1 align="center">
<img src="members/k.jpg" height="150" width="150"></h1>
<h4 align="center">Kisal Wijeyesekara</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</p>
</li>
<li>
<p>
<h1 align="center">
<img src="members/h.jpg" height="200" width="150"></h1>
<h4 align="center">Hasitha Rodrigo</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</p>
</li>
<li>
<p>
<h1 align="center">
<img src="members/r.jpg" height="150" width="150"></h1>
<h4 align="center">Ramitha Navi</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</p>
</li>
<li>
<p>
<h1 align="center">
<img src="members/m.jpg" height="150" width="150"></h1>
<h4 align="center">Shehan Landewala</h4>
<h5 align="center">Faculty of Geomatics</h5>
<h5 align="center">Sabaragamuwa Universty of Sri Lanka</h5>
</p>
</li>
</ul>
</p>
</div>
</div>
</div>
<div id="footer">
<ul id="featured" class="wrapper clearfix">
</ul>
<div class="body">
<div class="wrapper clearfix">
</div>
</div>
</div>
</body>
</html>