1

New colors

This commit is contained in:
Evan Pratten 2019-06-28 21:47:37 -04:00
parent c2bc01e3d8
commit a817b4272d
14 changed files with 39 additions and 315 deletions

View File

@ -1,60 +1,8 @@
<!-- <section id="two">
<div class="inner">
<header class="major">
<h2>Projects</h2>
</header>
</div>
</section>
<section id="one" class="tiles">
{% for post in site.posts limit:site.tiles-count %}
{% if site.tiles-source == 'posts'%} {% if post.tag == 'projects'%}
<article>
<span class="image">
<img src="{{ post.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>
{% endif %}{% endif %}
{% endfor %}
</section>
<section id="two">
<div class="inner">
<header class="major">
<h2>Robotics</h2>
</header>
</div>
</section>
<section id="one" class="tiles">
{% for post in site.posts limit:site.tiles-count %}
{% if site.tiles-source == 'posts'%} {% if post.tag == 'frc'%}
<article>
<span class="image">
<img src="{{ post.image }}" alt="" />
</span>
<header class="major">
<h3><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>
{% endif %}{% endif %}
{% endfor %}
</section>
<section id="two">
<div class="inner">
<header class="major">
<h2>Other</h2>
</header>
</div>
</section> -->
<section id="one" class="tiles">
{% for post in site.posts limit:site.tiles-count %}
{% if site.tiles-source == 'posts' %}
<article>
<article class="tile">
<span class="image">
<img src="{{ post.image }}" alt="" />
</span>
@ -68,23 +16,6 @@
</section>
<!-- <article>
<section id="one" class="posts">
{% for post in site.posts limit:site.tiles-count %}
{% if site.tiles-source == 'posts' %}
<article>
<header class="">
<h3 class="list-post-title"><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h3>
<p>{{ post.description }}</p>
</header>
</article>
<hr>
{% endif %}
{% endfor %}
</section>
</article> -->
<article>
<section id="two">
<div class="inner">
@ -92,9 +23,12 @@
<h2>Massa libero</h2>
</header>
<p>{{ content }}</p> -->
<ul class="actions">
<!-- <ul class="actions">
<li><a href="all_posts.html" class="button next">View All</a></li>
</ul>
</ul> -->
<br>
<a href="all_posts.html" class="button next" style="left:10%; margin:auto">View All</a>
<br><br>
</div>
</section>
</article>

View File

@ -30,18 +30,18 @@
// Palette.
$palette: (
bg: #242943,
bg-alt: #2a2f4a,
fg: #ffffff,
fg-bold: #ffffff,
bg: #002b36,
bg-alt: #073642,
fg: #eee8d5,
fg-bold: #fdf6e3,
fg-light: rgba(244,244,255,0.2),
border: rgba(212,212,255,0.1),
border-bg: rgba(212,212,255,0.035),
highlight: #9bf1ff,
accent1: #6fc3df,
accent2: #8d82c4,
accent3: #ec8d81,
accent4: #e7b788,
accent5: #8ea9e8,
accent6: #87c5a4
highlight: #2aa198,
accent1: #268bd2,
accent2: #6c71c4,
accent3: #268bd2,
accent4: #6c71c4,
accent5: #268bd2,
accent6: #6c71c4
);

View File

