You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
6.7 KiB
HTML
153 lines
6.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<meta content="Jake Cover's Homepage" name="description">
|
|
<title>Jake Cover</title>
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
|
|
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<link rel="stylesheet" href="css/grid.css">
|
|
<link rel="stylesheet" href="css/footer.css">
|
|
|
|
</head>
|
|
<body>
|
|
<header class="navbar navbar-expand-lg navbar-light bg-light">
|
|
<a href="index.html" class="navbar-brand">Jake Cover</a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
|
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav ml-auto">
|
|
<li class="nav-item active">
|
|
<a class="nav-link" href="index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="contact.html">Contact</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="resume.html">Resume</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="https://github.com/JakeCover">GitHub</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
</header>
|
|
<div class="page" style="text-align: center;">
|
|
<p style="font-size: x-large">Hey! This site is still under construction. You can see where it stands today, but additional content may be added soon.</p>
|
|
</div>
|
|
<div class="page">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xl-3 col-lg-4 col-sm-6 tall top_buffer">
|
|
<div class="image">
|
|
<img class="img-fluid" src="images/codedaysd.png" alt="CodeDay SD Logo">
|
|
</div>
|
|
<div class="description">
|
|
<p>CodeDay, an event by SRND, is a beginner-friendly 24 hour event for students that challenges
|
|
attendees to create a game or an app.<br>
|
|
I served as the Regional Manager for CodeDay San Diego for one year.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-3 col-md-4 col-sm-6 tall top_buffer">
|
|
<div class="image">
|
|
<img class="img-fluid" src="images/codeday-notext-color.svg" alt="Redish Heart, SRND Logo">
|
|
</div>
|
|
<div class="description">
|
|
<p>SRND is an educational nonprofit that works to provide CS education to high school and
|
|
college students and to increase diversity in tech. I worked here for a year to create a number
|
|
of tools and projects, which can be found on my resume.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-3 col-md-4 col-sm-6 tall top_buffer">
|
|
<div class="image">
|
|
<img class="img-fluid" src="images/distest.svg" alt="Distest Logo">
|
|
</div>
|
|
<div class="description">
|
|
<p>Distest is a testing library for Discord bots that allows for full integration tests of your bot,
|
|
improving the discord bot development workflow significantly.</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-3 col-md-4 col-sm-6 tall top_buffer">
|
|
<div class="image">
|
|
<img class="img-fluid" src="images/scoresaver.svg" alt="Red to Blue Gradient w/ White Download Icon">
|
|
</div>
|
|
<div class="description">
|
|
<p>A Chrome extension to help you download beatsaber songs directly from ScoreSaber. No more searching
|
|
for mapper names on BeatSaver, just download the newest ranked songs directly!</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-12 wide top_buffer">
|
|
<div class="image">
|
|
<img class="img-fluid" src="images/foresightsports.png" alt="ForeSight Sports Logo0">
|
|
</div>
|
|
<div class="description">
|
|
<p>Foresight Sports creates advanced augmented reality sports experiences. I created multiple games
|
|
using Unity that took data from their launch monitor technology and translated it into a seamless experience.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Site footer -->
|
|
<footer class="site-footer">
|
|
<div class="footer-grid">
|
|
<div class="col-8">
|
|
<h6>Jake Cover</h6>
|
|
<p class="text-justify">
|
|
Made by Jake Cover, a CS student who really needs to find something witty and interesting to put here
|
|
soon.
|
|
<br>
|
|
Checklist Icon by Arthur Shlain from the Noun Project
|
|
</p>
|
|
</div>
|
|
<div class="col-3">
|
|
<h6>Links and Stuff</h6>
|
|
<ul class="footer-links">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="contact.html">Contact</a></li>
|
|
<li><a href="about.html">About</a></li>
|
|
<li><a href="resume.html">Resume</a></li>
|
|
<li><a href="https://github.com/JakeCover">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div class="copyright-text">Copyright © 2020 All Rights Reserved by Jake Cover</div>
|
|
</footer>
|
|
|
|
|
|
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
|
|
<script src="scripts/masonry_conf.js"></script>
|
|
<!--<editor-fold desc="Scripts">-->
|
|
<script src="https://code.jquery.com/jquery-3.5.0.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
|
|
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
|
|
crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
|
|
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
|
|
crossorigin="anonymous"></script>
|
|
<script>
|
|
$(".grid-item").hover(
|
|
function () {
|
|
$(this).siblings().addClass('blur-me')
|
|
$(this).siblings().removeClass('unblur-me')
|
|
},
|
|
function () {
|
|
$(this).siblings().removeClass('blur-me')
|
|
$(this).siblings().addClass('unblur-me')
|
|
}
|
|
)
|
|
</script>
|
|
<!--</editor-fold>-->
|
|
</body>
|
|
</html>
|