Featured projects
This commit is contained in:
parent
c993f8cb9b
commit
1e41b7125c
7
_data/projects.json
Normal file
7
_data/projects.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name":"ThriftyField",
|
||||
"url":"",
|
||||
"pi3d":false
|
||||
}
|
||||
]
|
@ -32,6 +32,23 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
<h3>Featured Projects</h3>
|
||||
<p>My favorite projects</p>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
{% for project in site.data.projects %}
|
||||
<li><h3><a href="{{ project.url | relative_url }}" class="link" >{{ project.name }} {% if project.pi3d %} [PI3D] {% endif %}</a></h3></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
|
@ -96,13 +96,6 @@
|
||||
<ul>
|
||||
|
||||
|
||||
<!-- <header class="major"> -->
|
||||
<li><h3><a href="/random/2019/07/08/TikTok.html" class="link" title="2019-07-08 17:26:00 -0400">Experimenting with video content</a></h3></li>
|
||||
<!-- </header> -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- <header class="major"> -->
|
||||
<li><h3><a href="/frc/2019/07/06/ScrapingFRCGithub.html" class="link" title="2019-07-06 11:08:00 -0400">Scraping FRC team's GitHub accounts to gather large amounts of data</a></h3></li>
|
||||
<!-- </header> -->
|
||||
|
@ -1,8 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-07-08T21:33:54-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">Experimenting with video content</title><link href="http://0.0.0.0:4000/random/2019/07/08/TikTok.html" rel="alternate" type="text/html" title="Experimenting with video content" /><published>2019-07-08T17:26:00-04:00</published><updated>2019-07-08T17:26:00-04:00</updated><id>http://0.0.0.0:4000/random/2019/07/08/TikTok</id><content type="html" xml:base="http://0.0.0.0:4000/random/2019/07/08/TikTok.html"><p>Here is a quick post. Now that it is summer and I have more free time than I should, Im going to be experimenting with posting videos of my projects on TikTok. These are things that are too short to post on youtube, and too random to post on twitter.</p>
|
||||
|
||||
<p>If Byte actually got released when it was supposed to, I would be using it instead.</p>
|
||||
|
||||
<p>Feel free to check out my account, <a href="https://www.tiktok.com/@evanpratten">@evanpratten</a></p></content><author><name></name></author><summary type="html">Here is a quick post. Now that it is summer and I have more free time than I should, Im going to be experimenting with posting videos of my projects on TikTok. These are things that are too short to post on youtube, and too random to post on twitter.</summary></entry><entry><title type="html">Scraping FRC team’s GitHub accounts to gather large amounts of data</title><link href="http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub.html" rel="alternate" type="text/html" title="Scraping FRC team's GitHub accounts to gather large amounts of data" /><published>2019-07-06T11:08:00-04:00</published><updated>2019-07-06T11:08:00-04:00</updated><id>http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub</id><content type="html" xml:base="http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub.html"><p>I was curious about the most used languages for FRC, so I build a Python script to find out what they where.</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-07-09T10:15:10-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">Scraping FRC team’s GitHub accounts to gather large amounts of data</title><link href="http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub.html" rel="alternate" type="text/html" title="Scraping FRC team's GitHub accounts to gather large amounts of data" /><published>2019-07-06T11:08:00-04:00</published><updated>2019-07-06T11:08:00-04:00</updated><id>http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub</id><content type="html" xml:base="http://0.0.0.0:4000/frc/2019/07/06/ScrapingFRCGithub.html"><p>I was curious about the most used languages for FRC, so I build a Python script to find out what they where.</p>
|
||||
|
||||
<h2 id="some-basic-data">Some basic data</h2>
|
||||
<p>Before we get to the heavy work done by my script, let’s start with some general data.</p>
|
||||
@ -471,4 +467,15 @@ https://daniellockyer.com/feed.xml
|
||||
http://www.windytan.com/rss.xml
|
||||
http://psy-lob-saw.blogspot.com/rss.xml
|
||||
https://retrylife.ca/feed.xml
|
||||
</code></pre></div></div></content><author><name></name></author><summary type="html">This is a copy-pastable list of rss feeds I subscribe to:</summary></entry></feed>
|
||||
</code></pre></div></div></content><author><name></name></author><summary type="html">This is a copy-pastable list of rss feeds I subscribe to:</summary></entry><entry><title type="html">I made a new song!</title><link href="http://0.0.0.0:4000/music/2019/06/17/AMM2M1-release.html" rel="alternate" type="text/html" title="I made a new song!" /><published>2019-06-17T06:20:00-04:00</published><updated>2019-06-17T06:20:00-04:00</updated><id>http://0.0.0.0:4000/music/2019/06/17/AMM2M1-release</id><content type="html" xml:base="http://0.0.0.0:4000/music/2019/06/17/AMM2M1-release.html"><p>I am currently taking a class in school called <a href="https://www.facebook.com/studio225beal/">Music and computers (AMM2M)</a>, where as part of the class, whe get together into bands, and produce a song. After taking a break from music production for over a year, we have released our song for the class (we do two songs, but the second is not finished yet).</p>
|
||||
|
||||
<h2 id="my-contribution">My contribution</h2>
|
||||
<p>My main contribution to the project was a mix of live drumming, and most of the song’s MIDI work. The song is far from perfect, but pretty good for the time we had to produce it.</p>
|
||||
|
||||
<h2 id="just-give-me-the-song">Just give me the song!</h2>
|
||||
<p>Ok. Ok. Here is the song:</p>
|
||||
|
||||
<audio controls="">
|
||||
<source src="/assets/audio/SpamPhoneCalls.mp3" type="audio/mpeg" />
|
||||
Your browser does not support audio players
|
||||
</audio></content><author><name></name></author><summary type="html">I am currently taking a class in school called Music and computers (AMM2M), where as part of the class, whe get together into bands, and produce a song. After taking a break from music production for over a year, we have released our song for the class (we do two songs, but the second is not finished yet).</summary></entry></feed>
|
@ -97,6 +97,23 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
<h3>Featured Projects</h3>
|
||||
<p>My favorite projects</p>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><h3><a href="" class="link" >ThriftyField </a></h3></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
@ -106,12 +123,12 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li><h3><a href="/random/2019/07/08/TikTok.html" class="link" title="2019-07-08 17:26:00 -0400">Experimenting with video content</a></h3></li>
|
||||
|
||||
<li><h3><a href="/frc/2019/07/06/ScrapingFRCGithub.html" class="link" title="2019-07-06 11:08:00 -0400">Scraping FRC team's GitHub accounts to gather large amounts of data</a></h3></li>
|
||||
|
||||
<li><h3><a href="/projects/2019/07/01/devDNS.html" class="link" title="2019-07-01 18:13:00 -0400">devDNS</a></h3></li>
|
||||
|
||||
<li><h3><a href="/projects/2019/06/27/PWNlink.html" class="link" title="2019-06-27 13:16:00 -0400">I had some fun with a router</a></h3></li>
|
||||
|
||||
</ul>
|
||||
<a href="all_posts.html" class="button next">View All</a>
|
||||
|
||||
|
@ -1,154 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Evan Pratten</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
<!-- Syntax highlight -->
|
||||
<link rel="stylesheet" href="/assets/css/vs.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header" >
|
||||
<a href="http://0.0.0.0:4000//" class="logo"><strong>Evan Pratten</strong> <span>retrylife</span></a>
|
||||
<nav>
|
||||
<!-- <a href="#menu">Menu</a> -->
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- Menu -->
|
||||
<!-- <nav id="menu">
|
||||
<ul class="links">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="http://0.0.0.0:4000//">Home</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="http://0.0.0.0:4000/all_posts.html">All posts</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
<ul class="actions vertical">
|
||||
<li><a href="#" class="button special fit">Get Started</a></li>
|
||||
<li><a href="#" class="button fit">Log In</a></li>
|
||||
</ul>
|
||||
</nav> -->
|
||||
|
||||
<section id="banner" class="major" style="height:40vh">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
<h1>Experimenting with video content</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<p >I am "That nerd on social media" </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main" class="alt">
|
||||
|
||||
<!-- One -->
|
||||
<section id="one">
|
||||
<div class="inner">
|
||||
|
||||
<p><p>Here is a quick post. Now that it is summer and I have more free time than I should, Im going to be experimenting with posting videos of my projects on TikTok. These are things that are too short to post on youtube, and too random to post on twitter.</p>
|
||||
|
||||
<p>If Byte actually got released when it was supposed to, I would be using it instead.</p>
|
||||
|
||||
<p>Feel free to check out my account, <a href="https://www.tiktok.com/@evanpratten">@evanpratten</a></p>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<div class="inner">
|
||||
<ul class="icons">
|
||||
|
||||
<li><a href="https://twitter.com/ewpratten" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
|
||||
|
||||
<li><a href="https://gitlab.com/u/ewpratten" class="icon alt fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
|
||||
|
||||
<li><a href="https://github.com/ewpratten" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
|
||||
|
||||
|
||||
<li><a href="/feed.xml" class="icon alt fa-rss" target="_blank"><span class="label">RSS</span></a></li>
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© Evan Pratten retrylife</li>
|
||||
<li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="http://0.0.0.0:4000/assets/js/jquery.min.js"></script>
|
||||
<script src="http://0.0.0.0:4000/assets/js/jquery.scrolly.min.js"></script>
|
||||
<script src="http://0.0.0.0:4000/assets/js/jquery.scrollex.min.js"></script>
|
||||
<script src="http://0.0.0.0:4000/assets/js/skel.min.js"></script>
|
||||
<script src="http://0.0.0.0:4000/assets/js/util.js"></script>
|
||||
<!--[if lte IE 8]><script src="http://0.0.0.0:4000/assets/js/ie/respond.min.js"></script><![endif]-->
|
||||
<script src="http://0.0.0.0:4000/assets/js/main.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-74118570-2');
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user