-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (91 loc) · 4.11 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cafe 1617</title>
<meta description="Homely Cafe 1617 is a cozy cafe in Bengaluru. We offer a variety of delicious food and beverages in a warm and welcoming atmosphere.">
<style>
#section1{
background-image: url("background\ doodle.jpg");
}
</style>
<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=Turret+Road:wght@400;800&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<nav>
<ul>
<li class="boxed"><a href="https://www.eazydiner.com/bengaluru/cafe-1617-kalyan-nagar-north-bengaluru-691964"> Reserve</a></li>
<li class="boxed"><a href="/gallery.html">Gallery</a></li>
<li class="boxed"><a href="/Menu.html">Menu</a></li>
<li class="boxed"><a href="#">Makeup Studio</a></li>
</ul>
</nav>
<a href="/index.html" style="text-decoration: none;">
<h1 style="text-align: center; font-family: 'Courier New', Courier, monospace;">Cafe 1617</h1>
</a>
</header>
<!-- ... -->
<div class="slider-container">
<section id="sliderSection">
<section id="sliderSection">
<div class="slider">
<div class="slide active" >
<img src="offer1.png" alt="Image 1">
<button class="slider-button">View Menu</button>
</div>
<div class="slide">
<img src="offer2.png" alt="Image 2">
<button class="slider-button"><a href="https://in.bookmyshow.com/venue/cafe-1617-bengaluru/CFBK" style="color: black;"> Upcoming Shows</a></button>
</div>
<!-- ...
<div class="slide">
<img src="background doodle.jpg" alt="Image 3">
<button class="slider-button">Button 3</button> -->
</div>
</div>
</section>
</section>
</div>
<section id="section2" style="padding: 1%; position: relative;">
<p style="text-align: center;">The taste of home served to your table</p>
</section>
<section id="section1">
<div style="position: relative;">
<div class="parallax"></div>
<img src="cafe1617logo.png" alt="Parallax Image" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: auto;">
<div class="caption" style="position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); text-align: center;">
</div>
</div>
</div>
<button class="start-training-btn"><a href="https://www.swiggy.com/restaurants/cafe-1617-lingrajapuram-bangalore-809025">Order Now</a></button>
</div>
</section>
<!-- ... -->
<section id="section2" style="padding: 2%;">
<h2 style="text-align: center;">Host your event at our place</h2>
</section>
<br><br>
<!-- 3 Section -->
<section id="section3">
<button class="our-trainers-btn">Contact/Forms Button</button>
</section>
<!-- ... -->
<section class="container mx-auto my-8 p-8 bg-white shadow-md rounded-md text-center">
<h2 class="text-2xl font-bold mb-4" style="padding-left: 7px; color:aliceblue"><span> Visit Us</span></h2>
<div class="aspect-w-16 aspect-h-9 mx-auto">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15548.762555676176!2d77.6398863!3d13.0235288!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae17ce7b3baa0f%3A0xefe683e6d107ac63!2sCafe%201617!5e0!3m2!1sen!2sin!4v1705467318849!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<footer class="footer">
<h2>Contact Us</h2>
<p class="animated">Phone:<br>
<p class="animated">Address: 424, 5th Main Rd, HRBR Layout 2nd Block, HRBR Layout, Kalyan Nagar, Bengaluru, Karnataka 560043</p>
<h4> Powered by <a href="https://www.fortimark.co">Fortimark</a> </h4>
</footer>
<script src="script.js"></script>
</body>
</html>