-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfailureresume.html
74 lines (71 loc) · 2.4 KB
/
failureresume.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
<!DOCTYPE html>
<html>
<head>
<!-- TODO: Update the title of your website -->
<title>Kayley S Failure Résumé</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
href="https://cdn.glitch.com/1be7d8d5-92a0-4ee3-aa8c-46c78a37fa31%2Foutput-onlinepngtools.png?v=1594175788178"
/>
<link
rel="icon"
sizes="192x192"
href="https://cdn.glitch.com/1be7d8d5-92a0-4ee3-aa8c-46c78a37fa31%2Foutput-onlinepngtools.png?v=1594175788178"
/>
<link rel="stylesheet" href="styles.css" />
<script src="script.js" defer></script>
</head>
<body>
<!-- TODO: Copy the code for your naviation bar from your homepage. -->
<div class="topnav">
<a href="failureresume.html">📄Failure Résumé</a>
<a href="portfolio.html">📚Portfolio</a>
<a href="index.html">🏡Home</a>
</div>
<!-- TODO: Update the heading with the name of your website -->
<h1>📄Failure Résumé</h1>
<br />
<h2>
Basically, here's a list of my failures.
</h2>
<br />
<br />
<!-- TODO: Continue to add content to your homepage using your wireframe as a guide.-->
<p>
<b>✨What's a failure résumé?</b>
<br />
→ A failure résumé is known by many names: anti-resume, anti-portfolio, or
CV of failures. The overarching idea is the same, though. By keeping track
of your failures and reflecting on them in a way that's constructive, you
can learn from your mistakes and achieve more in the future.
<br />
<br />
<b>✨Why did you decide to make one?</b>
<br />
→ I decided to make a "failure resume" because I feel its important for me
to be able to look at my past failures in a positive light, and be able to
learn from them at the same time.
<br />
<br />
<b>✨Fun Fact:</b> The idea of an "anti-resume" actually originated from
acedemia!
<br />
<br />
<b>✨Fun Fact 2:</b> The word "unfortunately" is mentioned in my email
inbox an astounding <b>83</b> times! (not all are rejections, though...)
<br />
<br />
<br />
</p>
<h2>2020</h2>
<br />
<h2>2019</h2>
<br />
<h2>2018</h2>
<br />
<h2>And a LOT more...</h2>
</body>
</html>