-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 1.98 KB
/
index.html
File metadata and controls
64 lines (52 loc) · 1.98 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML>
<html>
<head>
<title>Core 55</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="wrapper" class="divided">
<!-- Core 55 presentation -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Core 55</h1>
<p class="major">IT Project at KTH Royal Institute of Technology</p>
<p class="major"><i>Talk is cheap.<br>Show me the code.<br>- Linus Torvalds</i></p>
</div>
<div class="image">
<img src="images/index-min.jpg" alt="" />
</div>
</section>
<!-- About our project -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h2>Meet the team</h2>
<p>We are a group of students mostly from the International Bachelor in ICT.</p>
<p>Cedric, Dean, Hussam, Jiho, Juan Luis, Marcel, Patrick, Phillip, Qi, Simone</p>
<ul class="actions vertical">
<li><a href="team.html" class="button">Learn more</a></li>
</ul>
</div>
</section>
<!-- Blog -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Follow the development</h2>
<p>Technical Report and User Manual</p>
<ul class="actions vertical">
<li><a href="blog.html" class="button">To The Blog</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>