This commit is contained in:
Marc Cataford 2015-12-22 12:06:30 -05:00
parent 27bf49c662
commit 5b272a9147
3 changed files with 22 additions and 17 deletions

View file

@ -117,6 +117,27 @@ body {
font-size:1.5em;
}
/*
* PROJECTS PANEL
*/
#panel-projects .fp-tableCell {
vertical-align: baseline;
}
.projects-row {
height: 100px;
width: 90vw;
}
.projects-cell {
width: 20vw;
height:100px;
background-color: #fff;
margin:0.5em 0.5em;
float:left;
}
/*
* MODIFIERS
*/

View file

@ -17,7 +17,6 @@
<p id="greet" class="fs-5 mb-z">I'm <span class="red bold">Marc</span> and I love to <span id="typedWords" class="red bold"></span></p>
<ul>
<li><a href="#resume">Resume</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#getInTouch">Get in touch</a></li>
</ul>
<div id="landing-blurb">
@ -56,21 +55,6 @@
</div>
</div>
<div id="panel-projects" class="section">
<div id="projects-container">
<div class="projects-row"></div>
</div>
<div class="social">
<ul>
<li><a href="#"><i class="fa fa-3x fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-twitter-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-github-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-instagram"></i></a></li>
</div>
</div>
<div id="panel-intouch" class="section"></div>
</div>

View file

@ -1,6 +1,6 @@
$(window).ready(function() {
$('#page').fullpage({
anchors:['landing', 'resume', 'projects','getInTouch']
anchors:['landing', 'resume','getInTouch']
});
var period = "<span style='color:#000;font-weight:normal'>.</span>";