-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
164 lines (131 loc) · 6.04 KB
/
index.php
File metadata and controls
164 lines (131 loc) · 6.04 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<?php
ob_start();
?>
<html lang="en">
<head>
<title>Rosalia🌹</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,700,900|Display+Playfair:200,300,400,700">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mediaelement@4.2.7/build/mediaelementplayer.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/anti_right.js"></script>
</head>
<body>
<body oncontextmenu="return false;">
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-1" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<h1 class="mb-0"><a href="index.php" class="text-black h2 mb-0">Rosalia🌹</a></h1>
</div>
<div class="col-10 col-md-8 d-none d-xl-block">
<nav class="site-navigation position-relative text-right text-lg-center" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li class="active">
<a href="index.php">Home</a>
</li>
<!--<li><a href="discount.html">Logare</a></li>-->
<li><a href="about.php">About</a></li>
<li><a href="logare.php">Login</a></li>
<li><a href="database1.php">Database</a></li>
<li><a href="contact.php">Contact</a></li>
<!-- <li><a href="booking.html">Book Online</a></li> -->
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="slide-one-item home-slider owl-carousel">
<div class="site-blocks-cover overlay" style="background-image: url(images/flower_bg_1.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-8" data-aos="fade-up" data-aos-delay="400">
<h1 class="text-white font-weight-light">Elegance, style, refinement.</h1>
<p class="mb-5" style="color:white">Every flower is a Soul blossoming in nature.</p>
</div>
</div>
</div>
</div>
<div class="site-blocks-cover overlay" style="background-image: url(images/flower_bg_2.jpg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-center text-center">
<div class="col-md-8" data-aos="fade-up" data-aos-delay="400">
<h1 class="text-white font-weight-light">Explore the Wide Variety of Flowers</h1>
<p class="mb-5"style="color:white">Check our flower shop at the "Alexandru Ioan Cuza" University of Iași.</p>
</div>
</div>
</div>
</div>
</div>
<div class="site-section">
<div class="container overlap-section">
<div class="row">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<a href="#" class="unit-1 text-center">
<img src="images/flower2.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Write Down Your Experience</h3>
</div>
</a>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<a href="#" class="unit-1 text-center">
<img src="images/flower3.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Unforgettable moments</h3>
</div>
</a>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-0">
<a href="#" class="unit-1 text-center">
<img src="images/flower1.jpg" alt="Image" class="img-fluid">
<div class="unit-1-text">
<h3 class="unit-1-heading">Dare to be Confident</h3>
</div>
</a>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<p style="text-align:center">
Copyright ©<script>document.write(new Date().getFullYear());</script> Raluca-Andreea Gînga | All rights reserved
</p>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>