-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (113 loc) · 4.43 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>RED Academy | Developer Student Profiles - Spring 2018</title>
<link href="//fonts.googleapis.com/css?family=Roboto:100,100i,300,500,700" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<header class="site-header">
<div class="masthead">
<div class="container">
<img src="images/red-logo.svg" class="logo" alt="RED Academy logo" />
</div>
</div>
<div class="container">
<h1>Spring 2018 Developer Student Profiles</h1>
<p class="tagline">Say hello to your lovely classmates! Click a name to visit the profile:</p>
<hr />
</div>
</header>
<section class="site-content container">
<ul class="profile-list">
<li>
<div class="profile-photo">
<img src="students/pamela-chong/images/me.jpg" alt="Pamela Chong profile photo">
</div>
<p><a href="students/pamela-chong/index.html">Pamela Chong</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/stu-johnston/stupic.jpg" alt="Stu Johnston profile photo">
</div>
<p><a href="students/stu-johnston/mySite.html">Stu Johnston</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/andrei-egorov/images/happy.jpg" alt="Andrei Egorov profile photo">
</div>
<p><a href="students/andrei-egorov/index.html">Andrei Egorov</a></p>
</li>
<li>
<div class="profile-photo">
<img src="https://scontent.fyvr4-1.fna.fbcdn.net/v/t1.0-9/30226015_10215970367473447_1404175132917760000_n.jpg?_nc_cat=0&oh=1a1b74f14300601a53d34029f4210ea0&oe=5B6269DB" alt="Mike Chang profile photo">
</div>
<p><a href="students/Mike Web/index.html">Mike Chang</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/abdullah-toumeh/images/Abdullah.jpg" alt="Abdullah Toumeh profile photo">
</div>
<p><a href="students/abdullah-toumeh/index.html">Abdullah Toumeh</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/effat-chaar/images/Effat-Chaar.jpeg" alt="Effat Chaar profile photo">
</div>
<p><a href="students/effat-chaar/index.html">Effat Chaar</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/adam-roerick/images/my-face.jpg" alt="Adam Roerick profile photo">
</div>
<p><a href="students/adam-roerick/index.html">Adam Roerick</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/jason-murphy/images/Me2.png" alt="Jason Murphy profile photo">
</div>
<p><a href="students/jason-murphy/index.html">Jason Murphy</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/kate-jeziorska/assets/Kasia_Kate_Jeziorska_blackwhite_ps-768x1024 jpg.jpg" alt="Kate Jeziorska profile photo">
</div>
<p><a href="students/kate-jeziorska/index.html">Kate Jeziorska</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/sonia-mohammadi/7298230896_de495df94f_z.jpg" alt="Sonia profile photo">
</div>
<p><a href="#">Sonia Mohammadi</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/Daniel-Hamidi/images/Hamidi-pic.png" alt="Daniel Hamidi profile photo">
</div>
<p><a href="students/Daniel-Hamidi/index.html">Daniel Hamidi</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/david-hemmings/6586677927_32bef2afde_z.jpg" alt="Daniel Hemmings">
</div>
<p><a href="#">David Hemmings</a></p>
</li>
<li>
<div class="profile-photo">
<img src="students/kevin-ebra/7298226022_d53382f17e_z.jpg" alt="Kevin Ebra">
</div>
<p><a href="#">Kevin Ebra</a></p>
</li>
</ul>
</section>
<hr />
<footer class="site-footer container">
<p class="copyright">© 2018
<a href="http://www.redacademy.com">RED Academy</a>
</p>
</footer>
</body>
</html>