things sorta work, added button for resume pdf
This commit is contained in:
BIN
Public/StephenParkinsonResume.pdf
Normal file
BIN
Public/StephenParkinsonResume.pdf
Normal file
Binary file not shown.
@@ -35,7 +35,7 @@
|
||||
<!-- Flexslider -->
|
||||
<link rel="stylesheet" href="css/flexslider.css">
|
||||
<!-- Flaticons -->
|
||||
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
|
||||
<!--<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">-->
|
||||
<!-- Owl Carousel -->
|
||||
<link rel="stylesheet" href="css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="css/owl.theme.default.min.css">
|
||||
@@ -64,7 +64,7 @@
|
||||
<div id="navbar" class="collapse">
|
||||
<ul>
|
||||
<li class="active"><a href="#" data-nav-section="home">Home</a></li>
|
||||
<li><a href="#" data-nav-section="projcets">Projects</a></li>
|
||||
<li><a href="#" data-nav-section="projects">Projects</a></li>
|
||||
<li><a href="#" data-nav-section="resume">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -83,29 +83,39 @@ Copyright ©<script>document.write(new Date().getFullYear());</script> All r
|
||||
</aside>
|
||||
|
||||
<div id="colorlib-main">
|
||||
<section id="colorlib-hero" class="js-fullheight" data-section="home">
|
||||
<div class="flexslider js-fullheight">
|
||||
<ul class="slides">
|
||||
<li style="background-image: url(images/img_bg_1.jpg);">
|
||||
<div class="overlay"></div>
|
||||
<div class="container-fluid">
|
||||
<section class="colorlib-about" data-section="home">
|
||||
<div class="colorlib-narrow-content">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3 col-md-pull-3 col-sm-12 col-xs-12 js-fullheight slider-text">
|
||||
<div class="slider-text-inner js-fullheight">
|
||||
<div class="desc">
|
||||
<!--<h1>Hi! <br>I'm Stephen</h1>
|
||||
<h2>Software engineer at Cal Poly SLO.</h2>
|
||||
<p><a class="btn btn-primary btn-learn">Download Resume <i class="icon-download4"></i></a></p>-->
|
||||
<div class="col-md-12">
|
||||
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeInLeft">
|
||||
<div class="col-md-12">
|
||||
<div class="about-desc">
|
||||
<span class="heading-meta">About Me</span>
|
||||
<p><strong>Hi I'm Stephen</strong></p>
|
||||
<p> I am a third year software engineering student at Cal Poly SLO. I am the Vice President of White Hat, Cal Poly’s ethical hacking and cybersecurity club. In addition, I work at Cal Poly ITS where my responsibilities include supporting computers and equipment across multiple departments, and managing macOS and Windows based computers using Active Directory, System Center Configuration Manage (SCCM) and Jamf.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="colorlib-about" data-section="resume">
|
||||
<div class="colorlib-narrow-content">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeInLeft">
|
||||
<div class="col-md-12">
|
||||
<div class="about-desc">
|
||||
<p><a href="StephenParkinsonResume.pdf" class="btn btn-primary btn-learn">PDF of Resume</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div><!-- end:colorlib-main -->
|
||||
</div><!-- end:container-wrap -->
|
||||
|
||||
Reference in New Issue
Block a user