-
Notifications
You must be signed in to change notification settings - Fork 0
/
HomePage.html
46 lines (44 loc) · 3.01 KB
/
HomePage.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Latest//EN"
"http://www.w3.org/TR/xhtml1">
<html xmlns="http://www.w3.org/TR/xhtml1">
<head>
<title>MartijnPold Dev -> Home</title>
<link rel="icon" type="image/x-icon" href="Pictures/favicon/favicon.ico" >
<link rel="shortcut icon" type="image/x-icon" href="Pictures/favicon/favicon.ico"/>
<link rel="apple-touch-icon" sizes="57x57" href="Pictures/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="Pictures/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="Pictures/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="Pictures/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="Pictures/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="Pictures/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="Pictures/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="Pictures/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="Pictures/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="Pictures/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="Pictures/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="Pictures/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="Pictures/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="Pictures/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="MainCSS.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name=�author� content=�MartijnPold� />
<meta name=�keywords� content=�Developer martijn polderman martijnpold bukkit spigot java html� />
</head>
<body bgcolor="#06030F">
<ul class="hor-menu">
<li><a href="HomePage.html" class="menu-text active">Home</a></li>
<li><a href="AboutPage.html" class="menu-text inactive">About</a></li>
<li><a href="ExperiencePage.html" class="menu-text inactive">Experience</a></li>
<li><a href="ProjectsPage.html" class="menu-text inactive">Projects</a></li>
<li><a href="ContactPage.html" class="menu-text inactive">Contact</a></li>
</ul>
<div class="center">
<center><img class="img-shadow grow" style="width:256px;height:256px;" src=https://www.spigotmc.org/data/avatars/l/62/62982.jpg?1437907606></center>
<center><h1 class="inset-main-text text-glow grow">Martijn Polderman</h1></center>
<center><h1 class="inset-main-text text-glow grow">Java, Gml, Lua and basic Html Developer</h1></center>
</div>
</body>
</html>