-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (36 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<title>Women in Tech</title>
<meta charset="utf-8" />
<link href="css/women-in-tech.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<h1>Women in Tech</h1>
<nav>
<ul>
<li class="homepage-women-links">
<a href="ada-lovelace.html">
<p class="homepage-women-links">Ada Lovelace</p>
<img src="images/Ada_Lovelace_portrait.jpg" height=400 alt="Ada Lovelace portrait" class="home-page-image"/>
</a>
</li>
<li class="homepage-women-links">
<a href="grace-hopper.html">
<p class="homepage-women-links">Grace Hopper</p>
<img src="images/Commodore_Grace_M_Hopper_USN.jpg" height=400 alt="Commodore Grace M Hopper" class="home-page-image"/>
</a>
</li>
<li class="homepage-women-links ">
<a href="katherine-johnson.html">
<p class="homepage-women-links">Katherine Johnson</p>
<img src="images/Katherine_Johnson_at_NASA_in_1966.jpg" height="400" alt="Katherine Johnson at NASA in 1966" class="home-page-image"/>
</a>
</li>
</ul>
</nav>
</div><!--#Wrapper-->
</body>
</html>