-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (104 loc) · 3.14 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
<html>
<head>
<link>
<title>SETHMITH ENTERPRICE GAS DELIVERY</title>
<link rel= "stylesheet" href="style/Home.css" type="text/css">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<div class="container">
<div class="navbar">
<a href="#">HOME</a>
<!--<a href="#">ABOUT</a>-->
<!--<div class="dropdown">
<button class="dropbtn">ITEMS
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="">Refilling Cylinders</a>
<a href="">New Cylinders</a>
<a href="">Accessories</a>
</div>
</div>-->
<a href="./contact.php">CONTACT</a>
<a href="./login.php">PROFILE</a>
<div style="float: right;">
<a href="./admin/">ADMIN LOGIN</a>
<a> | </a>
<a href="./driver/">DRIVER LOGIN</a>
</div>
</div>
<div class="content">
<h1>SETHMITH ENTERPRICE GAS <br>DELIVERY</h1>
<p>Welcome</p>
<div>
<a href="login.php"><button class="btn"><span></span>REGISTERED CUSTOMER</button></a>
<a href="Registration.html"><button class="btn"><span></span>NEW CUSTOMER</button></a>
</div>
</div>
<!--<div class ="row">
<div class="col-md-11 offset-md-1">
<div class="row">
<div class="col-md-10 home-left">
<h3>SETHMITH ENTERPRISE</h3>
</div>
</div>
<div class="col-md-9 home-right">
<div class="btn">
<div class="btn-form">
<a href="login.php" class="btn btn-one">Already Registered?</a>
<a href="Registration.html" class="btn btn-two">New to customer</a>
</div>
</div>
</div>
</div>
</div>-->
</div>
<!--<div class="content">
<p>SETHMITH ENTERPRICE</p>
<div class="button">
<a href="" class="btn btn-one">Already Registered?</a>
<a href="Registration.html" class="btn btn-two">New To Customer?</a>
</div>
</div>
</div> -->
<!-- <footer class="footer">
<div class="f1">
<div class="fDetails">
<div class="footer-left">
<h5 class="title">Quick Access</h5>
<p class="links">
<a href="#">HOME</a>
<a href="#">ABOUT</a>
<a href="#">ITEMS</a>
<a href="#">CONTACT</a>
<a href="#">FAQ</a>
</p>
</div>
<div class="footer-center">
<h5 class="title1">Address</h5><br>
<p>SENMITH ENTERPRICE<br>No 283,<br>Sri Sudharshanarama Road,<br>Kiribathgoda,<br>Kelaniya.</p>
</div>
<div class="footer-right">
<div class="footer-icons">
<h5 class = "title2">Follow Us</h5><br>
<p><a href="#"><img src="images/Facebook.jpg" width="40px" height="35px"></a>
<a href="#"><img src="images/Twitter.png" width="40px" height="35px"></a>
<a href="#"><img src="images/Instagram.png" width="40px" height="35px"></a>
</div>
</div>
<div class ="footer-bottom">
<div class="sub-links">
<h5 class = "title3">CONTACT</h5><br>
<p>
<a href="">Tel:+94112359674</a>
<a href="">Email:[email protected]</a>
</p>
</div>
</div>
</div>
</footer> -->
</body>
</html>