-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>IAESTE - Internships</title>
<meta charset="UTF-8">
<!-- iOS Homescreen specials -->
<meta name="apple-mobile-web-app-title" content="Internships">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon.png" />
<link rel="icon" href="apple-touch-icon.png">
<!-- Viewport setting -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/style.css">
<script src="https://use.fontawesome.com/da03a0462c.js"></script>
</head>
<body>
<article><i class="fa fa-times fa-3x" onclick="hideInternship()"></i><img src="" alt=""></article>
<main></main>
<footer>
<nav class="container"></nav>
</footer>
<script src="scripts/data.js"></script>
<script src="scripts/navigation.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>