-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 1.87 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
<!DOCTYPE html>
<!--Stop looking at my code it's really bad I'm not a web developer-->
<html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matt Novelli dot com!</title>
<meta name="description="content="Homepage of Matthew Novelli, software developer.">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<style>
.content {
max-width: 400px;
margin: auto;
}
</style>
<body>
<img src="/accent.gif" style='height: 100%; width: 100%; object-fit: contain'/>
<div>
<center>
<h1><a href=/index.html style="color:black;text-decoration:none">>> matt novelli <<</a></h1>
</center>
<center>
<h4><strong>↓↓↓↓↓↓↓↓</strong></h4>
<a href="/about.html">about</a><br/>
<a href="/projects"><b>projects</b></a><sup style="color: darkred;position:absolute;">NEW!</sup><br/>
<a href="/contact.html">e-mail</a><br/>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/mattnovelli/">linkedin</a><br/>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/mattnovelli">github</a><br/>
<a target="_blank" rel="noopener noreferrer" href="https://www.redbubble.com/people/mattnovelli/portfolio">redbubble</a><br/>
<a target="_blank" rel="noopener noreferrer" href="https://instagram.com/matthewnovelli">instagram</a><br/>
<h4><strong>↑↑↑↑↑↑↑↑</strong></h4>
</center>
</div>
<img src="/accent.gif" style='height: 100%; width: 100%; object-fit: contain' />
<center>
<font size="1" color="gray">(c) 2021 - ∞ Matthew Novelli.</font>
</center>
</body>
</html>