-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (64 loc) · 3.11 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
<!DOCTYPE HTML>
<html lang = "en">
<head>
<title>Richard's Blog</title>
<meta charset = "UTF-8" />
<link rel="stylesheet" href="./styles/main.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar">
<div class="wrapper">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="https://github.com/richard-graham"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCmFcb97s--zIg_lLZ3xK_1g?view_as=subscriber"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/nodramamate/?hl=en"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/richard101z"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
</ul>
</wrapper>
</nav>
<br>
<div class="text-box">
<h1>Richard's Blog</h1>
</div>
<div class="image-container">
<img src="./images/profile.jpg" alt="A picture of me climbing Mt Ruapehu" class="image-main">
</div>
<div class="text-box">
<h3>Welcome to my blog! This is where I will be sharing my progress through DevAcademy.</h3>
</div>
<table>
<thead>
<th>Core</th>
<th>Technical</th>
<th>Personal</th>
</thead>
<tr class="odd">
<td><a href="./blog/core/sprint-1.html">Identity, Values and Strengths Activity</a></td>
<td><a href="./blog/technical/sprint-2.html">inline vs inline blocks</a></td>
<td></td>
</tr>
<tr class="even">
<td><a href="./blog/core/sprint-2-learning-agreement.html">Learning Agreement</a></td>
<td><a href="./blog/technical/sprint-3.html">Technical Blog 3</a></td>
<td></td>
</tr>
<tr class="odd">
<td><a href="./blog/core/sprint-3.html"></a></td>
<td><a href="https://richard-graham.github.io/blog/technical/sprint-4.html">Technical Blog 4</a></td>
<td></td>
</tr>
<tr class="even">
<td><a href="./blog/core/sprint-4.html"></a></td>
<td><a href="./blog/technical/sprint-4.html"></a></td>
<td></td>
</tr>
<tr class="odd">
<td><a href="./blog/core/sprint-5.html"></a></td>
<td><a href="./blog/technical/sprint-5.html"></a></td>
<td></td>
</tr>
</table>
</body>