-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (73 loc) · 2.66 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
<html>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-
BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 col-sm-12 col-xs-12">
<nav id="navbar">
<h1>TankerMate</h1>
<img src="C:\Users\Admin\OneDrive\Desktop\t.png" alt="Image description" width="150" height="100">
<ul class="nav nav-pills nav-stacked">
<a class="nav-link" href="#Introduction" rel="internal">
<li>Introduction</li>
</a>
<a class="nav-link" href="#What_you_should_already_know"
rel="internal">
<li>Serving Stations</li>
</a>
<a class="nav-link" href="#About_Topic" rel="internal">
<li>How we work?</li>
</a>
<a class="nav-link" href="#Topic_1" rel="internal">
<li>Contact us</li>
</a>
</ul>
</nav>
</div>
<div class="col-md-10 col-sm-12 col-xs-12">
<main id="main-doc">
<section class="main-section" id="Introduction" ></section>
<h3 style = "background: black; color:
white">Introduction</h3>
<article>
<p>TankerMate is a exclusive website which offers you, a competetive price for your transportation streamlines the process of transferring materials by connecting tanker owners with businesses that require their services.
<p>IF IT'S NOT ON TIME, IT'S ON US!!</p>
</article>
</section>
<section class="main-section" id="What_you_should_already_know">
<h3 style = "background: black; color: white">Serving Stations</h3>
<article>
<p>Currently we are serving between the leading chemical plants of our country </p>
<li>Vapi</li>
<li>Jamnagar</li>
<li>Nasirabad</li>
<li>Bharuch</li>
<p>We'll be reaching your plants soon!</p>
</artice>
</section>
<section class="main-section" id="About_Topic">
<h3 style = "background: black; color: white">How we work?</h3>
<article>
<p>We provide you the with a smooth line and a hasslefree transportation of your chemicals with assure safety and on time delivery of your product </p>
<p>All our tankers consists of a steel tank which assures the safety of chemicals and the product to be retained with atmost accuracy.</p>
</p>
</article>
</section>
<button type="submit" style="display: block; margin: 0 auto;";><a href="file:///D:/Web%20Development%20Projects/Tankermate/LOGIN/login.html">Place your Order</a> </button>
<section class="main-section" id="Topic_2">
<h3 style = "background: black; color: white">Contact Us</h3>
<p>
For any inconvience reach us out at:
<li>Email : tankermate@ab.com</li>
<li>Customer Care : xxxxxxxxx</li>
<li>Head Office : Tanker-Mate office main road New Delhi.</li>
</p>
</section>
</main>
</div>
</div>
</div>
</html>