-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (232 loc) · 8 KB
/
Copy pathindex.html
File metadata and controls
243 lines (232 loc) · 8 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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!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="Cam - Software Developer portfolio showcasing CV, about me, and projects"
/>
<title>Cam - Software Developer</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<canvas aria-hidden="true" id="background-canvas"></canvas>
<canvas aria-hidden="true" id="hero-effects-canvas"></canvas>
<header role="banner"></header>
<nav id="main-nav" aria-label="Main navigation">
<button
class="nav-hamburger"
type="button"
aria-label="Open menu"
aria-expanded="false"
aria-controls="nav-dropdown"
>
<span class="hamburger-bar"></span>
<span class="hamburger-bar"></span>
<span class="hamburger-bar"></span>
</button>
<div class="nav-items" id="nav-dropdown">
<a href="#cv" class="nav-letter" data-letter="c" aria-label="CV">
<span class="letter-base">C</span>
<span id="cv-suffix" class="letter-suffix">V</span>
<span class="nav-mobile-label">CV</span>
</a>
<a
href="#about"
class="nav-letter"
data-letter="a"
aria-label="About Me"
>
<span class="letter-base">A</span>
<span id="about-me-suffix" class="letter-suffix">bout Me</span>
<span class="nav-mobile-label">About Me</span>
</a>
<a
href="#projects"
class="nav-letter"
data-letter="m"
aria-label="My Projects"
>
<span class="letter-base">M</span>
<span id="my-projects-suffix" class="letter-suffix">y Projects</span>
<span class="nav-mobile-label">My Projects</span>
</a>
<span class="period">.</span>
</div>
<input type="checkbox" id="light-mode-toggle" />
<label
for="light-mode-toggle"
class="light-mode-toggle-label"
aria-label="Toggle light mode"
>
<span class="theme-toggle-icon theme-toggle-sun" aria-hidden="true">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
focusable="false"
>
<circle cx="12" cy="12" r="4" />
<path d="M12 2v2" />
<path d="M12 20v2" />
<path d="m4.93 4.93 1.41 1.41" />
<path d="m17.66 17.66 1.41 1.41" />
<path d="M2 12h2" />
<path d="M20 12h2" />
<path d="m6.34 17.66-1.41 1.41" />
<path d="m19.07 4.93-1.41 1.41" />
</svg>
</span>
<span class="theme-toggle-icon theme-toggle-moon" aria-hidden="true">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
focusable="false"
>
<path d="M18 5h4" />
<path d="M20 3v4" />
<path
d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"
/>
</svg>
</span>
</label>
</nav>
<main id="main-content" role="main">
<section id="cv" class="content-section" aria-labelledby="cv-heading">
<h2 id="cv-heading">CV</h2>
<article>
<p>
Technology is an infinite landscape just like outer space. I spend a
lot of time in my work environment and with personal projects
keeping up with the times by building scalable, robust, and
efficient systems. This applies to the new paradigm of AI-driven
development we have so humblingly been cast into the last few years.
If you are looking for details on my experience you can view my CV
at the link below.
</p>
<div class="center">
<a
class="button"
href="https://gray-wanderer-a0e.notion.site/Cameron-Wright-28b4368ae47080e7a83be8a7471c6380"
target="_blank"
rel="noopener noreferrer"
>View CV</a
>
</div>
</article>
<div
class="tech-board"
id="tech-board"
role="img"
aria-label="Technology highlights"
></div>
</section>
<section
id="about"
class="content-section"
aria-labelledby="about-heading"
>
<h2 id="about-heading">About Me</h2>
<article>
<p>
My experience is colourful but it should tell you that I am curious
about technology. I started writing code when I was 16...Java
projects in Eclipse; discovering the wonders of code-completion with
the introduction of Netbeans and dabbling in web development before
the frameworks were a thing. I ventured out into other areas of
science and technology over the years, but my heart will always
belong to the ones-and-zeros...and...if quantum computing ends up
being viable who knows what we will be developing next. [INSERT AI
JARGON HERE 😉]
</p>
</article>
</section>
<section
id="projects"
class="content-section"
aria-labelledby="projects-heading"
>
<h2 id="projects-heading">My Projects</h2>
<article>
<p>
There are always more projects in the works but here are a few
complete projects I'm most proud of.
</p>
<div id="projects-terminal" class="card card-terminal-container">
<h2>> terminal</h2>
<div class="card-terminal" id="projects-terminal-view">
<div class="terminal-output" id="projects-terminal-output"></div>
<div
class="terminal-input-line"
id="projects-terminal-input-line"
>
<span class="card-terminal-path">C:/users/cam></span>
<input
type="text"
class="terminal-input"
id="projects-terminal-input"
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"
aria-label="Terminal command input"
/>
<span
class="terminal-suggestion"
id="projects-terminal-suggestion"
aria-hidden="true"
></span>
</div>
</div>
</div>
</article>
</section>
</main>
<footer role="contentinfo">
<div class="social-links">
<a
class="social-link"
href="https://www.linkedin.com/in/cam-eo"
target="_blank"
rel="noopener noreferrer"
>
<img src="./image/linkedin.svg" alt="LinkedIn" />
</a>
</div>
</footer>
</body>
<script src="./script/stardust.js"></script>
<script src="./script/navbar.js"></script>
<script src="./script/tech-board.js"></script>
<script type="module">
(function () {
const el = document.getElementById("projects-terminal");
if (!el) return;
const observer = new IntersectionObserver(
function (entries) {
if (!entries[0].isIntersecting) return;
observer.disconnect();
import("./script/projects-terminal.js");
},
{ threshold: 0.1 },
);
observer.observe(el);
})();
</script>
</html>