-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.87 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./static/stylesheets/style.css"/>
<link rel="stylesheet" href="./static/stylesheets/mobile.css"/>
<link href='https://fonts.googleapis.com/css?family=Amatic SC' rel='stylesheet'/>
<link rel="icon" href="./static/icon.gif" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="./static/scripts/ReadListContents.js"></script>
<title>Impossible List</title>
</head>
<body>
<header>
<h1>The Impossible List</h1>
<h2>Christa Bridges</h2>
</header>
<main>
<p>
If you've stumbled across this little web page, then hi! I'm Christa, and I'm an
apprentice application developer. I was doing some research on goal setting and I came
across Thomas Frank's video about his Impossible List
(<a href="https://www.youtube.com/watch?v=6apcEae2U4w">https://www.youtube.com/watch?v=6apcEae2U4w</a>),
and I really liked this, so much so I decided to write my own (and it gave me an opportunity
to practise web design, win win)! This is kind of like a bucket list, but it continuously grows
and encourages you to take action now. I hope you enjoy looking through my list, and I encourage
you to create your own too!
</p>
</main>
<footer>
<p>Last Updated: 27/02/2022 13:42</p>
<div class="social-media">
<a href="https://www.linkedin.com/in/christa-bridges/" class="fa fa-linkedin"></a>
<a href="https://twitter.com/christa_bridges" class="fa fa-twitter"></a>
<a href="https://github.com/cBridges851" class="fa fa-github"></a>
</div>
</footer>
</body>
</html>