-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.22 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
<!-- TODO: change github pages settings after merging back into main -->
<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">
<title>Free2Breathe</title>
<link rel="icon" type="image/x-icon" href="website_resources/icon.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap">
</head>
<body>
<img class="logo" src="website_resources/logo.png" alt="team logo">
<h3>Calvin University Senior Design 2022-23</h3>
<hr>
<img class="team-pic" src="website_resources/team.jpg" alt="picture of the team">
<p>Nate Anderson, Jordan Alexander, Anna Giboney, & Ben DeWeerd</p>
<hr>
<p><a href="website_resources/pamphlet.pdf" target="_blank"><i class="fa fa-link"></i> Instruction Pamphlet</a>
</p>
<p><a href="https://github.com/bendeweerd/free2breathe" target="_blank"><i class="fa fa-link"></i> GitHub
Repository</a>
</p>
</body>
</html>