1
This commit is contained in:
Evan Pratten 2020-01-21 16:55:31 -05:00
parent 66065462d4
commit bcbfc8c058
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
5 changed files with 26 additions and 20 deletions

View File

@ -2,6 +2,7 @@
<br><br> <br><br>
<!-- Brython --> <!-- Brython -->
<script src="/assets/js/brython.js"></script> <script src="/assets/js/brython.js"></script>
<script src="/assets/js/brython_stdlib.js"></script> <script src="/assets/js/brython_stdlib.js"></script>

View File

@ -25,7 +25,7 @@
<h1>{{site.title}}</h1> <h1>{{site.title}}</h1>
<hr> <hr>
<div class="tagline"> <div class="tagline">
<br><br> <br><br><br>
<h2>Who am I?</h2> <h2>Who am I?</h2>
<p>{{site.about}}</p> <p>{{site.about}}</p>
@ -49,16 +49,6 @@
Java, and C.<br> Java, and C.<br>
I am working on learning a few new languages, including Ruby at the moment.</p> I am working on learning a few new languages, including Ruby at the moment.</p>
<!-- <br><br>
<h2>Blog</h2>
<p>
I write things ocasionally. If you are interested in my projects and ideas, check out my blog
</p>
<a href="{{site.baseurl}}/blog">
<button type="button" class="btn btn-success">View Page</button>
</a> -->
<br><br> <br><br>
<h2>Projects</h2> <h2>Projects</h2>

View File

@ -18,11 +18,12 @@
<div class="reactive-bg"> <div class="reactive-bg">
<div class="post container"> <div class="post container">
<h1>Blog Posts & Other Stuff</h1> <h1>Posts</h1>
<hr> <hr>
<div class="list-group" id="posts"> <div class="list-group" id="posts">
<a href="#posts" class="feature list-group-item list-group-item-action list-group-item-dark ">Featured <a href="#posts"
class="feature list-group-item list-group-item-action list-group-item-dark ">Featured
Post</a> Post</a>
{% assign i = 0 %} {% assign i = 0 %}

View File

@ -6,7 +6,7 @@ body {
background-color: #343a40; background-color: #343a40;
} }
.foot {}
.site-info { .site-info {
color: rgb(199, 195, 195); color: rgb(199, 195, 195);
@ -18,6 +18,16 @@ body {
background-color: #ebeef1; */ background-color: #ebeef1; */
} }
.invert{
background-color: #343a40;
color: #fff;
font-weight: bolder;
width: max-content;
padding-left: 5;
padding-right: 5;
}
.header { .header {
height: 35vh; height: 35vh;
/* max-width: 1140px; */ /* max-width: 1140px; */
@ -86,6 +96,10 @@ img {
text-align: center; text-align: center;
} }
h1 {
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: 'IBM Plex Mono', monospace; font-family: 'IBM Plex Mono', monospace;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB