-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Epitech 2022 - Projects timeline</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="dark.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.1.1.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script type="text/javascript" src="epitech2022-timeline.js"></script>
</head>
<body>
<section class="timeline">
<h1>Epitech - Promotion 2022 Timeline</h1>
<h2>Semester 5</h2>
<div id="timeline-container">Loading timeline...</div>
<hr>
<p class="bottom">See the project on <a href="https://github.com/atombarel/atombarel.github.io">Github</a> - Based on <a href="https://github.com/Shigumitsu/shigumitsu.github.io">shigumitsu.github.io</a> - <a href="#" id="switch">Switch to dark</a> - Scroll down to read the changelog</p>
</section>
<section>
<hr>
<h3>Changelog</h3>
<div id="changelog-container">Loading changelog...</div>
</section>
</body>
<footer>
</footer>
</html>