-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage1.html
More file actions
94 lines (66 loc) · 4.18 KB
/
page1.html
File metadata and controls
94 lines (66 loc) · 4.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<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 --- About Me</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>Hey there!</h1>
<div class="parallaxContentSub">
<h3>Welcome to Coen Drexler's Portfolio!</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="article1">
<div class="content">
<h1>Hello there.</h1>
<hr><br>
<p>There are a million and one ways that I could start writing here, and when composing everything, they're all equally appealing in one way or another. Regardless, I'm going to just dive in and hope for the best.</p><br><p>It's a pleasure to meet you, and to share this with you.</p><br>
<p>My name is Coen Drexler, and of all the things I could say about myself in a document that could all too easily become an overladen mess of cliches, the only statement I feel important enough to undertone my introduction with is that <strong>creativity and it's application through skills <em>defines</em> my validation of work.</strong></p><br>
<br><hr><br><br>
<p>I once heard a simple enough idea that once I had lingered on it for a while, completely changed my perception of my own enjoyment of creative pursuits. The idea was presented in a video by a YouTube blacksmith, discussing getting into the art of making knives, and he said:</p><br>
<p class="blockquote"><em><strong>"In school, we are taught that to make money, we work. This is true to an extent, however to view it in this way is entirely limiting. We should instead be taught that to make money, we need to find a way through skill to offer value to the world. If one can find a way to provide value, genuine value, then payment is never hard to find. Focus on skills, and using them to offer something tangibly valuable to the world."</strong></em></p><br>
<div class="imagediv">
<img src="capture.png" class="image1">
</div>
<p>Until I'd heard it in a way that made sense to me, it wasn't something I'd concluded myself. Investing my first few years of adult life into casual, unrewarding and unstimulating work (for someone like me who is determined to offer something more creative, to create with inspiration) left me with a sense of crushing doubt, especially after my first career attempt (becoming an electrician) turned out to only inform me I'm colourblind, an issue in that industry.
</p>
</div>
</article>
</div>
</div>
</body>
</html>