-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.html
75 lines (57 loc) · 2.61 KB
/
review.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Maestro 2021</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon_custom.png" rel="icon">
<link href="assets/img/favicon_custom.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<!-- <link href="assets/css/style.css" rel="stylesheet"> -->
<link href="assets/css/review.css" rel="stylesheet">
</head>
<body>
<header class="d-flex align-items-center " id="header">
<div class="container-fluid container-xxl d-flex align-items-center lheader">
<div class="me-auto" id="logo">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="index.html">The<span>Event</span></a></h1>-->
<a class="scrollto" href="index.html"><img alt="" class ="logo" src="assets\img\Maestro 2020 logo.png" title="" ></a>
</div>
</div>
</header><!-- End Header -->
<section class="container content">
<div class="row single-item">
<h2>Submitted registration forms</h2>
<div class="accordion" id="accordion">
</div>
</div>
</section>
<section class="container content">
<div class="row single-item">
<h2>Messages</h2>
<div class="accordion" id="accordion-2">
</div>
</div>
</section>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.7.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.7.1/firebase-firestore.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/review.js"></script>
</body>
</html>