-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 2.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
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Ingrid Crant</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Social Media icons -->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,200;0,300;1,200;1,300&display=swap" rel="stylesheet">
<!-- CSS file -->
<link rel="stylesheet" href="css/portfolio.css">
</head>
<body id="page-top">
<!-- Page Content -->
<div class="root">
<div class="photos">
<img src="images/me.jpg" class="me" alt="picture of me">
<img src="images/activity.jpg" class="activity" alt="my hobbies">
</div>
<div class="paragraphs">
<h2> Hi there, I'm Ingrid! </h2>
<div>
<p>In my free time I like to wander around parks, try out new cafés, and practice guitar.</p>
<div class="social-icons">
<a class="social-icon" href="https://www.linkedin.com/in/ingridcrant/"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://github.com/ingridcrant"><i class="fab fa-github"></i></a>
</div>
<p>I'm studying <span class="highlight">Computer Science</span> student at the <span class="highlight">University of Waterloo</span> with a minor in <span class="highlight">Combinatorics and Optimization</span>.</p>
</div>
<a class="right-align" href="resume.pdf">resume</a>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>