-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (53 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<title>OM Blog</title>
</head>
<body>
<div id="nav-header">
<a href="index.html">
<h1 class="header-title">Oliver Macro</h1>
</a>
<ul class="nav-list"><!--
<a href="blog/html-css.html">Tech Blog</a>
<a href="blog/te-houtaewa-template.html">Te Houtaewa</a>-->
<a href="index.html">Index</a>
<a href="https://github.com/oranmornz" target="_blank">GitHub</a>
</ul>
</div>
<div id="hero-container">
<div id="hero-header">
<h2>The questionably coherent chronicles of an idiots attempts at web development..</h2>
</div>
<div id="hero-portrait">
<img class="portrait" src="images/portrait-oliver-macro_840x840.png" alt="stylised portrait of author">
</div>
<div id="quote">
<p>"Sometimes I think that I think too much.."<br>~ OM</p>
</div>
</div>
<div id="nav-list-temp">
<h2>
Blog Links
</h2>
<ul class="temp-blog-links">
<a href="blog/foundations-reflections.html">Foundations Reflections</a>
<a href="blog/problem-solving.html">Problem Solving</a>
<a href="blog/te-whare-tapa-wha.html">Te Whare Tapa Whā</a>
<a href="blog/neuroplasticity.html">Neuroplasticity</a>
<a href="blog/javascript-dom.html">JavaScript & The DOM</a>
<a href="blog/emotional-intelligence.html">Emotional Intelligence</a>
<a href="blog/identity-values.html">Identity, Values, Strengths</a>
<a href="blog/learning-plan.html">Learning Plan</a>
<a href="blog/html-css.html">display: inline v. inline-block</a>
<a href="blog/te-houtaewa-template.html">Te Houtaewa</a>
</ul>
</div>
<!--<div id="footer">
<h2>???</h2>
</div>-->
</body>
</html>