-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
79 lines (76 loc) · 3.31 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Our Team</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="container">
<h1>Meet Our Team</h1>
<div class="team-grid">
<div class="team-member">
<div class="member-icon" style="background-color: #3498db;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Jerit Reji</h3>
<p class="role">Team Leader</p>
<p class="bio">(From Saintgits College of Egineering) Ui/Ux,Machine Learning</p>
</div>
</div>
<div class="team-member">
<div class="member-icon" style="background-color: #e74c3c;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Marianna Martin</h3>
<p class="role">Member</p>
<p class="bio">(From Saintgits College of Egineering)Machine Learning,Data cleaning</p>
</div>
</div>
<div class="team-member">
<div class="member-icon" style="background-color: #f1c40f;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Varsha S. Panicker</h3>
<p class="role">Member</p>
<p class="bio">(From Saintgits College of Egineering)Machine Learning,Data cleaning</p>
</div>
</div>
<div class="team-member">
<div class="member-icon" style="background-color: #2ecc71;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Shane Jacob</h3>
<p class="role">Memeber</p>
<p class="bio">(From Saintgits College of Egineering) FrontEnd Development</p>
</div>
</div>
<div class="team-member">
<div class="member-icon" style="background-color: #9b59b6;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Joel Samuel</h3>
<p class="role">Member</p>
<p class="bio">(From Saintgits College of Egineering) Front End Development</p>
</div>
</div>
<div class="team-member">
<div class="member-icon" style="background-color: #34495e;">
<img src="profile_pic _about.png" alt="profile_pic">
</div>
<div class="member-info">
<h3>Sethunath A.</h3>
<p class="role">Member</p>
<p class="bio">(From Saintgits College of Egineering)Machine Learning,Data cleaning</p>
</div>
</div>
</div>
</div>
</body>
</html>