This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymphony-3.html
73 lines (70 loc) · 4.14 KB
/
symphony-3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Project Page - Levi Neuwirth</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap">
<link rel="stylesheet" href="assets/css/Footer-Dark-icons.css">
<link rel="stylesheet" href="assets/css/pikaday.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="index.html" style="backdrop-filter: brightness(98%);-webkit-backdrop-filter: brightness(98%);font-weight: bold;">Levi Neuwirth</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navbarNav"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="portfolios.html">Portfolios</a></li>
<li class="nav-item"><a class="nav-link" href="musicport.html">Music Works</a></li>
<li class="nav-item dropdown show"><a class="dropdown-toggle nav-link" aria-expanded="true" data-bs-toggle="dropdown" href="#">Other</a>
<div class="dropdown-menu show" data-bs-popper="none"><a class="dropdown-item" href="contact.html">Contact</a><a class="dropdown-item" href="cv.html">CV</a><a class="dropdown-item" href="roadmap.html">Roadmap</a></div>
</li>
</ul>
</div>
</div>
</nav>
<main class="page project-page">
<section class="portfolio-block project">
<div class="container">
<div class="heading">
<h2>Symphony no. 3</h2>
</div>
<div class="text-center"><img src="assets/img/nature/symph3.png"></div>
<div class="row">
<div class="col-12 col-md-6 offset-md-1 info">
<h3>Completed: September 2022</h3>
<p>My third symphony, in five minutes for full orchestral forces, is the longest piece I have ever written. The piece is a personal declaration and is deeply connected with my musical roots, being the first piece I completed as an adult.</p>
<p>Please contact me with inquiries about performances.</p>
</div>
<div class="col-12 col-md-3 offset-md-1 meta">
<div class="tags"><span class="meta-heading">Instrumentation</span><span>Symphonic Orchestra</span></div>
<div class="tags"><span class="meta-heading">Duration</span><span>46'</span></div>
<div class="tags"><span class="meta-heading">Difficulty</span><span>VII</span></div>
<div class="tags"><span class="meta-heading"></span></div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<div class="links"></div>
</div>
<footer class="text-center bg-dark">
<div class="container text-white py-4 py-lg-5">
<div class="row">
<div class="col">
<p class="text-muted mb-0">This website will never track you or require the use of non-free software. I am a privacy enthusiast and will always treat you with utmost respect.</p>
</div>
</div>
<div class="row">
<div class="col"><a href="tos.html" style="color: var(--bs-blue);">Privacy Policy and Terms</a></div>
</div>
</div>
</footer>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>