-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
185 lines (170 loc) · 6.13 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, My name is Steve. I build (and break) things on the web."
/>
<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico" />
<!-- Open Graph -->
<meta property="og:title" content="Stephan Lamoureux" />
<meta property="og:site_name" content="Portfolio" />
<meta property="og:url" content="https://wheresteve.codes" />
<meta
property="og:description"
content="Hi, My name is Steve. I build (and break) things on the web."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/stephanlamoureux/v1/main/assets/images/profile/profile-pic.webp"
/>
<!-- Open Graph-->
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="./css/styles.css" />
<link rel="stylesheet" type="text/css" href="./css/about.css" />
<link rel="stylesheet" type="text/css" href="./css/responsive.css" />
<link rel="stylesheet" type="text/css" href="./css/light.css" />
<link rel="stylesheet" type="text/css" href="./css/hamburgers.css" />
<link rel="stylesheet" type="text/css" href="./css/anicollection.css" />
<link
rel="stylesheet"
type="text/css"
href="./assets/fontawesome-pro-5.7.2-web/css/fontawesome-initial.css"
/>
<!-- Stylesheets-->
<!-- Components -->
<script src="./components/desktopNav.js" defer></script>
<script src="./components/mobileNav.js" defer></script>
<script src="./components/headerDivider.js" defer></script>
<script src="./components/myFooter.js" defer></script>
<script src="./components/footerDivider.js" defer></script>
<!-- Components -->
<title>Stephan Lamoureux | About</title>
</head>
<body>
<div class="landing-wrapper">
<header-divider></header-divider>
<desktop-nav></desktop-nav>
<!-- Header -->
<header>
<div class="center-header">
<h1 class="header-title">
<span class="header-gradient">
<span class="spacing">Stephan <span class="hidden">Lamoureu</span></span
><span class="hidden">x</span></span
>
<span class="show header-gradient">L.</span>
</h1>
</div>
<!-- End Header -->
<mobile-nav></mobile-nav>
</header>
<!-- Landing Page -->
<div class="landing">
<div class="terminal-container">
<div class="terminal-window">
<div class="terminal-header">
<div class="terminal-button-container">
<div class="terminal-button term-green"></div>
<div class="terminal-button term-yellow"></div>
<div class="terminal-button term-red"></div>
</div>
<div class="terminal-title">~</div>
</div>
<div class="terminal-body">
<span class="prompt"
>→ <span class="cyan-term">v1.0</span> <span class="purple-term">git:</span
><span class="purple-term">(</span><span class="red-term">main</span
><span class="purple-term">)</span></span
>
<span id="typed" class="typed"></span>
</div>
</div>
</div>
<div class="arrows-container">
<a href="#about" class="arrow-down-link" aria-label="link to about me section">
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</a>
</div>
</div>
<!-- End Landing Page -->
</div>
<!-- Landing Wrapper -->
<main id="main">
<section id="about" class="about">
<!-- Profile Image -->
<div class="profile-div">
<a
href="assets/StephanLamoureux.pdf"
target="_blank"
rel="noopener noreferrer"
class="hire-me inline"
>
<img
src="assets/images/profile/profile-pic.webp"
alt="Profile picture of Stephan"
class="profile-image"
id="tippy"
data-anijs="if: mouseenter, do: pulse animated"
/>
</a>
</div>
<!-- End Profile Image -->
<div class="about-container">
<!-- Bio -->
<div class="paragraph">
<div class="steve">
<span class="hidden-icon"><i class="fal fa-terminal p-icon fa-blink"></i></span>
<h2 class="about-header about-header-inline">
I'm Steve, a developer from Providence, Rhode⚓Island.
</h2>
</div>
<p class="about-p">
<i class="fal fa-code-merge p-icon"></i>
Fueled by all the caffeine and curiosity, I love to follow my fascinations wherever
they take me. As a lifelong learner, I thrive on continuing to challenge myself and do
worthwhile things that matter. I’m a self-starter who can pick up new skills quickly
and juggle different projects and roles. I also love collaborating with others and
contributing to the open-source community.
</p>
<p class="about-p">
What initially made me fall in love with web development was the duality of using my
creative side to design and my logical side to code. I have always been a serial
hobbyist and jack of all trades type, and this profession allows me to scratch all my
intellectual itches.
</p>
<p class="about-p">
My goal is to make the web beautiful and available for everyone. It’s possible to
create elegant products that are also performant and accessible, with simple user
experiences, so why not do it all?
</p>
</div>
<!-- End Bio -->
<div class="scribble-arrow">
<h3 class="scribble-header">Learn more about me</h3>
<img
class="scribble-image"
src="assets/images/icons/light-arrow.webp"
alt="A hand drawn arrow pointing down"
/>
</div>
</div>
<!-- About Container -->
</section>
</main>
<my-footer></my-footer>
<footer-divider></footer-divider>
<!-- Scripts -->
<script src="./scripts/about.js" defer type="module"></script>
<script src="./scripts/typed.js" defer type="module"></script>
<script src="./scripts/tippy.js" defer type="module"></script>
<script src="./scripts/anijs-master/dist/anijs-min.js" defer></script>
</body>
</html>