-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
72 lines (58 loc) · 2.93 KB
/
resources.html
File metadata and controls
72 lines (58 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="autoecole.css">
<style>
body{
background : url(1911.i511.003_driving\ training\ flat.jpg) ;
background-size: cover;
}
</style>
<link rel="shortcut icon" href="taxi.png">
<title>Learn2drive</title>
</head>
<body>
<section>
<header>
<div class="sq">
<input type="submit" id="home" value="Home">
<input type="submit" id="info" value="Info" >
<input type="submit" id="instructors" value="Instructors" >
<input type="submit" id="resources" value="Resources" >
<input type="submit" id="contact" value="Contact" >
<input type="submit" id="sign" value="sign up">
</div>
</header>
</section>
<section>
<div>
<h1 class="lenf">Our Resources</h1>
</div>
<div class="par">
<h2 class="here"><span>How to pass your highway code exam </span></h4>
<h3 class="lien"><a href="https://www.permisecole.com/code/gratuit"
target="_blank">Resource1</a></h3>
<h3 class="lien"><a href="https://www.securite-routiere.gouv.fr/passer-son-permis-de-conduire/preparation-de-lexamen-du-code-de-la-route"
target="_blank">Resource2</a></h3>
<h3 class="lien"><a href="https://www.bfmtv.com/pratique/auto-moto/code-de-la-route-comment-reussir-l-examen_AN-201905310127.html"
target="_blank">Resource3</a></h3>
<h3 class="lien"><a href="https://codedelaroute.io/blog/sentrainer-en-ligne-au-code-de-la-route/"
target="_blank">Resource4</a></h3>
<h3 class="lien"><a href="https://www.envoituresimone.com/code-de-la-route/code-de-la-route-livre"
target="_blank">Livre1</a></h3>
<h3 class="lien"><a href="https://fr.scribd.com/document/416452029/307256320-Livre-Code-La-Route-pdf"
target="_blank">Livre2</a></h3>
<h3 class="lien"><a href="https://www.tousvoslivres.com/livre-numerique.php?id=684"
target="_blank">Livre3</a></h3>
</div>
<div class="vde">
<h2 class="here"><span>How to Park in Reverse </span></h4>
<video controls width="500" height="300"><source src="Driving lesson_How to Park in Reverse_Learning to Drive_Car.mp4"/>
</div>
</section>
<script src="autoecole.js"></script>
</body>
</html>