-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 1.56 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
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>Peter Spenler</title>
<link rel="stylesheet" type="text/css" href="styles/index.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<script src="scripts/index.js"></script>
</head>
<body>
<div class="profile-box" id="profileBox">
<img class="profile-image" src="src/profile.png">
<div class="profile-text-box">
<h1>Peter Spenler</h1>
<div class="education-text-box">
<h4>Undergraduate</h4> <h3>Computer Engineering</h3>
<h4>University of Guelph</h4>
</div>
</div>
<!-- Phone and mail icons created by 'Chanut is Industries', "https://www.flaticon.com/authors/chanut-is-industries", Liscenced under Creative Commons 3.0 -->
<!-- Diploma icon by Icons8 "https://icons8.com/icon/14629/contract"</a>-->
<a href="mailto:[email protected]" target="_top" class="mail-icon"></a>
<a href="https://github.com/peterspenler" class="github-mark"></a>
<div class="mobile-contact-box">
<div class="mobile-box">
<div class="icon-m diploma-m"></div>
Bachelor of Computer Engineering<br>
University of Guelph
</div>
<a href="https://github.com/peterspenler">
<div class="mobile-box">
<div class="icon-m github-m"></div>
github.com/peterspenler
</div>
</a>
<a href="mailto:[email protected]" target="_top">
<div class="mobile-box">
<div class="icon-m mail-m"></div>
</div>
</a>
</div>
</div>
</body>