-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (70 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta property="og:title" content="Justin Proulx">
<meta property="og:description" content="Software Engineering Student">
<meta property="og:image" content="http://www.justinproulx.com/bannersmall.jpg">
<meta property="og:url" content="https://www.justinproulx.com/">
<meta name="twitter:card" content="summary_large_image">
<title>Justin Proulx</title>
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" href="justin.jpg">
</head>
<body>
<div id="content">
<div id="titleimage">
<div id="title">
<img src="justin.jpg" id="justin">
<div id="names">
<p class="name">Justin</p>
<p class="name">Proulx</p>
<p id="tagline">Software Developer</p>
</div>
</div>
</div>
<hr class="separator">
<div id="links">
<a href="resume.pdf" target="_blank">
<div class="button" id="resume">
<img src="icons/document.svg" class="linkicon">
<p class="buttontext">Resume</p>
</div>
</a>
<a href="https://apps.apple.com/us/developer/justin-proulx/id1085420153" target="_blank">
<div class="button" id="appstore">
<img src="icons/iphone.svg" class="linkicon">
<p class="buttontext">App Store</p>
</div>
</a>
<a href="https://github.com/snowfrz/" target="_blank">
<div class="button" id="github">
<img src="icons/github.svg" class="linkicon">
<p class="buttontext">GitHub</p>
</div>
</a>
</div>
<hr class="separator">
<div id="intro">
<h1>Hello!</h1>
<p>I'm Justin Proulx and I am a Software Developer.</p>
<p>I graduated with a B.A.Sc. Software Engineering in 2023 and am looking for a full time position. If you're interested in
hiring me, please <a href="resume.pdf" target="_blank">check out my resume</a> and <a
href="mailto:[email protected]">send me an email</a>!</p>
<p>My products have cumulatively been downloaded over 1.2 million times. These are some of my favorites:</p>
<ul>
<li><a href="https://apps.apple.com/us/app/impeached-2/id1663664237">Impeached 2</a></li>
<li><a href="https://chariz.com/buy/prokeys">ProKeys</a></li>
<li><a href="https://chariz.com/buy/jellyfish">Jellyfish</a></li>
</ul>
<p>Looking forward to hearing about new opportunities!</p>
<p>For product support, please visit <a href="https://www.twitter.com/justinalexp">my Twitter</a> and send
me a DM or a tweet.</p>
</div>
</div>
</body>
<footer>
<p>Copyright © 2021 - 2024 Justin Proulx</p>
</footer>
</html>