forked from setetres/evenbettermotherfuckingwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (82 loc) · 3.67 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<meta name="description" content="My personal website">
<link rel="canonical" href="https://georgedavitiani.com">
<title>George Davitiani - Personal Website</title>
<style>
body {margin: 5% auto; background: white; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; max-width: 73%;}
code {background: white;}
</style>
</head>
<body>
<header>
<h1>George Davitiani •
<a href="mailto:george.davitiani@hey.com">
<img src="assets/email-30.png" alt="Email" width="30" height="20">
</a>
</h1>
</header>
<main>
<table align="left" cellpadding="20">
<tr>
<td align="center">
<a href="resume.html">
<img src="assets/resume-200.png" alt="Resume" width="159" height="200">
</a>
</td>
<td align="center">
<a href="https://www.linkedin.com/in/davitiani">
<img src="assets/li-200.png" alt="LinkedIn" width="200" height="200">
</a>
</td>
<td align="center">
<a href="https://github.com/gdmoney">
<img src="assets/github-200.png" alt="GitHub" width="200" height="200">
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://gdmoney.github.io/knowledge/">
<img src="assets/knowledge-200.png" alt="Knowledge" width="145" height="200">
</a>
</td>
<td align="center">
<a href="poem.html">
<img src="assets/poem-200.png" alt="Poem" width="152" height="200">
</a>
</td>
<td align="center">
<a href="https://gdmoney.github.io/personal-development">
<img src="assets/pd-190.png" alt="Personal Development" width="190" height="190">
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://gdmoney.github.io/quotes/">
<img src="assets/quote-180.png" alt="Quotes" width="180" height="180">
</a>
</td>
<td align="center">
<a href="https://gdmoney.github.io/fitness/">
<img src="assets/lift-200.png" alt="Fitness" width="184" height="200">
</a>
</td>
<td align="center">
<a href="https://gdmoney.github.io/reading/">
<img src="assets/reading-200.png" alt="Reading" width="200" height="158">
</a>
</td>
</tr>
</table>
</main>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer>
<p>© 2025 George Davitiani. All rights reserved.</p>
</footer>
</body>
</html>