-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
374 lines (290 loc) · 12.9 KB
/
Copy pathindex.html
File metadata and controls
374 lines (290 loc) · 12.9 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="x-icon" href="iconlogo.png">
<link rel="stylesheet "href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/>
<title>Home</title>
</head>
<body>
<div class="loadContainer">
<div class="loading">
<img src="/photo/LogoDarkmode.png" alt="">
<p>Loading <span class="loader"><i class="fa-solid fa-arrows-rotate"></i></span></p>
</div>
</div>
<div class="first-page">
<div class="top">
<div class="hamburger">
<i class="fa-solid fa-bars"></i>
</div>
<div class="mobileonly">
<div class="mbuttons">
<a href="careers.html">Careers </a>
<a href="faq.html">About</a>
<a href="#">Portfolio</a>
<a href="message.html">Contact</a>
</div>
</div>
<div class="logo"><a href="#"><span><img src="photo/LogoDarkmode.png" alt=""></a></div>
<div class="buttons">
<a href="careers.html">Careers </a>
<a href="faq.html">About</a>
<a href="#">Portfolio</a>
<a href="message.html">Contact</a>
</div>
<div class="hire">
<a href="#">Hire Me</a>
</div>
</div>
<div class="front-container">
<div class="front">
<h1>Your Web Development Partner</h1>
<p>Transforming Ideas into Exceptional Web Experiences</p>
<a href="#"><span><i class="fa-brands fa-github"></i></span>Github</a>
</div>
</div>
</div>
<div class="greetings">
<div class="greeting-content">
<h1>Hi,We are <strong> One Div</strong>. Nice to meet you.</h1>
<p>Being a third-year BSIT student with a strong inclination towards front-end development, i am embarking on an exhilarating journey. My enthusiasm for HTML, CSS, and JavaScript reflects my commitment to becoming a software engineer or front-end developer. These abilities will unlock countless possibilities in the technology sector.</p>
</div>
</div>
<div class="services-container">
<div class="services">
<div class="service">
<i class="fa-solid fa-pencil"></i>
<h2>Designer</h2>
<p>I value simple content structure, clean design patterns, and thoughtful interactions.</p>
</div>
<div class="service">
<i class="fa-solid fa-code"></i>
<h2>Frontend Developer</h2>
<p>I like to code things from scratch, and enjoy bringing ideas to life in the browser.</p>
</div>
<div class="service">
<i class="fa-solid fa-graduation-cap"></i>
<h2>Mentor</h2>
<p>I genuinely care about people, and love helping fellow designers work on their craft.</p>
</div>
</div>
</div>
<div class="indemand-caption">
<p>THE MUST-HAVE PRODUCTS OF THE YEAR!</p>
<h2>In-Demand Services</h2>
<p>Elevate your website to new heights with our premium services.</p>
</div>
<div class="in-demand">
<div class="in-demandservice">
<img src="photo/webdesign.jpg" alt="" loading="lazy">
<p>Website Build: up to 5 initial pages</p>
<a href="#"><span><i class="fa-solid fa-cart-shopping"></i></span>BUY NOW</a>
</div>
<div class="in-demandservice">
<img src="photo/cms.jpg" alt="" loading="lazy">
<p>Website Build: up to 10 initial pages</p>
<a href="#"><span><i class="fa-solid fa-cart-shopping"></i></span>BUY NOW</a>
</div>
<div class="in-demandservice">
<img src="photo/hosting.jpg" alt="">
<p>Website Hosting package (Monthly)</p>
<a href="#"><span><i class="fa-solid fa-cart-shopping"></i></span> SUBSCRIBE</a>
</div>
<div class="in-demandservice">
<img src="photo/bundle.jpg" alt="" loading="lazy">
<p>Bundle 5 Website Build + Hosting package (1 year)</p>
<a href="#"><span><i class="fa-solid fa-cart-shopping"></i></span>BUY NOW</a>
</div>
</div>
<div class="portfolio-container">
<div class="porfolio-intro">
<p>WEB DESIGN AND DEVELOPMENT</p>
<h1>Our Portfolios</h1>
</div>
</div>
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img src="photo/web1.jpg" alt=""></div>
<div class="swiper-slide"><img src="photo/web2.webp" alt=""></div>
<div class="swiper-slide"><img src="photo/web3.png" alt=""></div>
<div class="swiper-slide"><img src="photo/web4.png" alt=""></div>
<div class="swiper-slide"><img src="photo/web4.webp" alt=""></div>
<div class="swiper-slide"><img src="photo/web5.webp" alt=""></div>
<div class="swiper-slide"><img src="photo/web6.jpg" alt=""></div>
<div class="swiper-slide"><img src="photo/web7.jpg" alt=""></div>
<div class="swiper-slide"><img src="photo/web8.png" alt=""></div>
<div class="swiper-slide"><img src="photo/web9.webp" alt=""></div>
...
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<!-- If we need scrollbar -->
<div class="swiper-scrollbar"></div>
</div>
<div class="how-caption">
<p>HOW IT WORKS</p>
<h1> Our Business Process</h1>
</div>
<div class="process-container">
<div class="process">
<div class="header"><p>All of us work faithfully to surpass your objectives each time.</p></div>
<div class="process-content">
<h1>01</h1>
<h1>Communication</h1>
<p>Discussion of the project's requirements in detail.</p>
</div>
<div class="process-content">
<h1>02</h1>
<h1>Design and Development</h1>
<p>Includes time allotted for website creation based on the approved design mockups, revisions and any pre-production or post-production related tasks.</p>
</div>
<div class="process-content">
<h1>03</h1>
<h1>Launch</h1>
<p>Official domain and hosting server will be configured and website will be pushed to live.</p>
</div>
</div>
</div>
<div class="concept-container">
<div class="concept">
<h1>Why choose us?</h1>
<p>We choose the solution that is certainly better to fit. We don't shoehorn tasks from the outset. Your needs are unique, so we make sure we understand your online business: your brand, your products to ensure that we could develop your best website and brand for your company.</p>
<p><span><i class="fa-regular fa-circle"></i></span><strong>We offer a Website Design Service</strong> that’s classy, however adhering that is user-friendliest to the marketplace requirements.</p>
<p><span><i class="fa-regular fa-circle"></i></span><strong>We’ve been in the industry for ten years</strong> and now have won a track record of our quality customer service, on-time, and cost services being effective.</p>
<p><span><i class="fa-regular fa-circle"></i></span><strong>We offer our attention.</strong> This is certainly personal to web design and development needs.</p>
</div>
<div class="concept-img">
<img src="photo/concept.jpg" alt="" loading="lazy">
</div>
</div>
<div class="testimonial-container">
<div class="testimonial-caption">
<h1>TESTIMONIAL</h1>
</div>
<div class="reviewer">
<div class="button">
<button class="prev"><i class="fa-solid fa-chevron-left"></i></button>
</div>
<div class="person">
<div class="picture">
<img src="mf-avatar.svg" alt="" class="personpic" loading="lazy">
</div>
<p class="name">Claire garcia</p>
<p class="position">Marketing manager(DWU)</p>
</div>
<div class="button">
<button class="next"> <i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="review">
<p class="message">Hired One div to create our school project the process was very smooth from planning to deployment will recommened this pro services to our classmates</p>
</div>
</div>
<div class="colab-container">
<div class="collab-caption">
<h1>I'm proud to have collaborated with some awesome companies:</h1>
</div>
</div>
<div class="company-container">
<div class="company">
<img src="photo/briteweb.svg" alt=""loading="lazy">
<img src="photo/goodkind.svg" alt=""loading="lazy">
<img src="photo/redstamp.svg" alt=""loading="lazy">
<img src="photo/domain7.svg" alt=""loading="lazy">
<img src="photo/designlab.png" alt=""loading="lazy">
<img src="photo/chronicled.svg" alt=""loading="lazy">
<img src="photo/bldrs.png" alt=""loading="lazy">
<img src="photo/serpmetrics.svg" alt=""loading="lazy">
</div>
</div>
<div class="contact-container">
<div class="contact">
<div class="start">
<h2>Start a project</h2>
</div>
<div class="content">
<p>Interested in working together? We should queue up a time to chat. I’ll buy the coffee.</p>
</div>
<div class="do-this">
<a href="#"><span>🤘</span>Let's Do this</a>
</div>
</div>
</div>
<footer>
<div class="footerlogo">
<img src="photo/LogoDarkmode.png" alt="One Div Logo">
<div class="empower">
<p>Empowering Your Vision with Exceptional Web Development and Design</p>
</div>
<div class="social-medias">
<a href="https://www.facebook.com/profile.php?id=100094308413173" target="_blank"><i class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i>
</a>
<a href="#"><i class="fa-brands fa-tiktok"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-telegram"></i></a>
</div>
</div>
<div class="company-ab">
<p class="title">Connect</p>
<ul>
<li><a href="#">Support</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Tutorial</a></li>
<li><a href="#">Request a Demo</a></li>
</ul>
</div>
<div class="about">
<p class="title"> About</p>
<ul>
<a href="#"> <li>Blog</li></a>
<a href="#"> <li>About us</li></a>
<a href="#"> <li>On the press</li></a>
</ul>
</div>
<div class="techstack">
<p class="title">Tech-stack</p>
<p>Javascript</p>
<p>React JS</p>
<p>PHP</p>
<p>MySql</p>
</div>
</footer>
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "105243122638440");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v17.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>