forked from DiscoverAbroad/hack110
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (43 loc) · 1.91 KB
/
Copy pathabout.html
File metadata and controls
46 lines (43 loc) · 1.91 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">
<title>Europe</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<link href="https://api.mapbox.com/mapbox-gl-js/v3.7.0/mapbox-gl.css" rel="stylesheet">
<script src="https://api.mapbox.com/mapbox-gl-js/v3.7.0/mapbox-gl.js"></script>
<script src="scripts.js"></script>
<link rel="icon" type="image/x-icon" href="img/unc logo.png">
</head>
<body>
<div class="background">
<div class="background-black"></div>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<a href="europe.html">Europe</a>
<a href="asia.html">Asia</a>
<a href="americas.html">Americas</a>
<a href="apac.html">APAC</a>
<a href="africa.html">Africa</a>
<a href="about.html" class="active">About Us</a>
</div>
<br>
<div class="col-6 container" id="greece">
<div class="title1">
<h2>About Us</h2>
</div>
<hr>
<div class="content1">
<div class="text1">
<p>This project was created as a submission to UNC Hack110.</p>
<li>Caleb Han - Class of 2028, Computer Science + Medical and Biological Physics</li>
<li>Mason Mines - Class of 2028, Computer Science + Data Science</li>
<p>We were inspired to create this project due to our interest in studying abroad, and we wanted to share our opinions on the most interesting study abroad locations and programs for any types of people.</p>
<p>A full list of study abroad programs can be found <a href="https://heelsabroad.unc.edu/_portal/">here</a>. Please contact the <a href="https://studyabroad.unc.edu/">UNC Study Abroad</a> office for more questions!</p>
</div>
</div>
</div>
</body>
</html>