forked from Mr-Sunglasses/team-infinity-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (61 loc) · 2.27 KB
/
index.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Team Infinity</title>
<link rel="icon" href="asserts/icons8-infinite-16.png" type="image/icon type">
<link rel="stylesheet" href="./style.css">
</head>
<body bgcolor="ECECEC">
<header>
<div class="title">
<h3>Team </h3>
</div>
<div class="content">
<h5>who we are</h5>
<p>We are team of creatively diverse. driven. innovative individuals working for <a href="https://www.sih.gov.in/">SIH</a> Hackathon, from Kiet Group of Institutions. </p>
</div>
</header>
<main>
<div class="profile">
<figure data-value="Full Stack Developer">
<img src="asserts/IMG_4023.JPG" alt="">
<figcaption>Kanishk Pachauri </figcaption>
</figure>
</div>
<div class="profile">
<figure data-value="Front-End Developer">
<img src="asserts/1632906935936.jpeg" alt="">
<figcaption>Ananya Sharma</figcaption>
</figure>
</div>
<div class="profile">
<figure data-value="Flutter Developer">
<img src="asserts/1626102436387.jpeg" alt="">
<figcaption>Vaishnavi Sangal</figcaption>
</figure>
</div>
<div class="profile">
<figure data-value="ui-ux designer">
<img src="asserts/yashasvi.jpeg" alt="">
<figcaption>Yashasvi Baliyan</figcaption>
</figure>
</div>
<div class="profile">
<figure data-value="AI developer">
<img src="asserts/1607585301117.jpeg" alt="">
<figcaption>Kushagra Srivastava</figcaption>
</figure>
</div>
<div class="profile">
<figure data-value="Mentor and Lead">
<img src="asserts/Screenshot 2022-03-06 at 1.58.57 PM.png" alt="">
<figcaption>Satyam Sharma</figcaption>
</figure>
</div>
</main>
<footer>
<p>Created by - <a href="https://kanishkpachauri.netlify.app/"><span>Kanishk Pachauri</span></a> , <a href="https://github.com/Mr-Sunglasses/team-infinity-homepage"><span>Source Code</span></a></p>
</footer>
</body>
</html>