-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
55 lines (45 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/9515166aac.js"></script>
<link rel="stylesheet" href="css/main.css">
<title>Looper</title>
</head>
<body>
<header class="header__background--image">
<img class="header__banner--image" src="https://res.cloudinary.com/mideveloper/image/upload/v1568649120/Rectangle_header_zftvh4.png" alt="">
<nav class="header__navbar">
<a class="header__navbar--logo" href="#">Looper</a>
<ul class="header__navbar--nav-links nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">About</a></li>
</ul>
<i class="fas fa-mobile-alt"> (01) 666 - 693 - 456</i>
<i class="fas fa-align-right"></i>
</nav>
</header>
<div class="header__slogan">
<p class="text-medium header__slogan--small-text">What we do?</p>
<h1 class="big-text header__slogan--big-text">We grow <br> <span>great business</span></h1>
</div>
<!-- <span class="arrow"> →</span> -->
<div class="border">
<p class="text-regular regular-text">Velit laoreet id donec ultrices. Ut lectus arcu bibendum varius.</p>
<div class="box-2">
<p class="arrow-2">→</p>
</div>
</div>
<!-- <span class="arrow-2">→</span> -->
<div class="title-small small-text">
<p>scroll to see the magic </p>
<div class="arrow-box">
<p class="arrow-1">→</p>
</div>
</div>
</body>
</html>