-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebPage.html
More file actions
245 lines (223 loc) · 7.98 KB
/
webPage.html
File metadata and controls
245 lines (223 loc) · 7.98 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!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>Document</title>
<link rel="stylesheet" href="webPage.css">
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<!-- --------header---------- -->
<header>
<a href="#" class="logo"><img src="image/logo.png" alt="logo"></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="#" class="top-btn">Download CV</a>
</header>
<!-- --------home---------- -->
<section class="home" id="home">
<div class="home-text">
<h3>Hello, I'm</h3>
<h1>Abdulmujeeb Awodi</h1>
<h5>A Creative designer <span>From Nigeria</span></h5>
<p>I'm creative designer based in Nigeria, and I'm very passionate <br> and dedicated to my work.</p>
<div class="social">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
<a href="#"><i class='bx bxl-linkedin' ></i></a>
<a href="#"><i class='bx bxl-behance' ></i></a>
</div>
<a href="#" class="btn">About Me</a>
</div>
<div class="home-img">
<img src="image/home-ig.png">
</div>
</section>
<!-- --------link to js---------- -->
<section class="sub-service">
<div class="items">
<div class="sub-box">
<div class="sub-img">
<img src="image/target.png" alt="">
</div>
<h3>Pixel perfect</h3>
<p>Most common methods for disigning websites that work well on desktop is responsive and adaptive design.</p>
</div>
<div class="sub-box">
<div class="sub-img">
<img src="image/brush.png" alt="">
</div>
<h3>High Quality</h3>
<p>Most common methods for disigning websites that work well on desktop is responsive and adaptive design.</p>
</div>
<div class="sub-box">
<div class="sub-img">
<img src="image/energy.png" alt="">
</div>
<h3>Awesome Idea</h3>
<p>Most common methods for disigning websites that work well on desktop is responsive and adaptive design.</p>
</div>
</div>
</section>
<!-- --------About---------- -->
<section class="about" id="about">
<div class="about-img">
<img src="image/about-img.png" alt="">
</div>
<div class="about-text">
<h3>I'm a designer</h3>
<h2>I can design Anything you want</h2>
<p>Hello there! I'm a web designer, and I'm very passionate to my work. with 20years experience as a professional web developer, I have acquired the skill and knowledge necessarly to make your project a success. i enjoy every step of the design process, from discussion and collaboration.</p>
<a href="#" class="btn">Hire Me</a>
</div>
</section>
<!-- --------Portfolio---------- -->
<section class="portfolio" id="portfolio">
<div class="heading">
<h3>Portfolio</h3>
<h2>My amazing work</h2>
<p>Most common method for designing websites that work well on destop is <br>responsive and adaptive design</p>
</div>
<div class="portfolio-content">
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
<div class="col">
<img src="image/work1.jpg" alt="">
<div class="layer">
<h3>Web design</h3>
<h5>Popup</h5>
</div>
</div>
</div>
</section>
<!-- --------service---------- -->
<section class="service" id="service">
<div class="heading">
<h3>Service</h3>
<h2>What I do For Client</h2>
<p>Most common method for designing websites that work well on destop is <br>responsive and adaptive design</p>
</div>
<div class="service-content">
<div class="row">
<div class="s s-one">
<img src="image/anchor.png" alt="">
</div>
<h3>Web Design</h3>
<h5>Start From <span>$99</span></h5>
<p>Web design refers to the design of websites that are displayed on the internet. It usully refers to the user experience aspect of website development</p>
</div>
<div class="row">
<div class="s s-two">
<img src="image/anchor.png" alt="">
</div>
<h3>Web Design</h3>
<h5>Start From <span>$99</span></h5>
<p>Web design refers to the design of websites that are displayed on the internet. It usully refers to the user experience aspect of website development</p>
</div>
<div class="row">
<div class="s s-three">
<img src="image/anchor.png" alt="">
</div>
<h3>Web Design</h3>
<h5>Start From <span>$99</span></h5>
<p>Web design refers to the design of websites that are displayed on the internet. It usully refers to the user experience aspect of website development</p>
</div>
<div class="row">
<div class="s s-four">
<img src="image/anchor.png" alt="">
</div>
<h3>Web Design</h3>
<h5>Start From <span>$99</span></h5>
<p>Web design refers to the design of websites that are displayed on the internet. It usully refers to the user experience aspect of website development</p>
</div>
</div>
</section>
<!-- --------work---------- -->
<section class="cta">
<div class="heading">
<h2>Completd 1200+ Projects <br> Successfully</h2>
</div>
<div class="cta-box">
<div class="wrap one">
<h3>1200+</h3>
<p>Finished Projects</p>
</div>
<div class="wrap two">
<h3>350+</h3>
<p>Happy Customer</p>
</div>
<div class="wrap three">
<h3>15k</h3>
<p>Global Customers</p>
</div>
</div>
</section>
<!-- --------work---------- -->
<section class="contact" id="contact">
<div class="container">
<div class="center">
<h3>Let's talk about everything</h3>
<p>Don't like forms? Send me an email.</p>
</div>
<div class="action">
<form>
<input type="email" name="email" placeholder="Enter Your Email" required>
<input type="submit" name="submit" value="submit">
</form>
</div>
</div>
</section>
<!-- --------end---------- -->
<div class="ends">
<p>Made with love by Tahmid Ahmed 2022</p>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<!-- --------link to js---------- -->
<script type="text/javascript" src="script.js"></script>
</body>
</html>