-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlumni.html
More file actions
205 lines (125 loc) · 3.78 KB
/
Alumni.html
File metadata and controls
205 lines (125 loc) · 3.78 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
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<!—— import the css file——>
<link rel="stylesheet"
href="AlumniCSS.css">
<div class="header">
<h1>Fonce</h1> <!-- opening and closing h1 headline tag -->
<div class="rectangle"></div>
<img src = "file:///Users/sophia/Downloads/parisOriginal-2.jpg" style = "width: 100%">
<div class="navbar">
<!-- links the page to the text icon -->
<a href= "Mainpage.html">H o m e</a>
<a href="Slideshow.html"> G a l l e r y</a>
<a href="Videos.html"> V i d e o s</a>
<a href="Alumni.html">A l u m n i</a>
<a href="Locations.html"> L o c a t i o n s</a>
</head>
<body>
<pre>
</pre>
<div class="rectangle3"></div>
<div class="row">
<div class="column">
<h3> Violet Davids</h3>
<img src = "http://mymodernmet.com/wp/wp-content/uploads/2017/01/2017-golden-globes-3.jpg" style = "width: 50%">
<pre>
</pre></div>
<div class="column">
<pre>
</pre>
<div class="rectangle2"></div>
<pre>
Acclaimed actress Viola Davis is the only African-American
performer to win Tony, Oscar and Emmy Awards. She is known
for her award-winning performances in the television series
'How to Get Away With Murder,' the Broadway productions of
'King Hedley II' and 'Fences' and its film adaptation.
</pre>
<div class="rectangle2"></div>
</div>
</div>
<div class="row">
<div class="column">
<h3> Hared Seto</h3>
<img src = "http://www.fubiz.net/wp-content/uploads/2016/01/b-jaredleto-900x898.jpg" style = "width: 65%">
<pre>
</pre></div>
<div class="column">
<pre>
</pre>
<div class="rectangle2"></div>
<pre>
Acclaimed actress Viola Davis is the only African-American
performer to win Tony, Oscar and Emmy Awards. She is known
for her award-winning performances in the television series
'How to Get Away With Murder,' the Broadway productions of
'King Hedley II' and 'Fences' and its film adaptation.
</pre>
<div class="rectangle2"></div>
</div>
</div>
<div class="row">
<div class="column">
<h3> Lemuel Jacks</h3>
<img src = "https://www.thatericalper.com/wp-content/uploads/2013/10/samuel-l-jackson.jpg" style = "width: 65%">
<pre>
</pre></div>
<div class="column">
<pre>
</pre>
<div class="rectangle2"></div>
<pre>
Acclaimed actress Viola Davis is the only African-American
performer to win Tony, Oscar and Emmy Awards. She is known
for her award-winning performances in the television series
'How to Get Away With Murder,' the Broadway productions of
'King Hedley II' and 'Fences' and its film adaptation.
</pre>
<div class="rectangle2"></div>
</div>
</div>
<div class="row">
<div class="column">
<h3> Angele Joseph</h3>
<img src = "http://40.media.tumblr.com/cccc76b8e62eb4f15d037e3f5c72581c/tumblr_njo8s9xM7z1s4i2cio1_500.jpg" style = "width: 65%">
<pre>
</pre></div>
<div class="column">
<pre>
</pre>
<div class="rectangle2"></div>
<pre>
Acclaimed actress Viola Davis is the only African-American
performer to win Tony, Oscar and Emmy Awards. She is known
for her award-winning performances in the television series
'How to Get Away With Murder,' the Broadway productions of
'King Hedley II' and 'Fences' and its film adaptation.
</pre>
<div class="rectangle2"></div>
</div>
</div>
<div class="row">
<div class="column">
<h3> Micheala Orama</h3>
<img src = "https://www.capitalfm.co.ke/thesauce/files/2018/11/michelle-obama-bw.png" style = "width: 65%">
<pre>
</pre></div>
<div class="column">
<pre>
</pre>
<div class="rectangle2"></div>
<pre>
Acclaimed actress Viola Davis is the only African-American
performer to win Tony, Oscar and Emmy Awards. She is known
for her award-winning performances in the television series
'How to Get Away With Murder,' the Broadway productions of
'King Hedley II' and 'Fences' and its film adaptation.
</pre>
<div class="rectangle2"></div>
</div>
</div>
<div class="rectangle3"></div>
</body>
</html>