-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 3.55 KB
/
index.html
File metadata and controls
92 lines (86 loc) · 3.55 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calvino Landing Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo"><img src="./image/logo.png" alt="logo"></div>
<ul>
<a>Home</a>
<a>About</a>
<a>Services</a>
<a>Case Study</a>
<a>Blog</a>
<a>Contact</a>
</ul>
<h3>Call Us: +234 983 6718</h3>
<button class="btn">Let's Talk</button>
</nav>
</header>
<section class="home-page">
<div class="home">
<div class="content">
<button class="btn1">Digital Marketing Expert</button>
<h1>We bring you <br> new customers</h1>
<h3>We build effective strategies to help you reach <br> customers and prospects across the entire web.</h3>
<button class="btn">Explore Services</button>
</div>
<div class="right-content">
<img src="./image/maxim-berg-dv1pLjQqVmw-unsplash.jpg" alt="">
<img src="./image/pramod-tiwari-mGiJD_21Swk-unsplash.jpg" alt="">
</div>
</div>
</section>
<section class="services">
<div class="text">
<p>OUR SERVICES</p>
<h1>Provide Awesome <br> Service With Our Tools</h1>
</div>
<div class="content">
<div class="box btn btn-2 hover-slide-up">
<div class="inner-content">
<h4>Discover, Explore the Product</h4>
<img src="./image/arrow.png" alt="">
<p>Effective strategies to help you reach your customers.</p>
</div>
</div>
<div class="box btn-2 hover-slide-up">
<div class="inner-content">
<h4>Discover, Explore the Product</h4>
<img src="./image/arrow.png" alt="">
<p>Effective strategies to help you reach your customers.</p>
</div>
</div>
<div class="box btn-2 hover-slide-up">
<div class="inner-content">
<h4>Discover, Explore the Product</h4>
<img src="./image/arrow.png" alt="">
<p>Effective strategies to help you reach your customers.</p>
</div>
</div>
<div class="box btn-2 hover-slide-up">
<div class="inner-content">
<h4>Discover, Explore the Product</h4>
<img src="./image/arrow.png" alt="">
<p>Effective strategies to help you reach your customers.</p>
</div>
</div>
</div>
</section>
<section class="aboutus-page">
<div class="left-pane">
<img src="./image/about1.png" alt="">
</div>
<div class="right-pane">
<p>ABOUT US</p>
<h1>We create a steps to Build a <br> Successful Digital Product</h1>
<h3>With over 50 years of combined experience, our mission is to design <br> with your values and vision in mind. We’re out to create purposeful <br> spaces that balance art and creativity with science and strategy. <br> <br> We’re out to create purposeful spaces that balance art and creativity with science and strategy.</h3>
</div>
</section>
</body>
</html>