Skip to content

Commit 9dafa4e

Browse files
author
Noemie
committed
Change website structure
1 parent edd4f69 commit 9dafa4e

11 files changed

+189
-78
lines changed

About.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833
<main>
2934
<!--Add Ariana thread-->
3035

tech.html blog/blog.html

+22-7
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,38 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
2732
</nav>
33+
<!--Content-->
2834
<main>
29-
35+
<div id="tech">
3036
<ul>
3137
<li><a href="/blog/sprint1_technical.html">The Story of Te Houtaewa</a></li>
3238
<li><a href="/blog/sprint2_technical.html">Display:inline vs display:inline-block</a></li>
3339
<li><a href="#">Sprint 3</a></li>
3440
<li><a href="#">Sprint 4</a></li>
3541
<li><a href="#">Sprint 5</a></li>
3642
</ul>
37-
43+
</div>
44+
<div id="core">
45+
<ul>
46+
<li><a href="#">Sprint 1</a></li>
47+
<li><a href="#">Sprint 2</a></li>
48+
<li><a href="#">Sprint 3</a></li>
49+
<li><a href="#">Sprint 4</a></li>
50+
<li><a href="#">Sprint 5</a></li>
51+
</ul>
52+
</div>
3853
</main>
3954
<footer>
4055
<nav>

blog/sprint1_technical.html

+42-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,50 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Stories and Legends (PAGE title) </title>
5-
<meta charset="UTF-8">
4+
<title>Wandering Anemone Journal</title>
5+
<meta charset="utf-8">
6+
<meta name="keywords" content="DevAcademy, EDA, HTML, CSS, Javascript, Web developer">
7+
<meta name="description" content="Follow the journey of a wandering sea anemone on her way to becoming a web developer">
68
<link media="screen" rel="stylesheet" href="https://noemie-wandering-anemone.github.io/styles/screen.css">
79
<link media="print" rel="stylesheet" href="https://noemie-wandering-anemone.github.io/styles/print.css">
8-
</head>
910

11+
<!--add favicon-->
12+
</head>
1013
<body>
11-
<h1>The Story of Te Houtaewa (PAGE heading)</h1>
12-
<h2>E kore e mau i a koe, he wae kai pakiaka. <em>A foot accustomed to running over roots makes the speediest runner.</em> (Optional SUB title) </h2>
13-
<h3>10 November 2010</h3>
14-
15-
<p>
16-
Te Houtaewa was the fastest runner of his day and played many pranks on his peoples enemies. One morning his mother wanted kumara for the hangi (earth oven) and asked Te Houtaewa to go to the gardens at Te Kao, a short distance away. He agreed to fetch the kumara and told his mother to prepare the hangi.
17-
</p>
18-
<p>
19-
Instead of going to the nearby gardens, Te Houtaewa set off for Ahipara as he wanted to annoy some Te Rarawa people who lived there. Carrying two large baskets for the kumara, he ran like the wind, completing the journey over the hard sands of Te Oneroa a Tohe (Ninety Mile Beach) in the few hours it takes a good hangi to heat up properly. On reaching Ahipara, he went straight to the people's kumara pataka (storehouse for the sweet potatoes) situated at the foot of the hill Whangatauatia.
20-
</p>
21-
<p>
22-
While Te Houtaewa was filling his baskets with kumara he was spotted stealing the kai (food). He was immediately recognised.
23-
</p>
24-
25-
<!-- this is a comment. -->
26-
27-
</body>
14+
<!--Header-->
15+
<header>
16+
<h1>
17+
<a href="index.html">The Dev Journey of a Wandering Anemone</a>
18+
</h1>
19+
<h2 id="subheader">By Noemie A.</h2>
20+
</header>
21+
<!--Menu-->
22+
<!--add dropdown-->
23+
<nav>
24+
<ul>
25+
<li class="dropdown">
26+
<a class="dropbtn" href="/about.html">About</a>
27+
<div class="dropdown-content">
28+
<a href="/wandering_anemone.html">Wandering Anemone</a>
29+
</div>
30+
</li>
31+
<li><a href="/blog/blog.html">Blog</a></li>
32+
<li><a href="/projects.hmtl">Projects</a></li>
33+
</ul>
34+
</nav>
35+
<!--Content-->
36+
<main>
37+
<h1>The Story of Te Houtaewa (PAGE heading)</h1>
38+
<h2>E kore e mau i a koe, he wae kai pakiaka. <em>A foot accustomed to running over roots makes the speediest runner.</em> (Optional SUB title) </h2>
39+
<h3>10 November 2010</h3>
40+
<p>Te Houtaewa was the fastest runner of his day and played many pranks on his peoples enemies. One morning his mother wanted kumara for the hangi (earth oven) and asked Te Houtaewa to go to the gardens at Te Kao, a short distance away. He agreed to fetch the kumara and told his mother to prepare the hangi.</p>
41+
<p>Instead of going to the nearby gardens, Te Houtaewa set off for Ahipara as he wanted to annoy some Te Rarawa people who lived there. Carrying two large baskets for the kumara, he ran like the wind, completing the journey over the hard sands of Te Oneroa a Tohe (Ninety Mile Beach) in the few hours it takes a good hangi to heat up properly. On reaching Ahipara, he went straight to the people's kumara pataka (storehouse for the sweet potatoes) situated at the foot of the hill Whangatauatia.</p>
42+
<p>While Te Houtaewa was filling his baskets with kumara he was spotted stealing the kai (food). He was immediately recognised.</p>
43+
</main>
44+
<footer>
45+
<nav>
46+
<a href="contact.html">Contact</a>
47+
<a href="sitemap.html">Site Map</a>
48+
</nav>
49+
</footer>
2850
</html>

