-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 1.9 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Z Workspace</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" href="assets/icon-letter-z.png" />
</head>
<body>
<header>
<img src="assets/pattern1.png" alt="" class="background-pattern" />
<div class="topnav">
<a class="home" href="index.html"> <strong>Z Workspace</strong></a>
<a class="gallery" href="gallery.html">Gallery</a>
<a class="prices" href="prices.html">Plans & Prices</a>
<a class="contact" href="contact.html">Contact us</a>
<button class="book">Book Now</button>
</div>
</header>
<main class="main">
<div class="description">
<div class="description-title">
<h1>
Make Your <br />
Dream Real
</h1>
</div>
<div class="description-data">
<span
>The Workspace, is a comfortable place to achieve all the work you
have wether you are a student programmer worker a business man or a
lawyer your work is done here - boost your progress -</span
>
<button class="choose-plan">Choose Your Plan</button>
</div>
</div>
<div class="pic">
<img src="assets/workspace+for+rent_1.jpg" alt="" class="main-img" />
</div>
<div class="book_now_banner">
<div id="timer-div" class="timer-div">
<img class="hot-offer" src="assets/hot-offer.png" alt="" />
<p id="timer"><strong>3 Days 05:32:22 left</strong></p>
</div>
<span class="the_offer">get 3 months for 50% discount</span>
<button class="book_now_button">Book Now</button>
</div>
</main>
<script src="js/script.js"></script>
<!-- linking to the js folder -->
</body>
</html>