-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (85 loc) · 2.68 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
<!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" id="current">Home</a></li>
<li ><a href="services.html" >Services</a></li>
<li><a href="#" >Blog</a></li>
<li ><a href="about.html" >About</a></li>
</ul>
</div>
</header>
<section id="showcase">
<div class="container">
<h1>Affordable Professional Web Designing</h1>
<p>Welcome to Mixing Blender Co . This is a a web designing company which will provide you Domain and Hosting at the cheapest rate .</p>
</div>
</section>
<section id="newsletter">
<div class="container">
<h1 align="center" >Subscribe to our Newsletter</h1>
<form>
<input type="email" placeholder="Enter Email">
<button type="submit" class="button_1">Subscribe</button>
</form>
</div>
</section>
<section id="boxes">
<div class="container">
<div class="box">
<h1 align="center">SKILLS</h1>
<img src="img/html.jpg">
<h3>HTML5 Markup</h3>
<p>HYPER TEXT MARKUP LANGUAGE 5</p>
</div>
<div class="box">
<img src="img/css.jpg">
<h3>CSS3 Styling</h3>
<p>CASCADING SHEETS STYLINGS 3 </p>
</div>
<div class="box">
<img src="img/w.jpg">
<h3>Web Designing </h3>
<p>WEB DEVELOPMENT AND DESIGNING </p>
</div>
</div>
</section>
<section id="newsletter">
<div class="container">
<h1 align="center" ><span id="us">Contact Us</span></h1>
<form>
<input type="text" placeholder="Enter Your Name" id="name">
<input type="email" placeholder="Enter Email">
<input type="text" placeholder="Enter your Website (optional)" id="web">
<input type="number" placeholder=" Phone Number" id="nmb">
<textarea placeholder="Massage" id="msg"></textarea>
<button type="submit" class="button_1">Send</button>
</form>
</div>
</section>
<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>