-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
120 lines (101 loc) · 5.38 KB
/
about.php
File metadata and controls
120 lines (101 loc) · 5.38 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
<!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>
<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><a href="index.php">Home</a></li>
<li class="active"><a href="about.php">About</a></li>
<li><a href="logare.php">Login</a></li>
<li><a href="database.php">Database</a></li>
<li><a href="contact.php">Contact</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="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<img src="images/aboutflowershop.jpg" alt="Image" class="img-fluid rounded">
</div>
<div class="col-md-6 pl-md-5">
<h2 class="font-weight-light text-black mb-4">About Rosalia</h2>
<p>Rosalia has been proudly serving the "Alexandru Ioan Cuza" University of Iași area. We are family owned and operated with 1 location. We are committed to offering only the finest floral arrangements and gifts, backed by service that is friendly and prompt. Because all of our customers are important, our professional staff is dedicated to making your experience a pleasant one. That is why we always go the extra mile to make your floral gift perfect.</p>
<h4 class="font-weight-light text-black mb-4">Why should you choose us?</h2>
<ul class="list-unstyled">
<li class="d-flex align-items-center"><span class="icon-check2 text-primary h3 mr-2"></span><span>a wide range of fine floral arrangements</span></li>
<li class="d-flex align-items-center"><span class="icon-check2 text-primary h3 mr-2"></span><span>florists that are willing to help you find the most beautiful bouquet for any occasion</span></li>
<li class="d-flex align-items-center"><span class="icon-check2 text-primary h3 mr-2"></span><span>floral arrangements for all budgets</span></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" data-aos="fade">
<div class="row justify-content-center mb-5">
<div class="col-md-7">
<h2 class="font-weight-light text-black text-center">Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/JZKBmqXMHBQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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>