-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (56 loc) · 2.66 KB
/
Copy pathindex.html
File metadata and controls
65 lines (56 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fundamentally Sound Home</title>
<meta name="description" content="Fundamentally Sound A Cappella">
<link rel="icon" href="logo2.png">
<meta name="author" content="Markus Priede">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="FStylesheet.css">
</head>
<body>
<header>
<nav>
<a href="index.html"><img src="images/logo2.png" alt="FS logo"></a>
<h1>Fundamentally Sound</h1>
<div class="navlinks">
<ul>
<li ><a href="index.html">Home</a></li>
<li><a href="members.html">Current Members</a></li>
<li><a href="repertoire.html">Current Repertoire</a></li>
<li><a href="media.html">Media</a></li>
<!-- <li><a href="">Bookings</a></li>
<li><a href="">News</a></li> maybe add later if time-->
</ul>
</div>
</nav>
</header>
<section>
<article id="firstp">
<h2>About</h2>
<p style="line-height: 2">Fun, energetic, and intensely passionate, Fundamentally Sound is considered one of the leading groups in collegiate a cappella today. The suspender-clad singers from the <a href="https://www.wisc.edu">University of Wisconsin-Madison</a> have carved out a niche in contemporary a cappella for their lively personalities, genre-bending arrangements, and engaging performances. With a unique blend of charm and musicality, Fundamentally Sound is poised to captivate audiences for years to come.</p>
</article>
<article>
<img id="groupphoto" src="images/groupphoto.JPG" alt="FS Group Photo">
</article>
</section>
<section>
<article id="secondp">
<h2>Recent News</h2>
<p style="line-height: 2">In 2021, the group placed 3rd overall at <a href="https://en.wikipedia.org/wiki/International_Championship_of_Collegiate_A_Cappella">The International Championship of Collegiate A Cappella (ICCA)</a> with their mashup of <i>Colour Vision</i>, originally published by MAX, and <i>Think About Things</i>, originally published by Dadi Freyr. Following a successful Fall 2021 semester, including the release of the collaborative song, <i>Creature</i>, with Pitches and Notes, Fundamentally Sound now looks to professionally record their current repertoire in the upcoming months.</p>
</article>
<article>
<iframe id="video" src="https://youtube.com/embed/9OYfFtSkJSU"></iframe>
</article>
</section>
<footer>
<div id = "foot">
<p style="line-height: 1.5"> Author: Markus Priede <br>
<a href="mailto:priede@wisc.edu">priede@wisc.edu</a><br>
<a href="mailto:fsacappella@gmail.com">fsacappella@gmail.com</a><br>
University of Wisconsin-Madison</p>
</div>
</footer>
</body>
</html>