-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
91 lines (73 loc) · 1.7 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<title>SPRINT 2 BLOG</title>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code:[email protected]&display=swap"
rel="stylesheet"
/>
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<a href="#default" class="logo">Blog</a>
<div class="header-right">
<a href="index.html" class="home">Home</a>
<a class="active" href="#Blog">Blog</a>
<a href="te-houtaewa-template.html" class="te-houtaewa">Te Houtaewa</a>
</div>
</div>
</body>
</html>
<body>
<br />
<br />
<h1>Dev Academy Blog</h1>
<h3>By Callum Bromley</h3>
<br />
<h2>Sprint 1</h2>
<h3>
<a href="identity-values.html" >Identity & Values</a>
</h3>
<br>
<h2>Sprint 2</h2>
<h3>
<a href="html-css.html"
>The difference between Margin, Border and Padding</a
>
</h3>
<br />
<h3>
<a href="te-houtaewa-template.html">The Story of Te Houtaewa</a>
</h3>
<br />
<h3>
<a href="learning-plan.html">Learning Plan</a>
<br>
<br>
</h3>
<h2>Sprint 3</h2>
<p>!!!Coming Soon!!!</p>
<br />
<br />
<h2>Sprint 4</h2>
<p>!!!Coming Soon!!!</p>
<br />
<br />
<h2>Sprint 5</h2>
<p>!!!Coming Soon!!!</p>
<br />
<br />
<h2>Sprint 6</h2>
<p>!!!Coming Soon!!!</p>
<br />
<br />
</body>
<h5>
<span class="move-left">@ Callum Bromley 2025</span>
</h5>
<br />
</html>