-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (62 loc) · 2.87 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
<!DOCTYPE html>
<head>
<title>AutoDorm Home</title>
<link rel="stylesheet" href="/styles/header.css">
<link rel="icon" href="/media/logo.png">
<link rel="stylesheet" href="styles/video.css">
<link rel="stylesheet" href="styles/mainPage.css">
<link rel="stylesheet" href="styles/calendar.css">
</head>
<body>
<header>
<section><a id="logo" href="index.html"><img src="media/logo.png" alt=""></a></section>
<nav>
<ul>
<li><a id="nav" href="">About us</a></li>
<li><a id="nav" href="">Reviews</a></li>
<li><a id="nav" href="">Contact us</a></li>
<li><a id="nav" href="">Tips</a></li>
<li><a id="nav" href="html/logIn/logIn.html">Log in</a></li>
</ul>
</nav>
</header>
<div class="video">
<video autoplay loop muted play-inline>
<source src="media/background vid/AutoDorm video.mov" type="video/mp4">
</video>
</div>
<section id="calendar">
<h1>
Choose the date you'll need your car:
</h1>
<form id="dates" action="html/carsPage.html" method="get">
<p id="from">From:</p>
<input id="date" type="date" required> <br>
<hr>
<p id="to">To:</p>
<input id="date" type="date" required> <br>
<hr>
<button id="submit" type="alert">Check results</button>
</form>
</section>
<div class="main">
<section id="guide">
<h1 id="aboutUs">About us</h1>
<hr>
<article id="art">Welcome to AutoDorm......If you are new to our website let us help you find the perfect car for you. If you know what you are searching for, please enter the date you will need your car from the menu at the top of the page, then explore the available models. But if you don't now what specifically you need, let us help you find the best car for you. Use the tips further down the page or go straight to them from the "Tips" menu on the top of the page.Hope you find what you are looking for.</article>
<aside id="team">AutoDorm team</aside>
</section>
</div>
<!--Za calendara da ne habq trud
<h1>
Choose the date you'll need your car:
</h1>
<form id="dates" action="html/carsPage.html" method="get">
<p id="from">From:</p>
<input type="date" required> <br>
<p id="to">To:</p>
<input type="date" required> <br>
<button id="submit" type="alert">Check results</button>
</form>-->
</body>
</html>