@ -13,7 +13,3 @@
background-color: #ffffff;
color:#111111;
}
#main.h3{
}

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
.highlight .hll { background-color: #404040 }
.highlight { background: #2a2f4a; color: #d0d0d0 }
.highlight .hll { background-color: #073642 }
.highlight { background: #073642; color: #d0d0d0 }
.highlight .c { color: #999999; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .esc { color: #d0d0d0 } /* Escape */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,4 +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://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-28T15:40:17-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, &lt;a href=&quot;https://github.com/frc5024&quot;&gt;@frc5024&lt;/a&gt; programming team lead, and radio enthusiast.</subtitle><entry><title type="html">I had some fun with a router</title><link href="http://localhost:4000/projects/2019/06/27/PWNlink.html" rel="alternate" type="text/html" title="I had some fun with a router" /><published>2019-06-27T13:16:00-04:00</published><updated>2019-06-27T13:16:00-04:00</updated><id>http://localhost:4000/projects/2019/06/27/PWNlink</id><content type="html" xml:base="http://localhost:4000/projects/2019/06/27/PWNlink.html">&lt;p&gt;I was playing around with some D-link routers today and remembered an &lt;a href=&quot;https://www.exploit-db.com/exploits/33520&quot;&gt;ExploitDB Entry&lt;/a&gt; I read a while ago. Many D-link routers have a great feature that allows remote management and configuration queries. Interestingly, this cannot be disabled, and one of the pages contains a cleartext version of the admin password (yay!).&lt;/p&gt;
<?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://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-28T17:53:20-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, &lt;a href=&quot;https://github.com/frc5024&quot;&gt;@frc5024&lt;/a&gt; programming team lead, and radio enthusiast.</subtitle><entry><title type="html">I had some fun with a router</title><link href="http://localhost:4000/projects/2019/06/27/PWNlink.html" rel="alternate" type="text/html" title="I had some fun with a router" /><published>2019-06-27T13:16:00-04:00</published><updated>2019-06-27T13:16:00-04:00</updated><id>http://localhost:4000/projects/2019/06/27/PWNlink</id><content type="html" xml:base="http://localhost:4000/projects/2019/06/27/PWNlink.html">&lt;p&gt;I was playing around with some D-link routers today and remembered an &lt;a href=&quot;https://www.exploit-db.com/exploits/33520&quot;&gt;ExploitDB Entry&lt;/a&gt; I read a while ago. Many D-link routers have a great feature that allows remote management and configuration queries. Interestingly, this cannot be disabled, and one of the pages contains a cleartext version of the admin password (yay!).&lt;/p&gt;
&lt;h2 id=&quot;how-to-get-yourself-an-admin-password&quot;&gt;How to get yourself an admin password&lt;/h2&gt;
&lt;p&gt;On any supported router, make an HTTP request to &lt;code class=&quot;highlighter-rouge&quot;&gt;http://your.router.ip.addr/tools_admin.asp/&lt;/code&gt;. This will return a pretty large XML file containing information about your routers hardware and configuration.&lt;/p&gt;

View File

@ -121,109 +121,11 @@
</div>
</section> -->
<!-- <section id="two">
<div class="inner">
<header class="major">
<h2>Projects</h2>
</header>
</div>
</section>
<section id="one" class="tiles">
<article>
<span class="image">
<img src="" alt="" />
</span>
<header class="major">
<h3><a href="/projects/2019/06/27/PWNlink.html" class="link">I had some fun with a router</a></h3>
<p>cleartext passwords + external management = death wish</p>
</header>
</article>
<article>
<span class="image">
<img src="" alt="" />
</span>
<header class="major">
<h3><a href="/projects/2019/06/26/BashSmash.html" class="link">BashSmash</a></h3>
<p>A tool for driving people crazy</p>
</header>
</article>
<article>
<span class="image">
<img src="" alt="" />
</span>
<header class="major">
<h3><a href="/projects/2019/06/12/Styiling-GitHub.html" class="link">GitHub's CSS is boring. So I refreshed the design</a></h3>
<p></p>
</header>
</article>
</section>
<section id="two">
<div class="inner">
<header class="major">
<h2>Robotics</h2>
</header>
</div>
</section>
<section id="one" class="tiles">
</section>
<section id="two">
<div class="inner">
<header class="major">
<h2>Other</h2>
</header>
</div>
</section> -->
<section id="one" class="tiles">
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -235,7 +137,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -247,7 +149,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -259,7 +161,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -271,7 +173,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -283,7 +185,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -295,7 +197,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -307,7 +209,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -319,7 +221,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -331,7 +233,7 @@
<article>
<article class="tile">
<span class="image">
<img src="" alt="" />
</span>
@ -345,113 +247,6 @@
</section>
<!-- <article>
<section id="one" class="posts">
<article>
<header class="">
<h3 class="list-post-title"><a href="/projects/2019/06/27/PWNlink.html" class="link">I had some fun with a router</a></h3>
<p>cleartext passwords + external management = death wish</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/random/2019/06/27/Python.html" class="link">Hunting snakes with a shotgun</a></h3>
<p>Python is a little too forgiving</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/projects/2019/06/26/BashSmash.html" class="link">BashSmash</a></h3>
<p>A tool for driving people crazy</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/frc/2019/06/24/LanguageHunt2.html" class="link">The language hunt: Part 2</a></h3>
<p>A quick followup</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/ctf/2019/06/23/googlectf.html" class="link">I gave Google's CTF a short try and learned a thing or two</a></h3>
<p>But exams got in the way and took all the fun</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/frc/2019/06/21/Robot-Experiences.html" class="link">What I have learned from 2 years of FRC programming</a></h3>
<p>Robots are pretty cool</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/random/2019/06/18/Blogs-I-Read.html" class="link">Blogs I Read</a></h3>
<p>The constantly updating list</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/music/2019/06/17/AMM2M1-release.html" class="link">I made a new song!</a></h3>
<p>Releasing a new song with friends at school</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/frc/2019/06/16/Graphing-w2a.html" class="link">Graphing the relation between wheels and awards for FRC</a></h3>
<p>AKA. Why programmer + reddit + matplotlib is a bad idea.</p>
</header>
</article>
<hr>
<article>
<header class="">
<h3 class="list-post-title"><a href="/projects/2019/06/12/Styiling-GitHub.html" class="link">GitHub's CSS is boring. So I refreshed the design</a></h3>
<p></p>
</header>
</article>
<hr>
</section>
</article> -->
<article>
<section id="two">
<div class="inner">
@ -460,9 +255,12 @@
</header>
<p>
</p> -->
<ul class="actions">
<!-- <ul class="actions">
<li><a href="all_posts.html" class="button next">View All</a></li>
</ul>
</ul> -->
<br>
<a href="all_posts.html" class="button next" style="left:10%; margin:auto">View All</a>
<br><br>
</div>
</section>
</article>

View File

@ -13,7 +13,3 @@
background-color: #ffffff;
color:#111111;
}
#main.h3{
}

View File

@ -1,5 +1,5 @@
.highlight .hll { background-color: #404040 }
.highlight { background: #2a2f4a; color: #d0d0d0 }
.highlight .hll { background-color: #073642 }
.highlight { background: #073642; color: #d0d0d0 }
.highlight .c { color: #999999; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .esc { color: #d0d0d0 } /* Escape */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 346 KiB

BIN
assets/images/banner.jpg.2 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB