-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (68 loc) · 2.24 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
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine">
<title>
(Matiu Emerys blogs)
Nau Mai Haere Mai
</title>
</head>
<body>
<section>
<div class="heading"><h1>Nau Mai Ki Taku Rangitaki</h1></div>
<nav class="nav">
<button><a href="blogs/Ko Wai Au.html"> Ko Wai Au</a></button>
<button><a href="blogs/identity-values.html">Identity and Values</a></button>
</nav>
<h2>Blogs</h2>
<div class="blog">
<p id="blOg">TECH</p>
<button class="bt" id="links">
<a class="aa" href="blogs/html-css.html">
<h4>Margin Border Padding</h4>
</button>
<button class="bt" id="links">
<a class="aa" href="blogs/javascript-dom.html">
<h4>Java/Dom</h4>
</button>
<button class="bt" id="links">
<a class="aa" href="blogs/problem-solving.html">
<h4>Problem Solving</h4>
</button>
<p id="blOg">CORE</p>
<button class="bt" id="links2">
<a class="aa" href="blogs/learning-plan.html">
<h4>learning plan</h4>
</button>
<button class="bt" id="links2">
<a class="aa" href="blogs/emotional-intelligence.html">
<h4>Emotional-Intelligence</h4>
</button>
<button class="bt" id="links2">
<a class="aa" href="blogs/neuroplasticity.html">
<h4>Neuroplasticity</h4>
</button>
<button class="bt" id="links2">
<a class="aa" href="blogs/foundations-reflection.html">
<h4>Foundations-Reflection</h4>
</button>
<p id="blOg">Mixed</p>
<button class="bt" id="links3">
<a class="aa" href="blogs/te-houtaewa-template.html">
<h5>te-houtaewa</h5>
</button>
</div>
</a>
</section>
<footer class="footer">
<P claass="toe">
contact info </P>
<p>[email protected]</P>
</footer>
</body>
</html>