-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (95 loc) · 4.54 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
<html>
<head>
<title>Snap Chat Bordeaux</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet" />
<link rel="icon" type="image/png" href="css/images/favicon.png" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/noscript.css" />
</noscript>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<script type="text/javascript" src="js/cookies.js"></script>
<script type="text/javascript" src="js/website.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/xmlhttprequest.js"></script>
</head>
<body class="homepage" onload="checkSession()">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<script>
</script>
<nav id="nav">
<a id="home" href="index.html" class="fa fa-home"><span id="homespan">Home</span></a>
<a id="messages" href="messages.html" class="fa fa-envelope" style="display:none"><span id="messagespan">Messages</span></a>
<a id="friends" href="friends.html" class="fa fa-user" style="display:none"><span id="friendsspan">Friends</span></a>
<a id="settings" href="settings.html" class="fa fa-cog" style="display:none"><span id="settingsspan">Settings</span></a>
<a id="logout" onclick="flogout()" href="index.html" class="fa fa-ban" style="display:none"><span id="logoutspan">Log out</span></a>
<a id="about" href="about.html" class="fa fa-question"><span id="aboutspan">About</span></a>
</nav>
<script>
var trad = new Traductor(navigator.language);
trad.tradNavBar();
</script>
<!-- Main -->
<div id="main">
<article id="work" class="panel">
<header>
<h2>Snap Chat Bordeaux</h2>
</header>
<p>
<center>
<label id="signbar"><a id="signin" href="login.html"><span>Sign In</span></a>
<label id="bar">/</label><a id="signup" href="register.html"><span>Sign Up</span></a>
</label>
</center>
<br>
<label id="description">
Snap Chat Bordeaux is an application available as a website but also for smartphones.
</label>
<p id="testUA">Please activate Javascript.</p>
<br>
<br>
<center>
<h2>
<a id=laptop href="" class="fa fa-laptop" style="color:rgb(201, 195, 195)"></a>
<a id=android href="https://build.phonegap.com/apps/638828/download/android" class="fa fa-android" style="color:rgb(201, 195, 195)"></a>
<a id=windows href="https://build.phonegap.com/apps/638828/download/winphone" class="fa fa-windows" style="color:rgb(201, 195, 195)"></a>
</h2>
<center>
</p>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="links">
<li>
<label id="createb">Created by</label>: Marie Omiscar, Julio Matarranz, Guillaume Meral, Aliou Diallo & Guillaume Guerin de Tourville</li>
<li>
<label id="projetf">Project for the University of Bordeaux</label>
</li>
<li>Client : Xavier Blanc</li>
<li>Design : <a href="http://html5up.net/">HTML5 UP</a>
</li>
</ul>
</div>
<script>
var trad = new Traductor(navigator.language);
trad.tradFooter();
</script>
</div>
<script>
var pm = new PageModificator(navigator.userAgent, navigator.language);
pm.UserAgentIndex();
pm.NavigatorActive('home');
</script>
</body>
</html>