-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
21 lines (21 loc) · 1.2 KB
/
about.html
File metadata and controls
21 lines (21 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/_assets/main.css" />
<title>About me - JesCiTy</title>
</head>
<body>
<div class="main">
<nav class="navigation">
<a href="/">JesCiTy</a>
</nav>
<div class="about"><h1 id="i-am-a">I am a:</h1>
<p>Freelancer, Serial Entrepreneur, Graphic Designer, Programmer, Systems Analyst, Systems Architect, Product Manager, Student of Life & The Life Sciences <!-- & the Occult, Jesus Lover, Spiritualist, Tarot Reader, Prophet, Chosen One, One of the 144k. Lover of Love, Introvert, Thinker, Philosopher, Philanthropist, Empath, Healer, Herbalist, Tinkerer, Wanderer, Mentalist, Mathematician, Writer, Teacher, Guide, Earth Angel, Miracle Worker, & Theosophical Universal Unitarian Daoist! --></p>
<p>Here you will find the ramblings of ideas for potential new and future projects as well as many random musings. This is an active project itself which is also under current development, so do check back for future content. Thank you.</p>
</div>
</div>
</body>
</html>