-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 1.42 KB
/
index.html
File metadata and controls
55 lines (51 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<title>ITWD | 2017</title>
<link rel="stylesheet" href="src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="title">
<h1>Intro to Web Development</h1>
<p>Class of 2017</p>
</div>
<div class="students">
<div>
<figure>
<img src="./src/imgs/profiles/male.png" alt="">
<figcaption>Arsh Ladhani</figcaption>
</figure>
</div>
<div>
<figure>
<img src="./src/imgs/profiles/akil.png" alt="Akil Virani">
<figcaption>Akil Virani</figcaption>
</figure>
</div>
<div>
<figure>
<img src="./src/imgs/profiles/alian.png" alt="Aliaan">
<figcaption>Aliaan</figcaption>
</figure>
</div>
<div>
<figure>
<img src="./src/imgs/profiles/insha.png" alt="Insha Ladhani">
<figcaption>Insha Ladhani</figcaption>
</figure>
</div>
<div>
<figure>
<img src="./src/imgs/profiles/ansha.png" alt="Ansha Dewani">
<figcaption>Ansha Dewani</figcaption>
</figure>
</div>
</div>
<div class="footer">
<p>Learn more about <a href="https://itwd.us">ITWD</a></p>
</div>
</div>
</body>
</html>