-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage2.html
More file actions
79 lines (55 loc) · 3.02 KB
/
page2.html
File metadata and controls
79 lines (55 loc) · 3.02 KB
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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesglobal.css">
<!-- <script src="jquery.js"></script> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<title>C.D.P --- My Resume</title>
</head>
<body>
<div class="mainContainer">
<div class="parallaxContainer">
<div class="parallaxContent">
<div class="medialinks">
<a href="https://www.facebook.com/coen.drexler" class="fa fa-facebook" target="_blank"></a>
<a href="https://www.instagram.com/coencidental/" class="fa fa-instagram" target="_blank"></a>
<a href="mailto:coen.drexler@gmail.com" class="fa fa-google"></a>
</div>
<h1>Personal Review</h1>
<div class="parallaxContentSub">
<h3>A brief summation</h3>
</div>
</div>
</div>
<div class="contentContainer">
<div class="sticky">
<div class="navlinks">
<div class="link">
<a href="page1.html" class="navlink"><p>About Me</p></a>
</div>
<div class="link">
<a href="page2.html" class="navlink"><p>My Resume</p></a>
</div>
<div class="link">
<a href="page3.html" class="navlink"><p>Projects</p></a>
</div>
<div class="link">
<a href="page4.html" class="navlink"><p>Aspirations</p></a>
</div>
<div class="medialinks2">
<a href="https://www.facebook.com/coen.drexler" class="fa fa2 fa-facebook" target="_blank"></a>
<a href="https://www.instagram.com/coencidental/" class="fa fa2 fa-instagram" target="_blank"></a>
<a href="mailto:coen.drexler@gmail.com" class="fa fa2 fa-google"></a>
</div>
</div>
</div>
<article class="resume">
<p class="blockquote">I don't have formal IT experience. I've never written code (except for some SQL over a few weeks in early high school, long since faded away and at the time it had no significance to me), I've never built software, and I don't know enough about the study area to know where it is that I'm starting exactly.</p><br><br>
<p>That's probably the worst way I could start out a document supposedly intended to outline my suitability, but in the past my shortcomings have always been my biggest source of anxiety. Coming into a new world like I am now however, I am actually excited to address and fix them.</p>
<p>So, that leaves me here. No contributing IT experience, a little retail, a fair bit of hospitality, and a lot of conflict in the process. I'm 20 years old, with no direct line to where I want to go. I don't even technically know WHAT I want, but for the first time in a long time, I have zero doubts in myself enjoying something.</p>
</article>
</div>
</div>
</body>
</html>