-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutDev.html
More file actions
192 lines (174 loc) · 6.34 KB
/
Copy pathaboutDev.html
File metadata and controls
192 lines (174 loc) · 6.34 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>touronline</title>
<link rel="icon" href="img/icon.png" type="image/icon type">
<link href="navbar.css" rel="stylesheet">
<link href="common.css" rel="stylesheet">
<style>
body {
background: #dee5e6d2;
overflow-x: hidden;
}
.wrapper {
margin-top: 10%;
}
.wrapper h1 {
font-size: 70px;
margin-bottom: 60px;
text-align: center;
}
.team {
display: flex;
justify-content: center;
width: auto;
text-align: center;
flex-wrap: wrap;
}
.team .team_member {
background: #fff;
margin: 5px;
margin-bottom: 50px;
width: 350px;
padding: 20px;
line-height: 20px;
color: #8e8b8b;
position: relative;
}
.team .team_member h3 {
color: rgb(173, 176, 176);
font-size: 26px;
margin-top: 50px;
}
.team .team_member p.role {
color: rgb(154, 154, 154);
margin: 12px 0;
font-size: 12px;
text-transform: uppercase;
}
.team .team_member .team_img {
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 100px;
border-radius: 50%;
background: #fff;
}
.team .team_member .team_img img {
width: 100px;
height: 100px;
padding: 5px;
}
.team_member a{
text-decoration: none;
color: inherit;
color: #2a2929;
font-weight: bold;
}
@media screen and (max-width:600px) {
.wrapper{
margin-bottom: 20px;
}
}
</style>
</head>
<body>
<header>
<nav>
<div id="navsection">
<a herf="home" class="logo">touronline</a>
<ul class="navbar">
<li><a href="home">Home</a></li>
<li><a href="explore">Explore</a></li>
<li><a href="category">Category</a></li>
<li><a href="about">About</a></li>
<li><a href="search">Search</a></li>
<li><a><span id="navlogin">Login</span></a></li>
</ul>
</div>
<div class="mobologo">
<a herf="home" class="logo">touronline</a>
</div>
<div id="navsectionmobile">
<ul class="navbar">
<li><a href="home"><img src="img/home.svg"></a></li>
<li><a href="explore"><img src="img/explore.svg"></a></li>
<li><a href="category"><img src="img/category.svg"></a></li>
<li><a href="search"><img src="img/search.svg"></a></li>
<li><a href="mobo"><img src="img/expand.svg"></a></li>
</ul>
</div>
</nav>
</header>
<div class="wrapper">
<h1>Our Team</h1>
<div class="team">
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 01.png" alt="Team_image">
</div>
<h3>Thamash Weragoda</h3>
<p class="role">Developer</p>
<p>BSc(Hons) in Computer Science-UG<br><a href="https://www.linkedin.com/in/thamash-weragoda-896b401a1/" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 02.png" alt="Team_image">
</div>
<h3>Tharindu Gunarathna</h3>
<p class="role">Developer</p>
<p>BSc(Hons) in Computer Science-UG<br><a
href="https://www.linkedin.com/in/tharindu-danushka-b9696a202/" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 03.png" alt="Team_image">
</div>
<h3>Sanidu Hewage</h3>
<p class="role">Developer</p>
<p>BSc(Honours) in Data Science-UG<br><a href="" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 04.png" alt="Team_image">
</div>
<h3>Subhanu Chamaka</h3>
<p class="role">Developer</p>
<p>BSc(Honours) in Data Science-UG<br><a
href="https://www.linkedin.com/in/subhanu-chamaka-204849236/" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 05.png" alt="Team_image">
</div>
<h3>Shehan Shananaka</h3>
<p class="role">Developer</p>
<p>BSc(Honours) in Data Science-UG<br><a href="https://www.linkedin.com/in/shehan-shanaka-887593245" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 06.png" alt="Team_image">
</div>
<h3>Umindu Nimsara</h3>
<p class="role">Developer</p>
<p>BSc(Honours) in Data Science-UG<br><a href="http://www.linkedin.com/in/umindu-nimsara" target="_blank">Linkedin</a></p>
</div>
<div class="team_member">
<div class="team_img">
<img src="devImg/Test 07.png" alt="Team_image">
</div>
<h3>Gihan Sudesh</h3>
<p class="role">Developer</p>
<p>BSc(Hons) in Computer Science-UG<br><a href="" target="_blank">Linkedin</a></p>
</div>
</div>
</div>
<script src="navbar.js"></script>
<script src="log.js"></script>
</body>
</html>