-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 2.76 KB
/
index.html
File metadata and controls
60 lines (55 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Nova+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="wrap">
<header>
<div class="logo">Learn WD </div>
<div class="menu">
<ul>
<li> <a href="#">Home</a> </li>
<li> <a href="parallax.html">parallax</a> </li>
<li> <a href="#">Parteners</a> </li>
<li> <a href="layoutMagics.html">10 css tricks</a> </li>
<li> <a href="transform.html">Transform</a> </li>
<li> <a href="sticky.html">sticky</a> </li>
<li> <a href="yokohama/custom/index.html">Yokoyama</a> </li>
<li> <a href="./player/index.html">MP3</a> </li>
<li> <a href="./cards/index.html">breathe anim</a> </li>
<li> <a href="./animations/index.html">anim(s)</a> </li>
</ul>
</div>
</header>
<div class="content">
<h1>Dream home is ready for upcoming Booking </h1>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsa sit ex expedita.</p>
<div class="btn-group">
<a href="#" class="color1">Book Now</a>
<a href="#">Learn More</a>
</div>
</div>
<!-- wave -->
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#fff" fill-opacity="1" d="M0,0L40,26.7C80,53,160,107,240,133.3C320,160,400,160,480,138.7C560,117,640,75,720,74.7C800,75,880,117,960,138.7C1040,160,1120,160,1200,186.7C1280,213,1360,267,1400,293.3L1440,320L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path>
</svg>
</div>
<div class="our-parteners">
<h3>Our Parteners</h3>
<hr>
<div class="our-parteners-inner">
<a href=""><img src="./assets/css/images/logo1.jpg" alt="image"></a>
<a href=""><img src="./assets/css/images/logo2.jpg" alt="image"></a>
<a href=""><img src="./assets/" alt=""></a>
<a href=""><img src="./assets/css/images/logo4.jpg" alt="image"></a>
<a href=""><img src="./assets/css/images/logo5.jpg" alt="image"></a>
<a href=""><img src="./assets/css/images/logo6.jpg" alt="image"></a>
</div>
</div>
</body>
</html>