-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex logged in.html
executable file
·159 lines (144 loc) · 6.08 KB
/
index logged in.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="favicon.ico" rel="shortcut icon">
<title>Lykeion - A place where students, companies and universities can directly reach each other</title>
<link type="text/css" rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/jquery1.4.2.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/login.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="#"><img src="images/logo.png" alt="Lykeion"/></a></h1>
<form id="search" action="#" method="post">
<input type="text" class="textBox" placeholder="Type your search here..."/>
</form>
<div id="logged-in-bar">
<img src="images/default-avatar-small.jpg" alt="User picture small" />
<b>Marko Lazic</b>
<a href="index.html">Logout</a>
</div>
</div>
<div id="nav">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="#">What is EESTEC</a></li>
<li><a href="#">Students</a></li>
<li><a href="#">Companies</a></li>
<li><a href="#">Universities</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div id="profile-box">
<div id="left-column-students">
<img class="avatar" alt="avatar" src="images/default-avatar.jpg"/>
<h2>Marko Lazic</h2>
<h6>Belgrade</h6>
<h6>Serbia</h6>
<h6>marko.lazic88@gmail.com</h6>
<h6>October 13th 1988</h6>
<div id="icons">
<a target="_blank" title="Export your CV to Europass XML file" href="work.php?format=XML"><img src="images/xml-icon.png"></a>
<a target="_blank" title="Export your CV to PDF document" href="work.php?format=PDF"><img src="images/pdf-icon.png"></a>
<span class="separator"><img src="images/separator-profile-box.png"/></span>
<a href="feedback.php"><img src="images/mail-icon.png"></a>
</div>
</div>
<div id="center-column-messages">
<div id="latest-messages">
</div>
<div id="favorites">
</div>
</div>
<div id="right-column-buttons">
<a href="#">Inbox</a>
<a href="#">My Curriculum Vitae</a>
<a href="#">Edit profile</a>
<a href="#">Display Favorites</a>
</div>
</div>
<div id="menu">
<ul>
<li class="active"><a href="#">All Articles</a></li>
<li><a href="#">Study Programs</a></li>
<li><a href="#">Jobs and Internships</a></span></li>
<li><a href="#">Researches</a></li>
<li><a href="#">Companies</a></li>
<li><a href="#">Universities</a></li>
</ul>
<div id="find-us-on">
<h6>Find us on:</h6>
<a class="icon" href="http://www.facebook.com/lykeion.eestec"><img src="images/facebook-logo.png"/></a>
<a class="icon" href="#"><img src="images/twitter-logo.png"/></a>
<a class="icon" href="#"><img src="images/google-plus-logo.png"/></a>
</div>
<div class="print"><a href="#"><img class="icon" src="images/print-icon.png"/></a></div>
</div>
<div id="shadow-up"></div>
<div id="content">
<div id="article-wall">
<div class="article first-article">
<img class="article-logo" alt="Article logo" src="images/article-logo.png"/>
<h3>EESTEC Android Competition supported by Google</h3>
<h6>2012-02-24 08:51:42</h6>
<p>Dear students,<br/>
We are glad to announce you that EESTEC and Google made an agreement and this included that Google will support our EESTEC Android Competition. </p>
</div>
<div class="article second-article">
<img class="article-logo" alt="Article logo" src="images/article-logo.png"/>
<h3>EESTEC Magazine Online</h3>
<h6>2012-02-18 20:34:36</h6>
<p>Find out more about events during 2nd half of 2011, awesome new projects, academic offers, news from all EESTEC teams and Board and many more. </p>
</div>
<div class="article third-article">
<img class="article-logo" alt="Article logo" src="images/article-logo.png"/>
<h3>Happy new year!</h3>
<h6>2012-01-10 10:49:11</h6>
<p>Happy new year!!! Special surprises on behalf of EESTEC International</p>
</div>
<div class="article">
<img class="article-logo" alt="Article logo" src="images/article-logo.png"/>
<h3>EESTEC Android Competition</h3>
<h6>2011-11-14 12:55:21</h6>
<p>Are you interested in learning new things and releasing your creativity for creating something innovative?
Seems appealing to cooperate with other people throughout Europe for development of an idea? </p>
</div>
<div id="pager">
<ul>
<li class="active" ><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>
</div>
</div>
<div id="shadow-down"></div>
</div>
<div id="footer">
<div id="footerContainer">
<div id="footer-top">
<a href="http://www.eestec.net"><img src="images/eestec-logo.png" alt="EESTEC"/></a>
<p><b>EESTEC International</b><br/>Power your future<br/>Electrical Engineering STudents' European assoCiation</p>
<p>Mekelweg 4,<br/>2628 CD Delft,<br/>www.eestec.net<br/>The Netherlands</p>
</div>
<div id="footer-line"></div>
<div id="footer-bottom">
<a href="#"><img src="images/logo-footer.png" alt="Lykeion"/></a>
<p><b>EESTEC Lykeion Portal</b></p>
<div class="terms"><a href="#">Terms of use</a> | <a href="#">Branding & Authorship</a> | <a href="#">Contact</a></div>
</div>
<div id="footer-menu">
<div class="menu">
<a href="#">Home</a> | <a href="#">What is EESTEC</a> | <a href="#">Students</a> | <a href="#">Companies</a> | <a href="#">Universities</a> | <a href="#">Contacts</a>
</div>
<div class="copyright">Copyright © 2012 EESTEC All rights reserved.</div>
</div>
</div>
</div>
</body>
</html>