-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 2.47 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
<!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">
<meta name="keywords" content="drivers license practice exam, drivers license test, license exam, license test, permit exam, permit test, class c, knowledge practice test ">
<meta name="author" content="Benjamin Ortiz Jr.">
<meta name="publisher" content="Benjamin Ortiz Jr.">
<meta name="copyright" content="Benjamin Ortiz Jr.">
<meta name="description" content="This website is a general practice exam for the Class C Driver's License knowledge test.">
<title>DL Practice Exam</title>
<!-- Styles -->
<link rel="stylesheet" href="/styles2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" style="border-radius: 50%" href="/images/ortek_logo.jpg">
</head>
<body>
<!-- Top Navigation Menu -->
<nav class="topnav">
<a href="/index.html" class="logo">DL Practice Exam</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="/index.html">Home</a>
<a href="/App/home.html">Exam</a>
<!-- <a href="#Contact">Contact</a> -->
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</nav>
<div class="wrapper">
<!-- Header/Hero/Call To Action -->
<header class="header-container">
<div class="header-text_container">
<h1 class="header-text">Class C Driver's License Practice Exam</h1>
<p>"Drive with confidence! Ace your Class C knowledge test with our practice exam. Start now for exam-ready success!"</p>
<a href="/App/home.html"><button class="header-button">Take Exam</button></a>
</div>
<div class="header-image_container">
<a class="header-image_link" href="/App/home.html"><img class="header_image" src="/images/27267.jpg" alt="tests and exams"></a>
</div>
</header>
</div>
<!-- Footer -->
<footer id="footer">
<p><span><img id="pro-img" src="/images/ortek_logo.jpg"> Benjamin Ortiz Jr. | © 2024</span></p>
</footer>
<script src="script_home.js"></script>
</body>
</html>