-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_galleries.html
139 lines (121 loc) · 7.19 KB
/
all_galleries.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
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Test edit
-->
<html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122681325-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122681325-1');
</script>
<title>Photo Galleries | Scotch'n'Soda Theatre</title>
<link rel="icon" href="images/micknmike.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="left-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Scotch'n'Soda Theatre</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="getinvolved.html">Get Involved</a></li>
<li><a href="season.html">Season</a></li>
<li class="current"><a href="all_galleries.html">Photos</a></li>
<li><a href="give.html">Give</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon featured fas fa-camera"></span>
<h2><strong>Photo Galleries</strong></h2>
<p>Click to explore some photos from our previous productions. Currently featuring shows from the past year, but more to come!</p>
</header>
<!-- One -->
<section class="wrapper style4 container">
<div class="row gtr-150">
<!-- <header class="special container">
<h2>Upcoming Events</h2>
</header> -->
<div class="col-4 col-12-narrower">
<section>
<a href="galleries/202002-baldsoprano.html" class="image featured"><img src="galleries/images/202002_baldsoprano/IMG_1635.JPG" alt="" /></a>
<header>
<h3>
<strong><a href="galleries/202002-baldsoprano.html">The Bald Soprano</a></strong>
<br>February 2020
</h3>
</header>
<p>This iconic Theatre of the Absurd play by Eugène Ionesco depicts an evening in the home of the Smiths, a traditional London couple who invite their friends the Martins over for a visit.
</p>
</section>
</div>
<div class="col-4 col-12-narrower">
<section>
<a href="galleries/201912-summerland.html" class="image featured"><img src="galleries/images/201912_summerland/IMG_4903.jpg" alt="" /></a>
<header>
<h3>
<strong><a href="galleries/201912-summerland.html">The Summerland Project</a></strong>
<br>December 2019
</h3>
</header>
<p>Set in a not-too-distant future, this play tells the story of Amelia Summerland, who undergoes an experimental medical procedure in which her brain is scanned and simulated in a robotic copy of herself.</p>
</section>
</div>
<div class="col-4 col-12-narrower">
<section>
<a href="galleries/201910-catchme.html" class="image featured"><img src="galleries/images/201910_catchme/IMG_9278.jpg" alt="" /></a>
<header>
<h3>
<strong><a href="galleries/201910-catchme.html">Catch Me If You Can</a></strong>
<br>October 2019
</h3>
</header>
<p>Based on an incredible true story, this musical follows Frank Abagnale Jr., a 17 year-old who runs away from home and becomes a wildly successful con artist.</p>
</section>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/snstheatre/" class="icon circle fab fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/scotchnsodatheatre" class="icon circle fab fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://www.twitter.com/snstheatre" class="icon circle fab fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.youtube.com/channel/UCYRoT4XEPocbe-3GNEutgIA" class="icon circle fab fa-youtube" target="_blank"><span class="label">YouTube</span></a></li>
</ul>
<ul class="copyright">
<li>© Scotch'n'Soda Theatre</li><li>Pittsburgh, PA</li><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>