-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstpage.html
156 lines (127 loc) · 6.83 KB
/
firstpage.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!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">
<title>Document</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="./stylesheets/page.css">
</head>
<body>
<div class="container-fluid p-0">
<!-- header top menu -->
<header class="header_nav">
<div class="header_main">
<div class="header_left">
<ul>
<li>ABOUT</li>
<li>TESTIMONIALS</li>
<li>SERVICES</li>
<li>PORTFOLIO</li>
<li>CONTACT</li>
</ul>
</div>
<div class="header_mid">
<h4>DIGITAL CRAFT</h4>
</div>
<div class="header_right">
<button>REQUEST A QUOTE</button>
</div>
</div>
<!-- header content -->
<div class="header_content">
<div class="header_content_main">
<p>GET THE FOOLPROOF STRATEGY THAT HELPS YOU WIN</p>
<h1>We give you the stuff you need to make money</h1>
<p>Bring us your remarkable bussines.We'll give you the design,content and tool yo need to beacome unstoppable.2018 is the year you become rich</p>
<button>CLAIM YOU FREE CONSULTANT</button>
</div>
</div>
</header>
<!--This is Main container-->
<main class="main_content">
<div class="main_section_1">
<p>HOW WE CAN HELP YOU</p>
<h2>You Come up with the bussines,we'll build the website</h2>
<p><small>Maybe you've hired someone in the past to create you website,only to find out they know everything about pretty fonts and nothing designs that convert.Perhaps you've worked with content creator who writes suspiciosly like a robot.</small></p>
<div class="main_logo">
<img src="/image/bussines.jpg">
</div>
<div class="main_middle">
<p><small>Or worse,you've heard honor stories about programmers,web designers and writers who sprint out of the starting blocks..and then disappaer entirely.Lucky,you found us,and no one can stop you now from working with us</small></p>
</div>
<button>CLAIM YOUR FREE CONSULTATION</button>
</div>
<div class="main_section_2">
<img src="/image/bussines.jpg" alt="description">
<div class="content_text">
<span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span>
</div>
</div>
</main>
<!--======================THIS IS ARTICLE PART===================================================================================================================-->
<article class="article_container">
<div class="article_section">
<div class="article_text">
<h2>Our Services</h2>
<p>We'll do everything we can to grow your revenue>our motivation is to drive your bussines further that you can imagine</p>
</div>
<div class="article_boxes">
<div class="article_boxes_1">
<div class="box">
<img src="/image/book-icon-2.png">
<div class="box_text">
<h3>Copywriting Material</h3>
<p>Or worse, you've heard horror stories about programmers,web designers and writers who sprint out of the starting blocks </p>
</div>
</div>
<div class="box">
<img src="/image/book-icon-2.png">
<div class="box_text">
<h3>Copywriting Material</h3>
<p>Or worse, you've heard horror stories about programmers,web designers and writers who sprint out of the starting blocks </p>
</div>
</div>
<div class="box">
<img src="/image/book-icon-2.png">
<div class="box_text">
<h3>Copywriting Material</h3>
<p>Or worse, you've heard horror stories about programmers,web designers and writers who sprint out of the starting blocks </p>
</div>
</div>
</div>
<div class="article_boxes_2">
<div class="box">
<img src="/image/book-icon-2.png">
<div class="box_text">
<h3>Copywriting Material</h3>
<p>Or worse, you've heard horror stories about programmers,web designers and writers who sprint out of the starting blocks </p>
</div>
</div>
<div class="box">
<img src="/image/book-icon-2.png">
<div class="box_text">
<h3>Copywriting Material</h3>
<p>Or worse, you've heard horror stories about programmers,web designers and writers who sprint out of the starting blocks </p>
</div>
</div>
</div>
</div>
</article>
<!--===========================================THIS FOOTER===========================================================================================-->
<footer class="footer_container">
<div class="footer_content">
<div class="footer_head_text">
<h1>Contact us today to learn how we increase your revenue</h1>
</div>
<div class="footer_input">
<input type="text" placeholder="Your name" class="footer_element">
<input type="text" placeholder="emeil" class="footer_element">
<input type="text" placeholder="How we can help you" height="100px">
</div>
</div>
</footer>
</div>
</body>
</html>