-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (188 loc) · 9.46 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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="./src/index_files/css2" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="./src/index_files/css2(1)" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="./src/index_files/jquery-3.5.1.min.js.download"></script>
<script src="./src/index_files/owl.carousel.js.download"></script>
<script src="./src/index_files/owl.carousel.min.js.download"></script>
<link rel="stylesheet" href="./src/index_files/jq">
<link rel="stylesheet" href="./src/index_files/owl.carousel.css">
<link rel="stylesheet" href="./src/index_files/owl.carousel.min.css">
<link rel="stylesheet" href="./src/index_files/owl.theme.default.css">
<link rel="stylesheet" href="./src/index_files/langBtnStyle.css">
<link rel="stylesheet" href="./src/navBarStyle.css">
<link rel="stylesheet" href="./src/index_files/goToBtnStyle.css">
<link rel="stylesheet" href="./src/index_files/logSignStyle.css">
<link rel="stylesheet" href="./src/index_files/sliderStyle.css">
<link rel="stylesheet" href="./src/index_files/elearningPlatformStyle.css">
<link rel="stylesheet" href="./src/index_files/inboxStyle.css">
<link rel="stylesheet" href="./src/index_files/all.min.css">
<link rel="stylesheet" href="src/index_files/style.css">
<title>L2 Info Blida</title>
</head>
<body>
<div class="container">
<h1 class="title">License 2 Computer Science</h1>
<nav>
<ul>
<li id="login"><a href="pages/Log in.html">Log In</a></li>
<li id="signup"><a href="pages/Sign up.html">Sign up</a></li>
<li id="loginMobile"><a href="#L2ComputerScience">Log in</a></li>
</ul>
</nav>
</div>
<h1 id="welcome">Welcome</h1>
<script>
const button = document.getElementById("btn");
const list = document.getElementById("lang");
list.style.display = "none";
button.addEventListener("click", (event) =>{
if(list.style.display == "none"){
button.style.backgroundColor = "rgb(216, 216, 216)";
list.style.display = "block";
}else{
button.style.backgroundColor = "#b1dae7";
list.style.display = "none";
}
})
</script>
<div class="slider" >
<div class="owl-carousel top-banner owl-theme">
<div class="itemSlide">
<img src="./src/index_files/coursesSlide.png">
<div class="textSlide">
<h1>Find Your Courses</h1>
<p>If you are looking for courses, polycopes and exercices series of all the modules, you can find them here, from you to you,
Contribute to filling the site with lesson files and links so that others can access and benefit from them.
You can go directly to the lessons page to browse or add useful files with the button below.</p>
<a href="pages/Courses.html">
<button class="go-to">
<div class="go-courses">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">GO TO COURSES</span>
</div>
</button>
</a>
</div>
</div>
<div class="itemSlide">
<img src="./src/index_files/marksSlide.png">
<div class="textSlide">
<h1>See Your Marks</h1>
<p>You can check out the last released marks tables, and see what you got from general averages. You can go directly to the marks tables with the button below.</p>
<a href="pages/Log in.html">
<button class="go-to">
<div class="go-marks">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">GO TO MARKS TABLES</span>
</div>
</button>
</a>
</div>
</div>
<div class="itemSlide">
<img src="./src/index_files/announces.png">
<div class="textSlide">
<h1>See Announces</h1>
<p>If you want to see the last announces and news like the adminstration decisions and tests plannings, you can check out the announces page. You can go directly to the Announces with the button below.</p>
<a href="pages/Announces-admin.html">
<button class="go-to">
<div class="go-announces">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">GO TO ANNOUNCES</span>
</div>
</button>
</a>
</div>
</div>
<div class="itemSlide">
<img src="./src/index_files/suggestionSlide.png">
<div class="textSlide">
<h1>Put Your Suggestions</h2>
<p>If you have a suggestion to make the things better, don't skimp on us, you can always leave your suggestions in the box for the admins to check it and deal with it. You can go directly to the suggestions box with the button below.</p>
<a href="pages/Log in.html">
<button class="go-to">
<div class="go-courses">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">GO TO SUGGESTIONS BOX</span>
</div>
</button>
</a>
</div>
</div>
</div>
</div>
<script>
jQuery(document).ready(function(){
$('.top-banner').owlCarousel({
items:1,
margin:20,
loop:true,
autoplay:true,
})
})
</script>
<div class="L2ComputerScience" id="L2ComputerScience">
<div id="image"><img src="./src/index_files/L2ComputerScience.png"></div>
<div class="logSignBtn">
<a href="pages/Log in.html"><button class="logBtn">Log In</button></a>
<a href="pages/Sign up.html"><button class="signBtn">Sign up</button></a>
</div>
</div> <hr>
<div class="elearn">
<img src="./src/index_files/elearning pic.jpg" width="45%">
<div class="elearnText">
<h1>E-Learning Platform</h1>
<h4>If you want to go to the platform of E-Learning of Saad Dahlab University, here is a button to redirect you stright to it.</h4>
<a href="https://elearning.univ-blida.dz/" target="_blank">
<button class="cta">
<span>PLATFORM</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</button>
</a>
</div>
</div>
<hr class="hr1">
<div class="inbox">
<div class="inboxText">
<h1>University Email</h1>
<h4>If you want to go to Saad Dahlab University mail and check your inbox, here is a button to redirect you stright to it.</h4>
<a href="https://etu.univ-blida.dz/" target="_blank">
<button class="cta">
<span>UNIV INBOX</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</button>
</a>
</div>
<img src="./src/index_files/inbox.png" width="45%">
</div>
<div class="aboutParent">
<div class="about">
<h1>About The Website</h1>
<p>This website has been made especially for second year students of computer science licence studies of Saad Dahlab University (blida, Algeria), particulary batch of 2021.
The website made to be filled with files of studies and courses via the studients themselves, so everyone have to share to help the others finding the courses and series or anything they need.
<br>I am -Fenniche Mohamed Imad- glad to release this personal project hopfully it will be very helpfull, and to grow and be better by time.</p>
</div>
</div>
<h6 id="made">Made By Fenniche Mohamed Imad</h6>
</body></html>