forked from elasri21/slave-trade-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (93 loc) · 4.55 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NicePage: Design Agency</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/framework.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="btw-flex bg-white pt-15 pb-15 pl-20 pr-20 p-fixed">
<div class="logo">
<img src="//capp.nicepage.com/34e28f3ca3d0db4ae81dc8a781902ebadcdd744e/images/default-logo.png" alt="">
</div>
<nav class="">
<ul class="d-flex gap-30">
<li><a class="fs-16 bold trans" href="#home">Home</a></li>
<li><a class="fs-16 bold trans" href="#about">About</a></li>
<li><a class="fs-16 bold trans" href="#contact">Contact</a></li>
<li><a class="fs-16 bold trans" href="#services">Services</a></li>
</ul>
<div class="close p-absolute pointer">
<i class="fa-solid fa-times fs-30"></i>
</div>
</nav>
<div class="open pointer">
<i class="fa-solid fa-bars fs-30"></i>
</div>
</header>
<div class="landing mt-74 p-relative bg-blue" id="home">
<div class="container wrap-mobile d-flex align-c gap-30 h-full p-relative">
<div class="info full-mobile">
<h1 class="fs-60 bolder white-c c-mobile text-c-mobile letter-s2 mb-30">
Creative-thinking for businesses
</h1>
<p class="fs-18 upper letter-s1 c-mobile text-c-mobile yellow-c mb-40">
LIVING AND BREATHING
</p>
<p class="fs-16 white-c letter-s1 c-mobile text-c-mobile line17">
From carnival-goers in the West Indies to voodoo ceremonies in west Africa, Nicola Lo Calzo’s photography confronts us with memories of slavery.
</p>
</div>
<div class="image full-mobile c-flex">
<img src="./images/landing.png" alt="" class="d-block">
</div>
</div>
</div>
<div class="two-box d-flex wrap-mobile">
<div class="white-box bg-white p-40">
<p class="fs-16 default-c line17 mb-40">
Combine them to find a competitive advantage for your small business.
</p>
<p class="fs-100 bolder blue-c letter-s3">01</p>
</div>
<div class="yellow-box bg-yellow d-flex align-start gap-30 wrap-mobile p-40">
<div class="text">
<p class="fs-16 default-c line17 c-mobile text-c-mobile mb-40">
A collection of thoughts and hand-drawn sketches that illustrate the value of looking closely at buildings and places. Combine them to find a competitive advantage for your small business.
</p>
<a href="#" class="btn-shape border-blue c-mobile text-c d-block w-fit upper trans white-c letter-s2 bg-blue fs-18 bold">learm more</a>
</div>
<div class="social d-flex gap-20 c-mobile">
<a href="" class="d-block">
<i class="fa-brands fa-facebook-f trans fs-30 blue-c"></i>
</a>
<a href="" class="d-block">
<i class="fa-brands fa-twitter trans fs-30 blue-c"></i>
</a>
<a href="" class="d-block">
<i class="fa-brands fa-instagram trans fs-30 blue-c"></i>
</a>
<a href="" class="d-block">
<i class="fa-brands fa-google-plus-g trans fs-30 blue-c"></i>
</a>
<a href="" class="d-block">
<i class="fa-brands fa-pinterest-p trans fs-30 blue-c"></i>
</a>
</div>
</div>
</div>
<footer class="footer-bg text-c p-40">
<p class="white-c fs-16 normal auto line16">
Website Template From
<a href="https://nicepage.com/" target="_blank" class="grey-c mr-10 trans">nicepage.com</a>
Coded By
<a href="https://github.com/elasri21" target="_blank" class="grey-c ml-10 trans">Elasri21</a>
</p>
</footer>
<script src="main.js"></script>
</body>
</html>