-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
124 lines (83 loc) · 3.4 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
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HelpU</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="css/bootstrap.css" media="screen">
<link rel="stylesheet" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="css/custom.min.css">
<link rel="icon" href="resources/logo.PNG">
</head>
<body >
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container" >
<div class="navbar-header" >
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li><a href="index.html"><span class="glyphicon glyphicon-home"> </span> Accueil</a></li>
<li><a href="video.html"><span class="glyphicon glyphicon-facetime-video"> </span> Video</a></li>
<li><a href="documentation.html"><span class="glyphicon glyphicon-file"> </span> Documentation</a></li>
<li><a href="downloads.html"><span class="glyphicon glyphicon-download-alt"> </span> Téléchargement</a></li>
<li><a href="about.html"><span class="glyphicon glyphicon-plus"> </span> A propos</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="btn btn-md btn-primary" href="https://github.com/davidmeimoun/HelpU" role="button"><img src="resources/github.png" width=10%> View on github</a></li>
</ul>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="container">
<div class="jumbotron" align="center">
<h1><font color="#FE9A2E">HelpU</font></h1>
<BR>
<p>Application d'entraide entre étudiants</p>
<font color="#848484">Combinez nouvelles rencontres et réussite universitaire.</font>
<BR><BR>
<a class="btn btn-lg btn-warning" href="downloads/HelpU-v1.0.0.apk" role="button">Télécharger HelpU<br />
Version 1.0.0 </a>
</div>
<br>
<div class="row">
<div class="col-md-4 ">
<center><img src="resources/people.png" class="img-responsive"width=30%>
<h4> Aider </h4></center>
</div>
<div class="col-md-4">
<center><img src="resources/help.png" class="img-responsive"width=30%>
<h4>Recevoir</h4></center>
</div>
<div class="col-md-4 ">
<center><img src="resources/exchange.png" class="img-responsive"width=30%>
<h4>Echanger</h4></center>
</div>
</div>
</div>
<div class="container">
<BR><BR>
<hr>
<footer>
<div class="row">
<!-- <div class="col-lg-12"> -->
<p class="copyright">HelpU maintained by <a href="https://github.com/Jmedjid">Jmedjid</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>