-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpersonal.html
63 lines (45 loc) · 1.61 KB
/
personal.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="scicon1.png">
<title>Nicolas Basil</title>
</head>
<p class="sitename">
www.nbasil.com
</p>
<h1>
PERSONAL
</h1>
<ul class="nav">
<li><a style="text-decoration: none;" href="index.html"> Home </a></li>
<li><a style="text-decoration: none;" href="resume.html"> Résumé </a></li>
<li><a style="text-decoration: none;" href="personalprojects.html"> Projects </a></li>
<li><a style="text-decoration: none;" href="academic.html"> Academic </a></li>
<li><a style="text-decoration: none;" href="personal.html"> Personal </a></li>
</ul>
<!-- <img src="hotel-small.jpg" height="520" width="350" BORDER=5 onmouseover="this.src='hotel-small.png'" height="520" width="350" BORDER=5 onmouseout="this.src='hotel-small.jpg'" height="520" width="350" BORDER=5 class="center"/>
-->
<p>
<i>Please click on one of the below options for more information.</i>
</p>
<br>
<table align="center">
<tr>
<td>
<div class="img">
<a href="baking.html"><img src="src/assets/personalgallery/baking.jpg" alt="pic" width="150" height="150"></a>
<div class="desc">Baking</div>
</div>
<div class="img">
<a href="athletic.html"><img src="src/assets/personalgallery/athletic.jpg" alt="pic" width="150" height="150"></a>
<div class="desc">Athletic</div>
</div>
<div class="img">
<a href="familyhistory.html"><img src="src/assets/personalgallery/familyhistory.jpg" alt="pic" width="150" height="150"></a>
<div class="desc">Family History</div>
</div>
</td>
</tr>
</table>
</body>
</html>