-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (63 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ryan LeChien's Personal Site</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/pics/favicon.png">
<link rel="canonical" href="https://pascalcaseman.github.io/">
<style>
html {
background-color: #fce6ae;
color: #000000;
font-family: sans-serif;
}
a {
color: #000000;
}
a:hover {
color: #7d7d7d;
}
</style>
</head>
<body>
<!-- Intro section -->
<table>
<tr>
<td>
<h1>Ryan LeChien's Personal Website</h1>
<h2><i>A repository for artifacts of my life…</i></h2>
</td>
</tr>
</table>
<!-- Directory section -->
<center>
<table>
<tr>
<td style="width: 260px; background-color: #7092be;">
<h3 style="text-align: center;"><a href="index.html">Main page</a></h3>
</td>
<td style="width: 260px; background-color: #7092be;">
<h3 style="text-align: center;"><a href="https://www.linkedin.com/in/ryan-lechien/">LinkedIn</a></h3>
</td>
<td style="width: 260px; background-color: #7092be;">
<h3 style="text-align: center;"><a href="https://realestate.ryanlechien.com">My Real Estate Website</a></h3>
</td>
<td style="width: 260px; background-color: #7092be;">
<h3 style="text-align: center;"><a href="portfolio.html">Professional Portfolio</a></h3>
</td>
<td style="width: 260px; background-color: #7092be;">
<h3 style="text-align: center;"><a href="downloads.html">Downloads</a></h3>
</td>
</tr>
</table>
<table>
<p></p>
<p></p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Holstein_Cow_Grazing_02.jpg/640px-Holstein_Cow_Grazing_02.jpg"
alt="A cow looking suspicious">
</table>
</center>
</body>
</html>