-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
110 lines (101 loc) · 3.98 KB
/
aboutus.html
File metadata and controls
110 lines (101 loc) · 3.98 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>About US
</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Company Coming soon Responsive Widget,Login form widgets, Sign up Web forms , Login signup Responsive web form,Flat Pricing table,Flat Drop downs,Registration Forms,News letter Forms,Elements"/>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- font files -->
<link href="//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!-- /font files -->
<!-- css files -->
<link href="css/style_aboutus.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<!-- /css files -->
<body>
<div style="text-align:center;color:white;border-left: 20px solid lawngreen;background-color: forestgreen;border-radius: 5px;font-size:50px">
Welcome to Build Your Rig.com
</div>
<ul class="nav" >
<li><a href="index.html">Index</a></li>
<li><a class="active" href="homepage_mod.html">Home</a></li>
<li><a href="technews.html">Technews</a></li>
<li><a href="prebuilds.html">Prebuilds</a></li>
<li><a href="categories.html">Categories</a></li>
<li><a href="build.html">Build Your Rig</a></li>
<li style="float:right;"><a href="about.html">About</a></li>
</ul>
<div class="banner-layer">
<div class="logo text-center">
<h1>
About Us
</h1>
</div>
<div class="w3ls-container text-center">
<div class="w3l-content">
<div class="left-grid">
<h2 class="text-w3layouts">Build Your Rig.com</h2>
</div>
<div class="right-grid">
<p>
Thank you for your support. Connect with us on -</p>
<div class="footer-grids">
<p>TP Kher Marg-3,Thadomal Shahani College, </p>
<p class="my-2">Bandra(W),Mumbai,India</p>
<p class="phone"><span class="fa fa-phone"></span>Aryan: 9623909502</p>
<p class="phone"><span class="fa fa-phone"></span>Pratik: 9820890896</p>
<p class="phone"><span class="fa fa-phone"></span>Kapil: 9819343892</p>
<p class="phone my-2"><span class="fa fa-fax"></span>Fax: +0444 555 6789</p>
<p class="phone"><span class="fa fa-envelope"></span>Mail:
<a href="mailto:aryomandeore@gmail.com">company.mail@gmail.com</a>
</p>
</div>
<div class="agileinfo-social-grids">
<ul>
<li><a href="#"><span class="fa fa-facebook"></span></a></li>
<li><a href="#"><span class="fa fa-twitter"></span></a></li>
<li><a href="#"><span class="fa fa-rss"></span></a></li>
<li><a href="#"><span class="fa fa-vk"></span></a></li>
</ul>
</div>
<div class="sub-form">
<form action="#" method="post">
</form>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<footer>
<div class="footer">
<ul style ="list-style-type:none; display:inline;">
<li><a href ="aboutus.html">About Us</a></li>
<li><a>Terms and condition</a></li>
<li><a>Support US</a></li>
<li><a href="feedback.html" >Feedback</a></li>
<li><a href="request_form.html" >Spare parts form</a></li>
<li><a href = https://www.facebook.com/><img src="images/001-facebook.png"></a></li>
<li><a href = https://www.instagram.com/><img src="images/006-instagram.png"></a></li>
<li><a href = https://www.twitter.com/><img src="images/002-twitter.png"></a></li>
<li><a href = https://www.linkedin.com/><img src="images/005-linkedin.png"></a></li>
<li><a href = https://plus.google.com/discover><img src="images/003-google-plus.png"></a></li>
<li><a href = https://www.whatsapp.com/><img src="images/whatsapp.png"></a></li>
</ul>
</div>
</footer>
</body>
</html>