-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 3.65 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
<!DOCTYPE html>
<html lang="nl">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148408399-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148408399-1');
</script>-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="description" content="Alessandro Aussems. Web design, web development, problem solving, hosting, creative tech insights, project management, ..." />
<meta name="title" content="Alessandro Aussems | Portfolio">
<meta name="locale" content="nl_BE">
<meta name="keywords" content="HTML,CSS,PHP,Backend,Frontend,Webdeveloper,Laravel,Websites">
<meta name="author" content="Alessandro Aussems">
<meta name="publisher" content="Alessandro Aussems">
<meta property="og:title" content="Alessandro Aussems | Portfolio" />
<meta property="og:site_name" content="Alessandro Aussems | Portfolio" />
<meta property="og:description" content="Alessandro Aussems. Web design, web development, problem solving, hosting, creative tech insights, project management, ..." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://alessandroaussems.be/assets/alessandro.jpg" />
<meta property="og:url" content="https://alessandroaussems.be/assets/alessandro.jpg" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Alessandro Aussems | Portfolio" />
<meta property="twitter:description" content="Alessandro Aussems. Web design, web development, problem solving, hosting, creative tech insights, project management, ...." />
<meta property="twitter:image" content="https://alessandroaussems.be/assets/alessandro.jpg" />
<meta property="twitter:url" content="https://alessandroaussems.be/assets/alessandro.jpg" />
<meta name="robots" content="all">
<title>Alessandro Aussems | Portfolio</title>
<link rel=”canonical” href=”https://alessandroaussems.be” />
<link rel="icon" type="image/svg" href="assets/favicon.svg">
<link rel="stylesheet" type="text/css" href="css/styling.css">
</head>
<body>
<header>
<img src="assets/alessandro.jpg" alt="Een foto van Alessandro Ausssems" title="Alessandro Aussems">
<a href="/" id="h1link"><h1>Alessandro Aussems</h1></a>
<a href="/" id="h2text"><h2>Developer</h2></a>
<p id="arrow"></p>
</header>
<div class="cmd">
<div class="commands clearfix">
<h3>Commands ></h3>
<ul class="commandlist">
<li>skills</li>
<li>projects</li>
<li>hobbies</li>
<li>contact</li>
</ul>
</div>
<ul class="lines">
<li class="bottomline clearfix"><p>~</p><input id="typeline" type="text" onblur="this.focus()" onKeyPress="CheckCommand(this.value,event)" onkeypress="(event)" autofocus spellcheck="false"></li>
</ul>
</div>
<script src="js/cli.js"></script>
</body>
</html>