diff --git a/_includes/footer.html b/_includes/footer.html index 0af0ed0..9bb8507 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,13 +2,14 @@

+ @@ -78,7 +79,7 @@ - + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index ef92a81..49d491d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -25,7 +25,7 @@

{{site.title}}


-

+


Who am I?

{{site.about}}

@@ -48,17 +48,7 @@ Since then, I have picked up many other languages, and am currently mainly using Python, Java, and C.
I am working on learning a few new languages, including Ruby at the moment.

- - +

Projects

diff --git a/_layouts/posts.html b/_layouts/posts.html index e993ced..f0cd3a0 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -18,11 +18,12 @@
-

Blog Posts & Other Stuff

+

Posts


- Featured + Featured Post {% assign i = 0 %} @@ -78,7 +79,7 @@
- + {% include footer.html %} diff --git a/assets/css/main.css b/assets/css/main.css index 075f0d2..fbe5b23 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -6,7 +6,7 @@ body { background-color: #343a40; } -.foot {} + .site-info { color: rgb(199, 195, 195); @@ -18,6 +18,16 @@ body { background-color: #ebeef1; */ } +.invert{ + background-color: #343a40; + color: #fff; + font-weight: bolder; + width: max-content; + padding-left: 5; + padding-right: 5; + +} + .header { height: 35vh; /* max-width: 1140px; */ @@ -86,6 +96,10 @@ img { text-align: center; } +h1 { + font-weight: bold; +} + h1, h2, h3, h4, h5, h6 { font-family: 'IBM Plex Mono', monospace; } diff --git a/assets/images/programming.png b/assets/images/programming.png new file mode 100644 index 0000000..6fff984 Binary files /dev/null and b/assets/images/programming.png differ