-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
147 lines (135 loc) · 5.69 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
<!DOCTYPE html>
<html>
<head>
<title>BIITECH</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body id="top">
<div class="bgded" style="background-image:url('images/im5.jpg');">
<div class="wrapper overlay">
<header id="header" class="hoc clear">
<nav id="mainav" class="clear">
<ul class="clear">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="pages/IINVR.html">Products</a></li>
<li><a href="pages/contactus.html">About us</a></li>
</ul>
</nav>
<div id="logo">
<img src="images/logo1.jpg" style=" width:120 ;height:120 ">
<h1><a href="index.html">BITECH</a></h1>
<p text-indent:90px;>Innovating the Future …</p>
</div>
</header>
</div>
<div id="pageintro" class="hoc clear">
<article>
<div class="introtxt">
<h2 class="heading">Leading Innovating Company</h2>
<p class="nospace">Researching new possibilites</p>
</div>
</article>
</div>
<div class="bgded overlay" style="background-image:url('../images/im2.jpg');">
<section id="testimonials" class="hoc container clear">
<!-- ################################################################################################ -->
<div class="center btmspace-50">
<h2 class="heading"><a link href="pages/IINVR.html">IINVR Technology</h2>
<p>Future solution for the deflated or burst tyres.Product launch with the collabration of Tata.</p>
</div>
<div class="gallery">
<a target="_blank" href="images/p1.jpg">
<img src="images/p1.jpg" style="width:31%;height:31%;" >
</a>
<a target="_blank" href="images/IMG-20170825-WA0000.jpg">
<img src="images/IMG-20170825-WA0000.jpg" style="width:31%;height:31%;" >
</a>
<a target="_blank" href="images/im6.jpg">
<img src="images/im6.jpg" style="width:31%;height:31%;" >
</a>
</div>
</section>
</div>
<!-- ################################################################################################ -->
<!-- / main body -->
<div class="wrapper row4">
<footer id="footer" class="hoc clear">
<!-- ################################################################################################ -->
<div class="one_quarter first">
<h6 class="title">About us</h6>
<ul class="nospace linklist contact">
<li><i class="fa fa-map-marker"></i>
<address>
Galgotias College of Engineering And Technology
</address>
</li>
<li><i class="fa fa-phone"></i> +91 9891042291<br>
+91 9889179880</li>
<li><i class="fa fa-envelope-o"></i> bitech.india@gmail.com</li>
</ul>
</div>
<div class="one_quarter">
<h6 class="title">Team</h6>
<ul class="nospace linklist">
<li><a href="#">Shivank Gahlot(CEO)</a></li>
<li><a href="#"></a>Shivam Punia(Chief Financial Officer)</li>
<li><a href="#"></a>Nilesh(R&D Head)</li>
<li><a href="#"></a>Shreyanshu(Chief Information Officer)</li>
<li><a href="#"></a>Rafid(Chief Marketing Officer)</li>
<li><a href="#"></a>Vishal(Manager)</li>
<li><a href="#"></a>Utsav Jain(Chief Operating Officer)</li>
</ul>
</div>
<div class="one_quarter">
<h6 class="title">Inbox Us</h6>
<p class="btmspace-30">Please write name and valid email address</p>
<form method="post" action="#">
<fieldset>
<legend>Newsletter:</legend>
<input class="btmspace-15" type="text" value="" placeholder="Name">
<input class="btmspace-15" type="text" value="" placeholder="Email">
<button type="submit" value="submit">Submit</button>
</fieldset>
</form>
</div>
<div class="one_quarter">
<h6 class="title">Launches</h6>
<ul class="nospace linklist">
<li>
<article>
<h2 class="nospace font-x1"><a href="#">Product Teaser </a></h2>
<time class="font-xs block btmspace-10" datetime="2017-08-01">Friday, 1<sup>th</sup> September 2017</time>
<p class="nospace">Prototype exibition of the latest revolutionary nanotech…</p>
</article>
</li>
<li>
<article>
<h2 class="nospace font-x1"><a href="#">Official Product Launch</a></h2>
<time class="font-xs block btmspace-10" datetime="2017-08-08">Friday, 8<sup>th</sup> September 2017</time>
<p class="nospace">Official launching of the latest revolutionary nanotech…</p>
</article>
</li>
</ul>
</div>
<!-- ################################################################################################ -->
</footer>
</div>
<div class="wrapper row5">
<div id="copyright" class="hoc clear">
<!-- ################################################################################################ -->
<p class="fl_left">Copyright © - All Rights Reserved - <a href="#">By Team BITECH</a></p>
<!-- ################################################################################################ -->
</div>
</div>
<a id="backtotop" href="#top"><i class="fa fa-chevron-up"></i></a>
<!-- JAVASCRIPTS -->
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
<!-- IE9 Placeholder Support -->
<script src="layout/scripts/jquery.placeholder.min.js"></script>
<!-- / IE9 Placeholder Support -->
</body>
</html>