-
Notifications
You must be signed in to change notification settings - Fork 3
/
home.html
50 lines (48 loc) · 2.9 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>E-Billing Application</title>
<link rel="shortcut icon" type="image/jpeg" href="images/ebill.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="home.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<div class="page">
<section id="front" class="coloured-section">
<img src="images/ebill.png"><br>
<h1><b>E-Billing Application</b></h1><br>
<hr style="height:2px; width:90%; border-width:0; color:rgb(0, 17, 255); background-color:black"><br>
</section>
<section id="services" class="white-section">
<h4 class="main">Welcome to online service of the E-Billing Application</h4><br><br>
<button id="neonShadow"><a href="src/main.html"><span>Services</span></a></button><br><br><br>
</section>
<div class="container">
<section id="choose">
<h3><b>Why should you choose us?</b></h3><br>
<h5>Make bill anytime, anywhere & print it</h5>
<h5>Zero convenience fees or no extra charges</h5>
<h5>Safe environment from hackers</h5>
</section>
</div>
<br><br>
</div>
<footer id="footer" class="coloured-section"><br>
<p>FIND US ON SOCIAL MEDIA</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<i class="social-icon fa fa-twitter" aria-hidden="true"></i>
<i class="social-icon fa fa-facebook-square" aria-hidden="true"></i>
<i class="social-icon fa fa-instagram" aria-hidden="true"></i>
<p>Corporate Office - Sector 88, New Delhi, India</p>
<p>Copyright © 2022 E-Billing Application. All Rights Reserved.</p>
<p>Made with ❤️ by Harshita, Ragini, Jai Gora</p><br>
<marquee class="queue"><b>**This website is only for educational/project purpose**</b></marquee>
</footer>
</body>
</html>