-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 857 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Matthew's Landing Pad</title>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<h1>It's the wurzel_method.png</h1>
<h3>that's all you need to know</h3>
<img src="images/wurzel_method.png" alt="the_bloody_wurzel_method">
<p>Check out my facts in the lines below:</p>
<ul>
<li>fatto uno: lorem ipsem</li>
<li>fatto due: lorem ipsem</li>
<li>fatto tre: lorem ipsem</li>
</ul>
<a href="images/resume_tech_oct19.pdf">My Resume.</a>
</br></br>
<a href="https://github.com/timmysilv">My GitHub</a>
</br></br>
<button>Change User</button>
<script src="scripts/main.js"></script>
</body>
</html>