-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnav.html
More file actions
45 lines (43 loc) · 1.75 KB
/
Copy pathnav.html
File metadata and controls
45 lines (43 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Govinda Marg</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="css/animations.css">
</head>
<body class="home-page">
<!-- Header -->
<header>
<div class="header-container">
<div class="logo">
<img src="images/logo.jpg" alt="Govinda Marg Logo" class="logo-image">
<h1>Govinda Marg</h1>
</div>
<nav>
<ul>
<li><a href="nav.html" class="active">Home</a></li>
<li><a href="bookings.html">Bookings</a></li>
<li><a href="bookticket.html">Book Ticket</a></li>
<li><a href="account.html">Account</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h2>Om Namo Venkatesaya - Every Mile in His Smile</h2>
<p>Experience Tirumala-Tirupati travel with our one-tap ticketing system designed specifically for devotees.</p>
<a href="bookticket.html" class="cta-button shine-button">
<span>Book QR Ticket</span>
</a>
</div>
</section>
<script src="chatbot.js"></script>
</body>
</html>