-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
123 lines (117 loc) · 3.95 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!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 : PlainDisplay
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140309
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Varela" 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="wrapper">
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="http://ieee.teithe.gr/">IEEE ATEITH Student Branch</a></h1>
</div>
<!-- <div id="menu">
<ul>
<li class="current_page_item"><a href="#" accesskey="1" title="">Homepage</a></li>
<li><a href="./archive/Lambdaspace" accesskey="2" title="">Participants from Lambdaspace</a></li>
</ul>
</div> -->
</div>
</div>
<div id="banner">
<div class="container">
<div class="title">
<h2>Git 101</h2>
<span class="byline">Μαθαίνουμε κώδικα, μοιράζοντας κώδικα! </span> </div>
<!--
<ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul>
-->
</div>
</div>
<div id="extra" class="container">
<div class="title">
<span class="byline">Γράψε το όνομά σου στην λίστα:</span> </div>
<li>anastasiamousa </li>
<li>GSakel</li>
<li> Nasia</li>
<li> Q is great Q is the best </li>
<li> dpliakos </li>
<li> aggelos_k </li>
<li> geroussis </li>
<li> dplessas </li>
<li> Gregory Giapa </li>
<li> Pantelis Dogoulis</li>
<li> matlampaki</li>
<li> Dimitris Tzikas </li>
<li> athena94 </li>
<li> ckardama </li>
<li> VagMark </li>
<li> martinkaintas</li>
<li> Apostolos Kalovelonis </li>
<li> giorgosk</li>
<li> DimosSidiropoulos</li>
<li> Agapios </li>
<li> DimitriosX </li>
<li> dishonoredking </li>
<li>KAREZOS ATHANASIOS</li>
<li> NIKOLETTA FWTOPOULOU </li>
<li> Dimitrios Petras</li>
<li>Paraschos Gounaris </li>
<li> Dimitrios Petras </li>
<li> Paraschos Gounaris </li>
<li> Giorgos Karachristos </li>
</ul>
<div id="three-column">
<div class="boxA">
<a target="_blank" href="http://ieee.teithe.gr/">
<div class="box">
<!-- <span class="fa fa-twitter"></span> -->
<p>Meet us</p>
</div>
</a>
</div>
<div class="boxB">
<a target="_blank" href="https://www.facebook.com/ieeeteithe/">
<div class="box">
<!-- <span class="fa fa-facebook"></span> -->
<p>Find us on facebook</p>
</div>
</a>
</div>
<div class="boxC">
<a target="_blank" href="https://join.slack.com/t/ieeeteithe/shared_invite/enQtMzkwNTA5NTM2NjI2LWU5YjUyYmIzYTUzODYwOWJkZDM0NWFlMmRiNDg3YjQ4MmM0OTNlMTI1MTFkNTY3NDJkYjE4MGIzMmExZDkyZDA">
<div class="box">
<!-- <span class="fa fa-user"></span> -->
<p>Join our slack</p>
</div>
</a>
</div>
</div>
<ul class="actions">
<li><a href="https://www.facebook.com/ieeeteithe/" class="button">Follow us</a></li>
</ul>
</div>
</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>