Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jlaskow patch 1 #92

Closed
wants to merge 13 commits into from
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Site settings
title:
email:
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
url: "https://jlaskow.github.io" # the base hostname & protocol for your site

twitter_username:
github_username:
github_username: "jlaskow"

# Build settings
markdown: kramdown
41 changes: 38 additions & 3 deletions _includes/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,45 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">We've got what you need!</h2>
<h2 class="section-heading">Education</h2>
<hr class="light">
<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
<a href="#" class="btn btn-default btn-xl">Get Started!</a>

<!-- Row for SMU and UCLA side by side -->
<div class="row">
<div class="col-sm-6 text-center">
<img src="img/Educational/SMU.png" alt="SMU Logo" style="width:100px; margin-bottom: 15px;">
<h3>Master of Science in Data Science</h3>
<p>Southern Methodist University</p>
<p>August 2023 - Present</p>
</div>

<div class="col-sm-6 text-center">
<img src="img/Educational/UCLA.jpg" alt="UCLA Logo" style="width:115px; margin-bottom: 15px;">
<h3>Bachelor of Science in Microbiology, Immunology, and Molecular Genetics</h3>
<p>University of California, Los Angeles</p>
<p>June 2017</p>
</div>
</div>

<!-- Row for Teach Away and Sierra College stacked vertically -->
<div class="row">
<div class="col-sm-12 text-center">
<!-- Teach Away -->
<img src="img/Educational/TA.png" alt="Teach Away Logo" style="width:150px; margin-bottom: 15px;">
<h3>Certified Teacher</h3>
<p>State of Arizona</p>
<p>Program: Teach Away</p>
<p>June 2022</p>

<!-- Sierra College -->
<img src="img/Educational/SC.png" alt="Sierra College Logo" style="width:150px; margin-top: 40px; margin-bottom: 15px;">
<h3>A.S. Biology</h3>
<h3>A.S. Environmental Science</h3>
<p>Sierra College</p>
<p>June 2014</p>
</div>
</div>

</div>
</div>
</div>
Expand Down
12 changes: 3 additions & 9 deletions _includes/contact.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="primary">
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
</div>
<div class="col-lg-2 col-lg-offset-2 text-center">
<a href="https://twitter.com/{{ site.twitter_username }}">
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.twitter_username }}</p>
<a href="https://linkedin.com/{{ site.linkedin_username }}">
<i class="fa fa-linkedin fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.linkedin_username }}</p>
</a>
</div>
<div class="col-lg-2 col-lg-offset-1 text-center">
Expand Down
5 changes: 2 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Your Favorite Source of Free Bootstrap Themes</h1>
<h1>Data Scientist and Visual Artist</h1>
<hr>
<p>Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!</p>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
<p>[Synopsis]</p>
</div>
</div>
</header>
4 changes: 2 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Start Bootstrap</a>
<a class="navbar-brand page-scroll" href="#page-top">Welcome!</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand All @@ -21,7 +21,7 @@
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
<a class="page-scroll" href="#portfolio">Additional Details</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
Expand Down
62 changes: 12 additions & 50 deletions _includes/portfolio.html
Original file line number Diff line number Diff line change
@@ -1,91 +1,53 @@
<section class="no-padding" id="portfolio">
<div class="container-fluid">
<div class="row no-gutter">
<div class="col-lg-4 col-sm-6">
<!-- First Row -->
<div class="col-lg-6 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/1.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
Projects
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<div class="col-lg-6 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/2.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
Creative Data Visuals
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
</div>
<div class="row no-gutter">
<!-- Second Row -->
<div class="col-lg-6 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/3.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
About Me
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<div class="col-lg-6 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/4.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/5.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a href="#" class="portfolio-box">
<img src="img/portfolio/6.jpg" class="img-responsive" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Project Name
Pets
</div>
</div>
</div>
Expand Down
18 changes: 9 additions & 9 deletions _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">At Your Service</h2>
<h2 class="section-heading">Top Skillsets</h2>
<hr class="primary">
</div>
</div>
Expand All @@ -12,29 +12,29 @@ <h2 class="section-heading">At Your Service</h2>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-diamond wow bounceIn text-primary"></i>
<h3>Sturdy Templates</h3>
<p class="text-muted">Our templates are updated regularly so they don't break.</p>
<h3>Analytics</h3>
<p class="text-muted">Extensive experience studying raw and uncleaned data for hidden trends.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Ready to Ship</h3>
<p class="text-muted">You can use this theme as is, or you can make changes!</p>
<h3>Data Visualization</h3>
<p class="text-muted">Experience constructing unique, engaging, and informative data visuals. </p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Up to Date</h3>
<p class="text-muted">We update dependencies to keep things fresh.</p>
<h3>Database Management</h3>
<p class="text-muted">Experience constructing scalable SQL and NOSQL databases for personal and enterprise use.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-heart wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Made with Love</h3>
<p class="text-muted">You have to make your websites with love these days!</p>
<h3>Data Mining and Data Cleaning</h3>
<p class="text-muted">Experience collecting and cleaning raw data using web scraping tools like Beautiful Soup. </p>
</div>
</div>
</div>
Expand Down