-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.61 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cameron Pascal's personal website.">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.svg">
<title>Cameron Pascal | About</title>
</head>
<body>
<div>
<span class="command-prompt">></span>
<span>cat about.txt</span>
</div>
<div class="output">
<br/>
<span>Hi, I'm Cameron Pascal.</span>
<br/>
<span>I'm a backend software engineer living in Jersey City. I'm currently at <a href="https://www.mongodb.com">MongoDB</a>, where I work </span>
<span>on <a href="https://www.mongodb.com/products/platform/atlas-search">Atlas Search.</a></span>
<br/>
<span>If you want to know more please check out my:</span>
<ul>
<li>
<a href="https://github.com/cameron-pascal">GitHub</a>
</li>
<li>
<a href="https://assets.cameron.dev/resume.pdf">Resume</a>
</li>
<li>
<a href="https://linkedin.com/in/cameron-pascal">LinkedIn</a>
</li>
</ul>
</div>
<div class="status">
<div class="directory-info">
<div class="directory highlight">~/code/website</div>
<div class="branch highlight">main</div>
<div class="cursor"> </div>
</div>
<div class="command-result highlight">ok</div>
</div>
</body>
</html>