All the sections are at least there

This commit is contained in:
Chuck Dries 2017-02-14 03:21:55 -07:00
parent 7b05435df1
commit 5a2be9b590

View File

@ -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>
<tr>
<td class="ld">Design</td>
<td>Photoshop, InDesign, After Effects, Premiere Pro</td>
</tr>
</table>
</div> </div>
</div> </div>
</div> </div>
<h2>Photography <span id="design" class="arrow"></span></h2>
</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);