-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
41 lines (36 loc) · 1.09 KB
/
about.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
<html>
<head>
<title> Making Games </title>
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Grandstander&family=Lato&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42906606-12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-42906606-12');
</script>
</head>
<body>
<header>
<h1> <a href='/'> Making Games </a> </h1>
</header>
<!-- Paragraph -->
<section>
<h2>Meet Emre</h2>
</section>
<!-- Body -->
<section>
Emre Guneyler, lives in Turkey, former CS student, later a gamer, now a hobbyist game developer, who enjoys free time.
</section>
<footer>
| <a href="/about">About</a>
| <a href='/'>Stories</a>
| <a href='/jsgames'>Play Made Games</a>
|
<br><br> Generated with <a href="https://github.com/eguneys/jener">Jener</a>
</footer>
</body>
</html>