-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.html
More file actions
71 lines (59 loc) · 3.22 KB
/
Copy pathMenu.html
File metadata and controls
71 lines (59 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8472381835188275"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DARSHAN GOWDA G</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!--start header-->
<header>
<a href="#" class="logo">DG</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Portfolio</a></li>
</ul>
<a href="#" class="h-btn">Let's Talk</a>
</header>
<section class="about test" id="about">
<div class="about-img">
<img src="image/five.jpg">
</div>
<div class="about-text">
<h2>About Me<span>nu</span></h2>
<h5>Description</h5>
<p>Our online bus booking system(red<span>Busy</span>), developed using C# and integrated with SQL Server Management Studio (SSMS), streamlines the process of reserving bus tickets effortlessly. The user-friendly interface allows travelers to browse available routes, select preferred buses, and book seats in real-time. The robust C# backend ensures secure data handling and smooth transactions, while SSMS efficiently manages the database, storing essential information such as bookings, user details, and bus schedules. With a seamless combination of technology, our system offers a convenient, reliable, and efficient platform for travelers to book their bus tickets hassle-free from the comfort of their devices.</p>
</div>
</section>
<section class="about test" id="about">
<div class="about-img">
<img src="image/four.jpg">
</div>
<div class="about-text">
<h5>Features</h5>
<p>-> Login & Registration Page for Admin/User.<br>-> can search for buses based on various criteria, such as source, destination, date etc.<br>-> An admin panel to manage the entire system, including user management, bus operators, and transactions.<br>-> Implemented a booking report feature, and users can also download their booked tickets.<br>-> And many more ................</p>
<a href="#" class="btn">Download CV</a>
</div>
</section>
<section class="about test" id="about">
<div class="about-img">
<img src="image/four.jpg">
</div>
<div class="about-text">
<h5>Links</h5>
<a href="https://github.com/D2Gowda/redBusy" class="btn">Source Code</a>
<a href="#" class="btn">App</a>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>