forked from ieee-ihuthess/git_github_101
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (71 loc) · 2.28 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
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
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE HTML>
<!--
Typify by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Git/Github 101</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<h2><strong>Git/GitHub 101</strong></h2>
<div>
<ul style="list-style-type: none">
<li> I love lambdaspace! </li>
<li> IEEE student branches Rocks! </li><br />
<li> Enter your name below: </li>
<!-- add you name below this line inside <li> </li> -->
<li> Katerina Vos </li>
<li> Alex P </li>
<li> Thaleia Tagaraki</li>
<li> Dimitris Pliakos </li>
<li> i love Math </li>
<li> My name is John Kariotis </li>
<li> Stavy<3 </li>
<li> Tso </li>
<li> Alexandros </li>
<li> Christina </li>
<li> Vicky Arpatzoglou </li>
<li> AFkoulis ftw </li>
<li> My first git change </li>
<li> Alator!! </li>
<li> Dimitris </li>
<li> Kostas !! </li>
<li> Christos </li>
<li> Fotini </li>
<!-- end of the list -->
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<center>
<div> Git/GitHub 101 by lambdaspace and IEEE Student Branch of ATEITH </div>
<div>
<img class= "footer_img" src="./images/space.png" />
<div>
<img class= "footer_img" src="./images/sb_logo.jpg" /> <br/>
<img class= "footer_img" src="./images/sb_logo_text.jpg" />
</div>
</div>
</center>
<div class="copyright">
© Untitled. Design: <a href="http://templated.co/">TEMPLATED</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>