blog/sprint2_technical.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,19 @@ <h1>
1919
<h2 id="subheader">By Noemie A.</h2>
2020
</header>
2121
<!--Menu-->
22-
<!--add dropdown-->
2322
<nav>
24-
<a href="/about.html">About</a>
25-
<a href="/tech.html">Tech</a>
26-
<a href="/core.html">Core</a>
27-
<a href="/projects.hmtl">Projects</a>
28-
</nav>
23+
<ul>
24+
<li class="dropdown">
25+
<a class="dropbtn" href="/about.html">About</a>
26+
<div class="dropdown-content">
27+
<a href="/wandering_anemone.html">Wandering Anemone</a>
28+
</div>
29+
</li>
30+
<li><a href="/blog/blog.html">Blog</a></li>
31+
<li><a href="/projects.hmtl">Projects</a></li>
32+
</ul>
33+
</nav>
34+
<!--Content-->
2935
<main>
3036
<p>Every HTML element has a default display value, the most important values being <span class=code>inline</span> and <span class=code>block</span>.</p>
3137
<p class="block">Block elements, like the paragraph you are currently reading, always start on a new line and spread left and right as far as they can, as demonstrated by the colored background.</p>

contact.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833
<main>
2934
<!--Add Ariana thread-->
3035

index.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833

2934
<!--Content-->
3035
<main>

noemie-wandering²anemone.github.io

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Wandering Anemone Journal</title>
5+
<meta charset="utf-8">
6+
<meta name="keywords" content="DevAcademy, EDA, HTML, CSS, Javascript, Web developer">
7+
<meta name="description" content="Follow the journey of a wandering sea anemone on her way to becoming a web developer">
8+
<link media="screen" rel="stylesheet" href="css/screen.css">
9+
<link media="print" rel="stylesheet" href="css/print.css">
10+
<!--add favicon-->
11+
</head>
12+
<body>
13+
<!--Header-->
14+
<header>
15+
<h1>
16+
<a href="index.html">The Dev Journey of a Wandering Anemone</a>
17+
</h1>
18+
<h2 id="subheader">By Noemie A.</h2>
19+
</header>
20+
<!--Menu-->
21+
<!--add dropdown-->
22+
<nav>
23+
<a href="#">About</a>
24+
<a href="#">Tech</a>
25+
<a href="#">Core</a>
26+
<a href="#">Projects</a>
27+
</nav>
28+
<main>
29+
<!--Add Ariana thread-->
30+
31+
<h1>Kia ora Taiao! (Hello World!)</h1>
32+
<p> This is the beginning of my website home page.</p>
33+
<p> It will eventually contain a list of links to all my blogs. </p>
34+
35+
</main>
36+
<footer>
37+
<nav>
38+
<a href="#">Contact</a>
39+
<a href="#">Site Map</a>
40+
</nav>
41+
</footer>
42+
</body>
43+
</html>

projects.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833
<main>
2934
<!--Add Ariana thread-->
3035

sitemap.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833
<main>
2934
<!--Add Ariana thread-->
3035

styles/screen.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ main a {
5151
background-color: #80ccff;
5252
}
5353

54-
.block .inline {
54+
.block, .inline {
5555
background-color: #00344d;
5656
color: bisque;
5757
}

core.html wandering_anemone.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ <h1>
1818
<h2 id="subheader">By Noemie A.</h2>
1919
</header>
2020
<!--Menu-->
21-
<!--add dropdown-->
2221
<nav>
23-
<a href="/about.html">About</a>
24-
<a href="/tech.html">Tech</a>
25-
<a href="/core.html">Core</a>
26-
<a href="/projects.hmtl">Projects</a>
27-
</nav>
22+
<ul>
23+
<li class="dropdown">
24+
<a class="dropbtn" href="/about.html">About</a>
25+
<div class="dropdown-content">
26+
<a href="/wandering_anemone.html">Wandering Anemone</a>
27+
</div>
28+
</li>
29+
<li><a href="/blog/blog.html">Blog</a></li>
30+
<li><a href="/projects.hmtl">Projects</a></li>
31+
</ul>
32+
</nav>
2833
<main>
29-
<!--Add Ariana thread-->
30-
<ul>
31-
<li><a href="#">Sprint 1</a></li>
32-
<li><a href="#">Sprint 2</a></li>
33-
<li><a href="#">Sprint 3</a></li>
34-
<li><a href="#">Sprint 4</a></li>
35-
<li><a href="#">Sprint 5</a></li>
36-
</ul>
34+
35+
36+
3737

3838

3939
</main>

0 commit comments

Comments
 (0)