More
This commit is contained in:
parent
27bf49c662
commit
5b272a9147
3 changed files with 22 additions and 17 deletions
|
@ -117,6 +117,27 @@ body {
|
||||||
font-size:1.5em;
|
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
|
* MODIFIERS
|
||||||
*/
|
*/
|
||||||
|
|
16
index.html
16
index.html
|
@ -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>
|
<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>
|
<ul>
|
||||||
<li><a href="#resume">Resume</a></li>
|
<li><a href="#resume">Resume</a></li>
|
||||||
<li><a href="#projects">Projects</a></li>
|
|
||||||
<li><a href="#getInTouch">Get in touch</a></li>
|
<li><a href="#getInTouch">Get in touch</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="landing-blurb">
|
<div id="landing-blurb">
|
||||||
|
@ -56,21 +55,6 @@
|
||||||
</div>
|
</div>
|
||||||
</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 id="panel-intouch" class="section"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$(window).ready(function() {
|
$(window).ready(function() {
|
||||||
$('#page').fullpage({
|
$('#page').fullpage({
|
||||||
anchors:['landing', 'resume', 'projects','getInTouch']
|
anchors:['landing', 'resume','getInTouch']
|
||||||
});
|
});
|
||||||
|
|
||||||
var period = "<span style='color:#000;font-weight:normal'>.</span>";
|
var period = "<span style='color:#000;font-weight:normal'>.</span>";
|
||||||
|
|
Loading…
Reference in a new issue