-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 2.28 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
<!DOCTYPE html>
<html>
<head>
<title>e-learning ntic</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
</head>
<body style="background-color: rgba(242, 242, 242, 0.626) ;">
<header class="header">
<img src="ntic-logo.png" style="width: 110px; margin: 0;" alt="ntic">
<h1 id="home"> E-learning NTIC.</h1>
</header>
<section>
<article>
<div class="slidedown shadow">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-90deg-down" viewBox="0 0 16 16">
</svg>
<h1>You are a :</h1>
<select name="user" id="type" >
<optgroup label="user type">
<option id="teacher" value="0"> professor</option>
<option id="student" value="1"> student</option>
<option id="" value="2"> admin</option>
</optgroup>
</select>
<button class="btn loginbtn" id="login">Log in</button>
</div>
<div class="shadow tab-overlay" style="top:30%">
<button id="closetab">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-circle" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>
</svg>
</button>
<div style="padding: 15px;">
<h1 style="font-size: x-slarger;" >Welcome back!</h1>
<h6 style="color: rgba(0, 0, 0, 0.324);">enter your informations to log in. </h6></div>
<label for="e-mail"> E-mail:</label>
<input class="input" type="text" name="e-mail" placeholder="your.name@univ-constantine2.dz">
<label for="password"> Password:</label>
<input class="input" type="password" name="password" placeholder="password">
<a href=" ">
<button class="btn loginbtn" id="login2">Log in
</button></a>
</div>
</article>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>