-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
70 lines (68 loc) · 2.69 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Mixing Blender Co | Welcome </title>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="int">Mixing</span> Blender Co</h1>
</div>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="services.html" >Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="about.html" id="current">About</a></li>
</ul>
</div>
</header>
<section id="newsletter">
<div class="container">
<h1>Subscribe to our Newsletter</h1>
<form>
<input type="email" placeholder="Enter Email">
<button type="submit" class="button_1">Subscribe</button>
</form>
</div>
</section>
<div class="container">
<article id="main-col">
<h1 class="title page" align="center">About Us</h1>
<div class="about">
<p>Welcome to Mixing Blender Co , your number one source for all tech news. We're dedicated to giving you the very best of news, with a focus on Reliable news, Techy News and Tutorials with our blog and channel.
</p>
<p>
Founded in 2019 by Asad Islam, this blog has come a long way from its beginnings in Bangladesh. When Asad Islam first started out, his passion for Tech News and tutorials drove them to give his valuable time so that Asad Islam can offer you the best tech tutorials. We now serve customers all over the world and are thrilled that we're able to turn our passion into our own website.
</p>
<p>
We hope you enjoy our products as much as we enjoy offering them to you. If you have any questions or comments, please don't hesitate to contact us.</p>
</div>
</article>
<div class="sidebar">
<aside>
<h3 align="center">What We do</h3>
<div class="about">
<p>This is a private company which provides Domain , Hosting , Web Maintainence , Web Designing . We will provide these services at the cheapest price than any other companies . </p>
</div>
</aside>
</div>
</div>
<footer>
<span id="link">
<ul>
<div align="center">
<li><div class="fb"><a href="https://www.facebook.com/amazing.asad.124" ><img src="icon/fb.jpg" height="25px"></a></div></li>
<li><div class="ins"><a href="https://www.instagram.com/amazing.asad" ><img src="icon/ins.jpg" height="25px"></a></div></li>
<li><div class="twt"><a href="https://www.twitter.com/amazingasad124" ><img src="icon/twt.jpg" height="25px"></a></div></li>
<li><div class="yt"><a href="https://www.youtube.com/c/MixingBlender" ><img src="icon/yt.jpg" height="25px"></a></div></li>
</div>
</ul>
</span>
<p><div class="c"><a href="index.html">Mixing Blender </a></div> Copyright© 2020</p>
</footer>
</body>
</html>