-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
81 lines (79 loc) · 2.42 KB
/
services.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
<!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" id="current">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>
<div class="serinfo">
<ul>
<li>
<h1>Services</h1>
<div class="price">
<h3>Web Hosting</h3>
<p>We will provide you the fastest hosting .</p>
<p># $25 Per month</p>
</div>
</li>
<li>
<div class="price">
<h3>Web Designing</h3>
<p>We take order for custom tamplate and fully responsive website . </p>
<p># $250 - $500</p>
</div>
</li>
<li>
<div class="price">
<h3>Domain</h3>
<p>You can purchase any Domain like (.com , .net , .org , .xyz , .co etc)</p>
<p># $0.50 - $15 </p>
</div>
</li>
</ul>
</div>
<section id="order">
<h1 align="center">Order Request</h1>
<form>
<input type="text" placeholder="Enter Your Name" id="name">
<input type="number" placeholder="Enter Your phone number" id="nmb">
<input type="email" placeholder="Enter Email">
<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>
</span>
<p><div class="c"><a href="index.html">Mixing Blender </a></div> Copyright© 2020</p>
</footer>
</body>
</html>