-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogramming.html
77 lines (73 loc) · 3.5 KB
/
programming.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
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="noindex">
<meta charset="UTF-8">
<title>Sam Molitoriss Lighting Design | Programming</title>
<link rel="stylesheet" href="https://use.typekit.net/ktp7nnl.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body class="bg-light">
<header class="bg-light">
<div id="title-block">
<div class="left">
<a href="index.html"><h1><span class="blue-text"><span class="wider">S</span>am</span> Molitoriss</h1></a>
</div><div class="right">
<h2><a class="lightingHighlight" href="index.html">Lighting Design</a> & <a class="chefHighlight" href="cooking.html">Quarantine Cooking</a></h2>
<h2><a href="mailto:[email protected]">[email protected]</a> | <a href="tel:7204257377">720.425.7377</a> | <a id="resume-link" href="assets/Sam_Molitoriss_Resume.pdf" target="_blank">Resume</a></h2>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Show Photos</a></li>
<!-- <li class="dropdown"><a href="javascript:void(0)" class="dropbtn">Plots & Paperwork</a>
<div class="dropdown-content">
<a href="plots.html">Plots</a>
<a href="paperwork.html">Paperwork</a>
<a href="magic.html">Magic Sheets</a>
</div>
</li> -->
<li><a href="programming.html">Programming Videos</a></li>
<!-- <li class="dropdown"><a href="javascript:void(0)" class="dropbtn">Design Process</a>
<div class="dropdown-content">
<a href="process.html">Cue Lists</a>
<a href="photometrics.html">Photometrics</a>
<a href="research.html">Research</a>
<a href="scene.html">Scene Analysis</a>
</div>
</li> -->
</ul>
</nav>
</header>
<!-- Main columns -->
<main>
<div id="pdf-display">
<iframe src="https://player.vimeo.com/video/293650013" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen id="pdf-embed" class="pdf"></iframe>
<div id="pdf-info">
<div class="prev"></div>
<div class="content"><h1 id="plot-title"></h1>
<h2 id="plot-subtitle"></h2>
<p id="plot-description"></p></div>
<div class="next">
<a href="javascript:void(0);" id="previous"><i class="fa fa-arrow-left"></i></a>
<span id="current-pg">Page Number</span> /
<span id="total-pg">Total Pages</span>
<a href="javascript:void(0);" id="next"><i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</main>
<footer class="bg-light"></footer>
</body>
<script type="text/javascript" src="assets/js/programming.js"></script>
<script type="text/javascript" src="assets/js/helper.js"></script>
</html>