-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (179 loc) · 8.64 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
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
<!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>Web.io</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="header">
<div class="container">
<!-- Logo -->
<a href="#" class="logo l-block">Webio</a>
<!-- Navigation -->
<nav>
<ul>
<li><a onclick="mobileMenuFunc()" href="#">Home</a></li>
<li><a onclick="mobileMenuFunc()" href="#about">About Us</a></li>
<li><a onclick="mobileMenuFunc()" href="#service">Our Services</a></li>
<li><a onclick="mobileMenuFunc()" href="#portfolio">Portfolio</a></li>
<li><a onclick="mobileMenuFunc()" href="#contact">Contact Us</a></li>
</ul>
</nav>
<div class="nav-layer nav-layer1"></div>
<div class="nav-layer nav-layer2"></div>
<div class="nav-layer nav-layer3"></div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<!-- Mobile Menu Logo -->
<a href="#" class="logo">Web.io</a>
<!-- Mobile Menu Button -->
<button class="mobile-menu-btn">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
</div>
</header>
<div class="body-layer body-layer1"></div>
<div class="body-layer body-layer2"></div>
<div class="body-layer body-layer3"></div>
<main>
<!-- Banner Section Starts -->
<section class="banner-section">
<div class="container">
<div class="col-left">
<video width="50%" autoplay muted loop>
<source src="videos/Promo WebIO.mp4" autoplay muted loop>
</video>
</div>
<div class="col-right">
<div class="text-content">
<h1>Get Your Brand <span class="txt-secondary">Website</span></h1>
<p>Lörem ipsum teleledes rår hår, i oheten utan lapårar, pretiling ber lanong krofäs ifall hyporad såväl som rebus innan antett sylig hiserade multirar abcentrism.</p>
<button class="cta-btn">Order Now</button>
</div>
</div>
</div>
</section>
<!-- Banner Section Ends -->
<!-- About Section Starts -->
<section class="about-section" id="about">
<div class="container">
<h2 class="section-header">About Us</h2>
<div class="inner-container">
<div class="col-left">
<img src="svg/team.svg" alt="team svg">
</div>
<div class="col-right">
<div class="text-content">
<h1>Who are we?</h1>
<p>Lörem ipsum par mesm sede sopäre i sohira och pefadinat neskap prokotta ultrat på nes väkaskapet, bloggbävning. Fudeneda tin paddeltennis fastän monosåsk megaliga och ossa mån fans, utan bylig, hypotrese de geocaching bylig och demoitet plus mikron perstik i talpenna. </p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section Ends -->
<!-- Services Section Starts -->
<section id="service" class="services-section">
<div class="container">
<h2 class="section-header">Our Services</h2>
<div class="service-cards">
<!-- Service Card 1 -->
<div class="service-card">
<h2>Website Design</h2>
<p>We will give you a fully functional website with the following features-</p>
<ul>
<li>Custom Coded [HTML, CSS, JS, PHP, Bootstrap]<br>Wordpress (You Choose)</li>
<li>100% Responsive Website</li>
<li>Eye Catching Design</li>
<li>Fully accessible and user friendly</li>
<li>PSD/Ai/Figma to Code<br>(Your Design - Our Code)</li>
<li>Content Upload</li>
<li>24/7 Customer Support</li>
</ul>
<a class="service-pricing" href="#"><strike><em>৳899 </em></strike> ৳680</a>
</div>
<!-- Service Card 2 -->
<div class="service-card">
<h2>Ecommerce Store</h2>
<p>You have a business and want an website? This is your best choice!</p>
<ul>
<li>Wordpress Ecommerce Site</li>
<li>100% Responsive Website</li>
<li>Unique design</li>
<li>Designed with Elementor</li>
<li>Fully accessible and user friendly</li>
<li>Custom Codes</li>
<li>Cart, Wishlist, Categories, Filter & much more!</li>
<li>24/7 Customer Support</li>
</ul>
<a class="service-pricing" href="#"><strike><em>৳2000 </em></strike> ৳1450</a>
</div>
<!-- Service Card 3 -->
<div class="service-card">
<h2>Graphics Design</h2>
<p>Get your graphics designed and express yourself/your brand.</p>
<ul>
<li>PSD/Ai/Figma/JPG/PNG</li>
<li>YouTube Banner, Facebook Banner, Website Design, Logo etc.</li>
<li>HD Quality</li>
<li>No Blurryness</li>
<li>Pixel Perfect Design</li>
<li>Unlimited Revisions</li>
<li>24/7 Customer Support</li>
</ul>
<a class="service-pricing" href="#"><strike><em>৳400 </em></strike> ৳320</a>
</div>
</div>
<p class="txt-red">*Prices are negotiable depending on your requirements. Chat with us for more information.</p>
</div>
</section>
<!-- Services Section Ends -->
<!-- Portfolio Section Starts -->
<section id="portfolio" class="portfolio-section">
<div class="container">
<h2 class="section-header">Our Works</h2>
<div class="portfolio-slots">
<a href="portfolio/1/index.html"><img src="portfolio/1.png" alt=""></a>
<a href="portfolio/2/index.html"><img src="portfolio/2.png" alt=""></a>
<a href="portfolio/3/index.html"><img src="portfolio/3.png" alt=""></a>
</div>
</div>
</section>
<!-- Portfolio Section Ends -->
<!-- Contact Section Starts -->
<section class="contact-section" id="contact">
<div class="container">
<h2 class="section-header">Contact Us</h2>
<div class="inner-container">
<div class="col-left">
<form action="" class="contact-form">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<input type="text" placeholder="Subject">
<textarea name="" id="" cols="30" rows="10" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
</div>
<div class="col-right">
<a href=""><img src="images/Messenger-logo.png" alt=""></a>
<a href=""><img src="images/Instagram-logo.png" alt=""></a>
</div>
</div>
</div>
</section>
<!-- Contact Section Ends -->
</main>
<!-- Footer Starts -->
<footer>
<h3>©2022 | <a href="https://saminyasarpiom.github.io/webio">Web.io</a> | Shah Samin Yasar</h3>
</footer>
<!-- Footer Ends -->
<script src="script.js"></script>
</body>
</html>