-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (51 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>project 02 | Goat</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<nav>
<div id="lft-nav">
<img src=".//All images/task2,png.png" alt="">
</div>
<div id="cntr-nav">
<a href="#">Portfolio</a>
<a href="#">How its work</a>
<a href="#">Benifits</a>
<a href="#">Pricing</a>
<a href="#">FAQ</a>
</div>
<div id="rght-nav">
<button class="btn">Book a call</button>
</div>
</nav>
<div id="part-1">
<div class="lft-part-1">
<h1>On demand,unlimited <br> <span>design & development</span> </h1>
<p>Unlimited revisons and requests. <br>Pause or cancel anytime </p>
<div class="cta-btn">
<button class="btn">See plans</button>
<button id="btn-2" class="btn">Watch Intro Video</button>
</div>
</div>
<div class="rght-part-1">
<img width="50%" src="./All images/task2(1).png" alt="">
</div>
</div>
<div class="part-2">
<p>We've done work for top brands </p>
<div class="companies">
<img wid src="./All images/amazon.png" alt="amazon">
<img src="./All images/fanatics.png" alt="fanatics">
<img src="./All images/samsung.png" alt="samsung">
<img src="./All images/groupon.png" alt="groupon">
<img src="./All images/sharegrid.png" alt="sharegrid">
</div>
</div>
</div>
</body>
</html>