-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (57 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles/main.css" media="screen"/>
<title>Naomi's Nook</title>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/lemon" type="text/css"/>
</head>
<body>
<span class="header">
<h1>Naomi Joy Smith</h1>
</span>
<span class="container">
<span id="jump">
<h3>Recent blog entries</h3>
<p><a href="blog/foundations-reflection.html">5 Weeks of building a strong foundation</a></p>
<p><a href="blog/problem-solving.html">The practices of problem resolution</a></p>
<p><a href="blog/neuroplasticity.html">Cultivating my brain</a></p>
<p><a href="blog/javascript-dom.html">Javascript & the DOM</a></p>
<p><a href="blog/super-learningplan.html">My Learning Plan</a></p>
<p><a href="blog/emotional-intelligence.html">What is Emotional Intelligence (EQ)?</a></p>
<p><a href="blog/identity-values.html">My Identity & Values</a></p>
<p><a href="https://phoresced.github.io/blog/html-css.html">CSS Yoga: The Asana (Positions) of Elements</a></p>
<p><a href="https://phoresced.medium.com/a-framework-for-governance-design-53b233627ef3?source=user_profile---------0----------------------------" target="_blank">A framework for governance design</a></p>
<p><a href="https://phoresced.medium.com/permaculture-economics-patterns-in-the-regenerative-movement-6197f76b1bcb?source=user_profile---------1----------------------------" target="_blank">Permaculture Economics: patterns in the regenerative movement</a></p>
<p><a href="https://phoresced.medium.com/7-permaculture-design-memes-f26a4ddbc25a?source=user_profile---------2----------------------------" target="_blank">7 Permaculture Design memes</a></p>
<p class="image"><img src="image-directory/purnagyana_mudra.gif" alt="Drawing of someone doing Purnagyana Mudra"></p>
</span>
<span class="core">
<h2>About this site</h2>
<p class="text"> This is the hazardous construction site of my website home page.</p>
<p> Off-site links will open in a new tab. </p>
<!-- <p class="image">
<img src="image-directory/oranga-iho-nui.jpg" alt="Oranga Iho Nui wellbeing framework">-->
</p>
</span>
<div id="menu">
<h3>Menu</h3>
<ul>
<br>
<li><a href="#">Blog Roll</a></li>
<li><a href="https://nextstepnaomi.com" target="_blank">Projects</a></li>
<li><a href="https://link.bar/naomi" target="_blank">Links</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<br><br>
</ul>
<div id="twitter">
<div>
<a class="twitter-timeline" data-width="280" data-height="440" data-dnt="true" href="https://twitter.com/to_withyou?ref_src=twsrc%5Etfw">Sometimes Naomi tweets</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</span>
<footer> 👣 Made with curiosity by noms kinself 👣
</footer>
</body>
</html>