All the sections are at least there
This commit is contained in:
parent
7b05435df1
commit
5a2be9b590
53
index.html
53
index.html
@ -97,7 +97,7 @@
|
|||||||
<h2>Experience: Projects</h2>
|
<h2>Experience: Projects</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="slide">
|
<div id="design" class="slide">
|
||||||
<div class="copy">
|
<div class="copy">
|
||||||
<h1>Design</h1>
|
<h1>Design</h1>
|
||||||
<h2>Skills</h2>
|
<h2>Skills</h2>
|
||||||
@ -111,7 +111,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="slide">
|
<div id="photography" class="slide">
|
||||||
<div class="copy">
|
<div class="copy">
|
||||||
<h1>Photography</h1>
|
<h1>Photography</h1>
|
||||||
<h2>Skills</h2>
|
<h2>Skills</h2>
|
||||||
@ -126,20 +126,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<div id="leadership" class="slide">
|
||||||
<div class="slide slide-full vcwrapper">
|
<div class="copy">
|
||||||
<h1 class="under">Design</h1>
|
<h1>Leadership</h1>
|
||||||
<div style="display:table-row;height:100%">
|
<h2>Skills</h2>
|
||||||
<div style="display:table-cell;vertical-align:middle;">
|
<p>A skills list is definitely not relevant or helpful here!</p>
|
||||||
<div>
|
<div>
|
||||||
Content
|
<table>
|
||||||
</div>
|
<tr>
|
||||||
|
<td class="ld">Design</td>
|
||||||
|
<td>Photoshop, InDesign, After Effects, Premiere Pro</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2>Photography <span id="design" class="arrow"></span></h2>
|
|
||||||
</div>
|
</div>
|
||||||
-->
|
|
||||||
<script>
|
<script>
|
||||||
|
/*why is this so indented?*/
|
||||||
x = document.getElementById("db");
|
x = document.getElementById("db");
|
||||||
mast = document.getElementById("mast");
|
mast = document.getElementById("mast");
|
||||||
style = window.getComputedStyle(mast);
|
style = window.getComputedStyle(mast);
|
||||||
@ -152,20 +155,20 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
(function (i, s, o, g, r, a, m) {
|
(function (i, s, o, g, r, a, m) {
|
||||||
i['GoogleAnalyticsObject'] = r;
|
i['GoogleAnalyticsObject'] = r;
|
||||||
i[r] = i[r] || function () {
|
i[r] = i[r] || function () {
|
||||||
(i[r].q = i[r].q || []).push(arguments)
|
(i[r].q = i[r].q || []).push(arguments)
|
||||||
}, i[r].l = 1 * new Date();
|
}, i[r].l = 1 * new Date();
|
||||||
a = s.createElement(o),
|
a = s.createElement(o),
|
||||||
m = s.getElementsByTagName(o)[0];
|
m = s.getElementsByTagName(o)[0];
|
||||||
a.async = 1;
|
a.async = 1;
|
||||||
a.src = g;
|
a.src = g;
|
||||||
m.parentNode.insertBefore(a, m)
|
m.parentNode.insertBefore(a, m)
|
||||||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
||||||
|
|
||||||
ga('create', 'UA-34100225-1', 'auto');
|
ga('create', 'UA-34100225-1', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
<script src="scroll.js"></script>
|
<script src="scroll.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user