-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (43 loc) · 1.58 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
<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>WELCOME!</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>
<p>
<i>The personal website of Nicolas Basil.</i>
</p>
<table align="center">
<tbody>
<tr>
<td><img src="src/assets/wedding.jpg" height="290" width="230" BORDER=5 /></td>
<td><img src="src/assets/me.jpg" height="370" width="250" BORDER=5 /></td>
<td><img src="src/assets/isla.jpg" height="170" width="230" BORDER=5 /></td>
</tr>
</tbody>
</table>
<p class=fam-c>Left: Our Wedding Day | Center: Me! | Right: Day with my niece<p>
<br>
<p>
Please take a look around! On this site you can find academic and professional history, personal projects I have worked on, and even my family history.
</p>
<h2>
Contact
</h2>
<p class="link">
<a style="text-decoration: none;" href="https://www.facebook.com/nicolas.basil.3">Facebook</a>
</p>
<p class="link">
<a style="text-decoration: none;" href="http://www.linkedin.com/pub/nicolas-basil/80/307/966">LinkedIn</a>
</p>
</body>
</html>