forked from grammarbot/research-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redcedarsea.html
93 lines (90 loc) · 3.94 KB
/
redcedarsea.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
<!DOCTYPE html>
<!--[if lte IE 8 ]><html lang="en" class="js-off lte-ie8"><![endif]-->
<!--[if IE 9 ]> <html lang="en" class="js-off ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="js-off">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="stylesheet" href="css/wmui-style-guide.min.css">
<title>Jonathan T. Morgan</title>
<script>
document.documentElement.className = document.documentElement.className.replace(/\bjs-off\b/,'js-on'); // no BEM notation thx to IE
</script>
<!--[if lt IE 9]>
<script>window.html5={'shivCSS':false};</script>
<script src="js/vendor/ie/html5shiv-3.7.3.min.js"></script>
<script src="js/vendor/ie/respond-1.4.2.min.js"></script>
<![endif]-->
<link rel="preload" href="fonts/Charter_regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="fonts/Lato_regular.woff2" as="font" type="font/woff2" crossorigin>
<script src="js/fonts-loader.js" async></script>
</head>
<body class="wrlp page--home">
<header id="header" class="header" role="banner">
<div class="content-box">
<a href="#content" class="is-aural is-focusable">Jump to content</a>
<a href="#nav--main" class="is-aural is-focusable">Jump to navigation</a>
<h1 class="site__title"><a href="./">Jtmorgan.net</a></h1>
<label class="btn--nav-main" for="trigger--nav-main" aria-hidden="true" title="Show main menu">
<i></i> <span>Menu</span>
</label>
</div>
</header>
<div class="page">
<div class="content-box">
<div class="col col--start">
<input type="checkbox" id="trigger--nav-main" class="trigger--nav-main">
<nav id="nav--main" class="nav nav--main" role="navigation">
<ol>
<li class="nav__item is-on"><a href="index.html">Home</a></li>
<li class="nav__item"><a href="about.html">About me</a></li>
<li class="nav__item"><a href="publications.html">Publications</a></li>
</ol>
</nav>
</div>
<div class="col col--end">
<main id="content" class="content" role="main">
<h1 class="page__title">Redcedar</h1>
<p class="page__tagline">Earnest PNW Folk Rock</p>
<img src="img/patterns/redcedar_montage.jpeg" title="image by Dana Bublitz" alt="jonathan morgan" />
<p><strong>Redcedar is Jonny Morgan and Jonathan Shue</strong>, lifelong friends and devotees of the twentieth century singer-songwriter era.</p>
<p>With sparse arrangements, eclectic instruments, vocal harmonies, and lyrics borne from both classical literature and classic soul, Redcedar's music invites you in like a campfire underneath a harvest moon.</p>
<p>Contact us at <strong>redcedarsea at gmail dot com</strong> for booking and other inquiries.</p>
<h3>Upcoming Redcedar shows</h3>
<hr />
<ul class="publications">
<li>December 10, 2022. Double Bluff Brewing, Langley WA</li>
</ul>
<h3>Upcoming Jonny Morgan solo shows</h3>
<hr />
<ul class="publications">
<li>January 18, 2023. Skein & Tipple, Clinton WA</li>
<li>February 15, 2023. Skein & Tipple, Clinton WA</li>
<li>February 18, 2023. Blooms Winery & Bistro, Freeland WA</li>
<li>March 15, 2023. Skein & Tipple, Clinton WA</li>
</ul>
<h3>Past shows</h3>
<hr />
<ul class="publications">
<li>October 15, 2022. Blooms Winery & Bistro, Freeland WA</li>
<li>October 8, 2022. Double Bluff Brewing, Langley WA</li>
<li>September 14, 2022. Skein & Tipple, Clinton WA</li>
<li>September 9, 2022. Bailey's Corner Store, Clinton WA</li>
</ul>
</main>
</div>
</div>
</div>
<footer id="footer" class="footer">
<div class="content-box">
<ul class="footer__list">
<li><a href="acknowledgments.html">Acknowledgments</a>
<li><a href="https://github.com/jtmorgan/jtmorgan.net">Source</a></li>
</ul>
<p>All text © Jonathan T. Morgan 2020</p>
</div>
</footer>
</body>
</html>