-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·94 lines (79 loc) · 3.14 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!--
* ,MMM8&&&. *
MMMM88&&&&& .
MMMM88&&&&&&&
* MMM88&&&&&&&&
MMM88&&&&&&&&
'MMM88&&&&&&'
'MMM8&&&' *
|\___/|
) ( . '
=\ /=
)===( *
/ \
| |
/ \
\ /
_/\_/\_/\__ _/_/\_/\_/\_/\_/\_/\_/\_/\_/\_
| | | |( ( | | | | | | | | | |
| | | | ) ) | | | | | | | | | |
| | | |(_( | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
-->
<html>
<head>
<meta charset="utf-8">
<meta name="Description" content="Welcome to my cafe."/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<meta property="og:url" content="https://aaron.cafe/"/>
<meta property="og:title" content="Aaron's Cafe"/>
<meta property="og:image" content="https://aaron.cafe/media/cafe-og.jpg"/>
<meta property="og:description" content="Welcome to my cafe."/>
<meta property="og:type" content="website"/>
<title>Cafe</title>
<link rel="shortcut icon" href="media/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" type="text/css" charset="utf-8" href="css/index.css" />
</head>
<body>
<div class="container">
<div class="section" id="background">
<div id="header">
<div id="title">Hi, welcome to <br>my cafe</div>
<div id="scroll">
<a data-scroll href="#content">
<div class="arrow"><span></span>click or scroll</div>
</a>
</div>
</div>
</div>
<div class="section" id="content">
<div id="content-wrapper">
<p>
Hi! My name is Aaron. This is my cafe.
Maybe one day I will have a brick and mortar equivalent but until then this site will have to do.
<br><br>
I enjoy minimalist elements in both visual arts and music, hence this site's simple design.
<br><br>
I work as a software engineering with years of experience in infrastructure, backend, and
frontend development.
<br><br>
If you would like to get in touch for any reason feel free to shoot me a message.
If you are a recruiter I would not recommend not reaching out via email as I will ignore it.
I can be reached at <span class="obfuscateEmail" duser="ih" dsite="efac.noraa" />.
<br><br>
Links to other content on this site:
</p>
<div id="nav">
<div><a href="./about.html">About Me</a></div>
<div><a href="./jiggle.html">Jiggle</a></div>
<!-- <div><a href="./photography.html">Photography</a></div> -->
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>