generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
198 lines (183 loc) · 12.1 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap V4.6 CSS Link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu" crossorigin="anonymous">
<!-- Local CSS file -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>SGM - Home</title>
</head>
<body>
<!-- Navbar from Bootstrap -->
<nav class="navbar navbar-expand-lg navbar-light bg-navbar-color ">
<a class="navbar-brand" href="index.html">SGM <i class="fas fa-microphone-alt"></i></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="songs.html">Songs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutme.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="booking.html">Bookings</a>
</li>
</ul>
</div>
</nav>
<!-- Hero Image & Header section -->
<main class="container">
<header class="hero-section">
<h1>Sarah Gordon Music</h1>
<div class="row">
<div class="col-sm-12 col-lg-10 hero">
</div>
</div>
</header>
<!-- "Welcome" Section -->
<section>
<h2>Welcome!</h2>
<div class="row justify-content-center">
<div class="col-sm-12 col-lg-10">
<p>
Hi, my name is Sarah Gordon and I'm a 28 year-old girl from Dublin who has spent her whole life singing and performing. I am a Metzo Soprano with a range of three octives. If you want to learn more about me and my performing experience to date, click the below button!
</p>
<!-- bootstrap button -->
<a class="btn btn-primary btn-lg" href="aboutme.html" role="button" title="More about Sarah here">More About Me</a>
</div>
</div>
</section>
<hr>
<!-- "Watch and Listen" Section -->
<section>
<h2>Watch & Listen</h2>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="iframe-container">
<!-- Youtube embeding -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/CGguiee0ais" title="Ave Maria" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="iframe-container">
<!-- Youtube embeding -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/1MXLcTM0Vgg" title="The Parting Glass" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<!-- Button from Bootstrap -->
<a class="btn btn-primary btn-lg" href="songs.html" role="button" title="Sample wedding songs available here">Hear More!</a>
</section>
<hr>
<!-- "Testimonials" Section -->
<section>
<h2>Testimonials</h2>
<!-- Bootstrap Carousel -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/annmarie-and-joe.jpg" alt="AnnMarie-and-Joe">
<blockquote>
<i class="fas fa-quote-left"></i>GORGEOUS! Sarah made our day so special with her beautiful voice! We loved how she complimented the ceremony with a subtle and gentle sound that made it all the more of an amazing day.<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>AnnMarie & Joe</em></h3>
</div>
</div>
<div class="carousel-item">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/brian-and-christina.jpg" alt="Brian-and-Christina">
<blockquote>
<i class="fas fa-quote-left"></i>We will always remember Sarah as the girl who gave us with her amazing sound for our big day together. She did both the ceremony and the drinks reception and both were equally perfect!<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>Brian & Christina</em></h3>
</div>
</div>
<div class="carousel-item">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/jason-and-brídín.jpg" alt="Jason-and-Brídín">
<blockquote>
<i class="fas fa-quote-left"></i>If you want to be sure that you're getting the best of the best, hire Sarah for your big day. She will not let you down. I would recomend her to anyone and everyone who'll listen!<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>Jason & Brídín</em></h3>
</div>
</div>
<div class="carousel-item">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/jimmy-and-jane.jpg" alt="Jimmy-and-Jane">
<blockquote>
<i class="fas fa-quote-left"></i>Sarah is the most beautiful and amazing girl ever and is such a nice person to have involved in the wedding. When she sings, she can bring a room to a stand-still. We would highly recommend Sarah!<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>Jimmy & Jane</em></h3>
</div>
</div>
<div class="carousel-item">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/john-and-mary.jpg" alt="John-and-Mary">
<blockquote>
<i class="fas fa-quote-left"></i>We definitely made the right choice bringing Sarah on to sing at our wedding. She has an amazing voice that would make any event better, be it a wedding or even a funeral. So versatile!<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>John & Mary</em></h3>
</div>
</div>
<div class="carousel-item">
<div class="profile d-block w-100">
<img src="assets/images/testimonials/ricky-and-rachel.jpg" alt="Ricky-and-Rachel">
<blockquote>
<i class="fas fa-quote-left"></i>Sarah is the most amazing singer and such a lovely person on top of that. It was an absolute pleasure and a joy to have her as part of our special day. We will definitely be recommend her to our friends!<i class="fas fa-quote-right"></i>
</blockquote>
<h3><em>Ricky & Rachel</em></h3>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<br>
</main>
<!-- footer section -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-6 col-lg-6 justify-content-center">
<ul class="contact">
<li><a href="tel:00355552536879" target="_blank"><span class="footer-contact">05552536879</span><i class="fas fa-phone-square-alt"></i></a></li>
<li><a href="mailto:sarahgordonmusic@gmail.com" target="_blank"><span class="footer-contact">sarahgordonmusic@gmail.com</span><i class="fas fa-envelope-square"></i></a></li>
</ul>
</div>
<div class="col-sm-12 cold-md-6 col-lg-6 justify-content-center">
<ul class="social-media">
<li><a href="https://www.facebook.com/sarahgordonmusic" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/sarahgordonmusic/" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.youtube.com/c/sarahgordon1" target="_blank"><i class="fab fa-youtube-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/sarahgordon123/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Popper and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
</body>
</html>