-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
101 lines (97 loc) · 3.34 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Embellished
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140207
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GIT 101 </title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper1">
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo"> <span class="icon icon-cogs"></span>
<h1><a href="https://www.facebook.com/events/1405170802977440/?event_time_id=1405170809644106">GIT</a></h1>
<h2> From zero to hero </h2>
<h3> Part 1 </h3>
</div>
</div>
<div id="wrapper2">
<div id="welcome" class="container">
<div class="title">
<h2>Thank You</h2>
</div>
<p>A big thanks to those awesome people for participating in the first part of the workshop</p>
</div>
</div>
<div id="wrapper3">
<div id="portfolio" class="container">
<div class="title">
<span class="byline">List of participants</span> </div>
<ul style="max-width: 400px; margin: auto; text-align: center">
<li> KostChou </li>
<li> dpliakos </li>
<li> THEOFANOUS </li>
<li> H MPEMPA </li>
<li> pes paokara </li>
<li> lalilulelo </li>
<li> nikosbik </li>
<li>tolis</li>
<li> eleftheritsa </li>
<li> Odysseus Galanis</li>
<li>dagkalis</li>
<li> "Zafiris" </li>
<li> PanosSts26 </li>
<li> DPAUTH was here</li>
<li> alcmene00 </li>
<li> Giannis </li>
<li> Alexiou Rita </li>
<li>Marianna Vouraki</li>
<li> teo1806mk </li>
<li> DimitrisBzk </li>
<li> sofi</li>
<li> konstantinos-max </li>
<li> tliartsi </li>
<li>charisstef</li>
<li>cmorali</li>
<li> msaman </li>
<li> agirgola <li>
<li> Thomas Georgiadis </li>
<li> irenestam88 </li>
<li> Nikiko256 </li>
<li> chrysaep </li>
<li> alex skentos </li>
<li> mariospal </li>
<li>Nikitas Maragkos</li>
<li> gioulh </li>
</ul>
</div>
</div>
</div>
<div id="footer" class="container">
<div class="title">
<h2>Get in touch</h2>
<span class="byline">Phasellus nec erat sit amet nibh pellentesque congue</span> </div>
<ul class="contact">
<li><a href="https://www.facebook.com/ieee.ihuthess/" class="icon icon-facebook"><span></span></a></li>
<li><a href="https://www.instagram.com/ieee.ihuthess/" class="icon icon-instagram"><span>Pinterest</span></a></li>
</ul>
</div>
<div id="copyright" class="container">
<p>© Untitled. All rights reserved. | Photos by <a href="http://fotogrph.com/">Fotogrph</a> | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>