-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalumni.html
56 lines (51 loc) · 2.08 KB
/
alumni.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
<html>
<head>
<link rel="stylesheet" type="text/css" href='global.css'>
</link>
<link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
</link>
<title>Global E-Business</title>
<meta name="Keywords"
content="global, e-business, GEB, lille, université, olivier sirven, student, students, global ebusiness, e-business, master,alumni">
<meta name="description"
content="global, e-business, GEB, lille, université, olivier sirven, student, students, global ebusiness, e-business, master,alumni">
<meta name="author" content="Basile, Zhaniya, Quentin">
<meta name="copyright" content="GEB Lille">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>
<header>
<span class="logo"><a href="index.html">Global E-Business</a></span>
<div class='banner'>
<ul class='banner'>
<li class='banner'><a href="index.html" class='banner'>Home</a></li>
<li class='banner'><a href="about-geb.html" class='banner'>About GEB</a></li>
<li class='banner'><a href="alumni.html" class='banner'>Alumni</a></li>
<li class='banner'><a href="contact.html" class="banner">Contact us</a></li>
</ul>
</nav>
</div>
</header>
<footer>
<div class='footer'>
<ul><a href="index.html">Home</a>
<li><a href="https://en.lilletourism.com/">Discover Lille</a></li>
<li><a href="https://www.univ-lille.fr/home/">Discover the University</a></li>
<li><a href="https://www.thelocal.fr/20171017/lille-why-would-anyone-want-to-live-there">Lille, the students
city</a></li>
<li><a href="#">Photo Album</a></li>
<li><a href="#">Reviews of students</a></li>
<li><a href="#">Companies of GEB students</a></li>
</ul>
<ul><a href="about-geb.html">About GEB</a>
<li>Truc</li>
<li>Truc</li>
</ul>
<ul><a href="alumni.html">Alumni</a></ul>
<ul><a href="#">Miscellaneous</a></ul>
<ul><a href="contact.html">Contact us</a></ul>
</div>
</footer>
</body>
</html>