-
Notifications
You must be signed in to change notification settings - Fork 0
/
wanda.html
35 lines (33 loc) · 1011 Bytes
/
wanda.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
<!DOCTYPE html>
<html>
<body style="background-color:cornflowerblue;">
<head>
<title>Wanda Griffin </title>
<link href="https://fonts.googleapis.com/css?family=Chewy|Oswald" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css"/>
</head>
</body>
<nav>
<ul>
<h1> Wanda Griffin </h1>
<img src="IMG_3674.jpg" style="width:450px;height:450px;">
<br></br>
<img alt="My mom and I having fun at Newport Beach"
<br>
<br></br>
<img src="IMG_0356.jpg" style="width:450px;height:450px;">
<br></br>
<img alt="My mom holding her former co-workers baby"
<p>
<p> My mom attended the University of California Berkeley and received her BS in Nutrition and Food Science. Then she went to Cal State Hayward and received her BS in Nursing.</p>
<br></br>
<li><a href="michael.html">Michael!</a></li>
<li><a href="ajani.html">Ajani!</a></li>
<li><a href="zindzi.html">Zindzi!</a></li>
<li><a href="index.html">Homepage!</a></li>
</ul>
</nav>
</head>
<body>
</body>
</html>