-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.54 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
<html>
<head>
<title>HasJamOn - Homepage</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="HasJamOn, a strange and messy page on the internet! Hopefully there won't be any traffic jams..">
<meta property="og:image" content="https://hasjamon.github.io/logo.png" />
<link rel="icon" href="favicon.ico">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"><!-- Font import -->
</head>
<body>
<div id="container">
<div id="header">
<div id="logo">
<a href="index.html" target="_self">
<img src="logo.png" alt="St.Art">
</a>
</div>
<div id="summary">
<ul>
<li>Jonas Ahm</li>
<li>Hobbyist</li>
<li>Likes Jam</li>
</ul>
<nav>
<a class="headerlinks" href="jam_factory/jamfactorygame.html">Jam Factory</a>
<a class="headerlinks" href="newhumblesliders/newhumblesliders.html">New Humble Sliders!</a>
</nav>
</div>
</div>
<div id="article">
<h1>HasJamOn</h1>
<p>Welcome, this is a strange place full of secrets! It's a page containing projects by <b>HasJamOn</b> (<a href="https://ko-fi.com/hasjamon">ko-fi</a>) (<a href="https://hasjamon.itch.io/">itch.io</a>)</p>
<p>This page will contain various coding projects as I go through lessons and try to make art, design and video games.</p>
</div>
<div id="footer">
<p>HasJamOn © 2021 (<a href="https://ko-fi.com/hasjamon">ko-fi</a>) (<a href="https://hasjamon.itch.io/">itch.io</a>)</p>
</div>
</div>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('hasjamon', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Feed me jam',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff',
'floating-chat.donatebutton.image': 'logo.png'
});
</script>
</body>
</html>