-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (161 loc) · 7.57 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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1.0" name="viewport"/>
<title>Rapport de TP ASGBD</title>
<!-- CSS -->
<!-- CSS -->
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css--> <!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="css/style.css" media="screen,projection" rel="stylesheet" type="text/css"/>
<style>
.clickable {
cursor: pointer;
}
</style>
</head>
<body>
<nav class="blue-grey lighten-1" role="navigation">
<div class="nav-wrapper container">
<a class="brand-logo waves-effect waves-light" href="index.html" id="logo-container">Rapport</a>
<ul class="right hide-on-med-and-down ">
<li class="waves-effect"><a href="TP1.html">TP 1</a></li>
<li class="waves-effect"><a href="TP2.html">TP 2</a></li>
<li class="waves-effect"><a href="TP3.html">TP 3</a></li>
<li class="waves-effect"><a href="TP4.html">TP 4</a></li>
<li class="waves-effect"><a href="TP5.html">TP 5</a></li>
</ul>
<ul class="sidenav" id="nav-mobile">
<li><a href="TP1.html">TP 1</a></li>
<li><a href="TP2.html">TP 2</a></li>
<li><a href="TP3.html">TP 3</a></li>
<li><a href="TP4.html">TP 4</a></li>
<li><a href="TP5.html">TP 5</a></li>
</ul>
<a class="sidenav-trigger" data-target="nav-mobile" href="#"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h2 class="header center light-blue-text">Rapport de TP ASGBD</h2>
<div class="row center">
<h5 class="header col s12 light">Khezour Mohamed Oussama </h5>
<h5 class="header col s12 light">Khiat Mokhtar</h5>
<h6 class="header col s12 light">M1 SII G2 2019/2020</h6>
</div>
<br>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 xl2 offset-xl1 m4">
<div class="icon-block hoverable card grey lighten-5 clickable waves-effect"
onclick="location.href='TP1.html'"
style="display: inherit">
<div class="card-content">
<h2 class="center light-blue-text"><i class="material-icons">description</i></h2>
<h5 class="center teal-text">TP 1</h5>
<p class="light center blue-grey-text center">Création <br> et <br> manipulation <br> d'une BD</p>
</div>
</div>
</div>
<div class="col s12 xl2 m4">
<div class="icon-block hoverable card grey lighten-5 clickable waves-effect"
onclick="location.href='TP2.html'"
style="display: inherit">
<div class="card-content">
<h2 class="center light-blue-text"><i class="material-icons">description</i></h2>
<h5 class="center teal-text">TP 2</h5>
<p class="light center blue-grey-text"><br>Privilèges <br> d'accès <br> à la BD</p>
</div>
</div>
</div>
<div class="col s12 xl2 m4">
<div class="icon-block hoverable card grey lighten-5 clickable waves-effect"
onclick="location.href='TP3.html'"
style="display: inherit">
<div class="card-content">
<h2 class="center light-blue-text"><i class="material-icons">description</i></h2>
<h5 class="center teal-text">TP 3</h5>
<br>
<p class="light center blue-grey-text">Dictionnaire <br>Oracle</p> <br>
</div>
</div>
</div>
<div class="col s12 xl2 m4 offset-m2">
<div class="icon-block hoverable card grey lighten-5 clickable waves-effect"
onclick="location.href='TP4.html'"
style="display: inherit">
<div class="card-content">
<h2 class="center light-blue-text"><i class="material-icons">description</i></h2>
<h5 class="center teal-text">TP 4</h5>
<br><br>
<p class="light center blue-grey-text">PL SQL</p><br>
</div>
</div>
</div>
<div class="col s12 xl2 m4">
<div class="icon-block hoverable card grey lighten-5 clickable waves-effect"
onclick="location.href='TP5.html'"
style="display: inherit">
<div class="card-content">
<h2 class="center light-blue-text"><i class="material-icons">description</i></h2>
<h5 class="center teal-text">TP 5</h5>
<br><br>
<p class="light center blue-grey-text"> Triggers</p><br>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<footer class="page-footer blue-grey lighten-3">
<div class="container">
<div class="row">
<div class="col l5 s12">
<h5 class="white-text">Rapport de TP</h5>
<p class="grey-text text-lighten-4">Université des Sciences et de la Technologie Houari Boumediene</p>
<p class="grey-text text-lighten-4">Faculté d'Electronique et d'Informatique</p>
<p class="grey-text text-lighten-4"> Département d'Informatique</p>
<p class="grey-text text-lighten-4"> 2019/2020</p>
</div>
<div class="col l4 s12">
<h5 class="white-text">TPs</h5>
<ul>
<li><a class="white-text" href="TP1.html">TP 1 Création et manipulation d'une BD</a></li>
<li><a class="white-text" href="TP2.html">TP 2 Privilèges d'accès à la BD</a></li>
<li><a class="white-text" href="TP3.html">TP 3 Dictionnaire Oracle</a></li>
<li><a class="white-text" href="TP4.html">TP 4 PL SQL</a></li>
<li><a class="white-text" href="TP5.html">TP 5 Triggers</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Contactez nous</h5>
<ul>
<li><a class="white-text" href="#!">khzouroussama@gmail.com</a></li>
<li><a class="white-text" href="#!">khiat47@gmail.com</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="orange-text text-lighten-3" href="#">Khezour Mohamed Oussama</a>
</div>
</div>
</footer>
<!-- Scripts-->
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="js/init.js"></script>
</body>
</html>