-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCareer-Change_Blog.html
65 lines (54 loc) · 1.73 KB
/
Career-Change_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
<!--CAREER CHANGE BLOG POST-->
<!-- When posting the blog, make sure the Hyper Link always opens in a new tab with the target="_blank" -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/930fafc260.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="../css/containers.css">
<link rel="stylesheet" href="../css/styles.css">
<title>Toby Beevers</title>
</head>
<!-- Showcase -->
<main id="main-content">
<section class="showcase">
<div class="container grid">
<div class="showcase-text">
<h1>WHY DID I CHANGE CAREER</h1>
<h2>Blog Post Intro</h2>
<p>XXXX</p>
<p>XXXX</p>
<p>XXXX</p>
</div>
<div class="showcase-form card">
<img src="Add image" alt="Head shot of Toby Beevers">
</div>
</div>
</section>
</main>
<!--Footer Bar Same Every Page -->
<footer class="footer bg-secondary py-5">
<div class="container grid grid-3">
<div>
<h1>Toby Beevers</h1>
<h2>Copyright © 2024</h2>
</div>
<nav aria-label="Secondary Navigation">
<ul>
<li><a href="./index.html" aria-current="page">Home</a></li>
<li><a href="./my_early_years.html">My Early Years</a></li>
<li><a href="./career_change.html">Career Change</a></li>
</ul>
</nav>
<nav aria-label="Secondary Navigation">
<ul>
<li><a href="./personal_development.html">Personal Development</a></li>
<li><a href="./my_links.html">My Links</a></li>
<li><a href="./my_blog.html">My Blog Posts</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>