From 4d73b8c5864942ff88b67425758c18615d0e5843 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 29 Jun 2019 16:42:07 -0400 Subject: [PATCH] Redesign again --- .../_vars.scssc | Bin 9650 -> 10546 bytes _config.yml | 4 + _includes/posts-list.html | 16 + _layouts/allposts.html | 56 +- _layouts/home.html | 57 +- _layouts/post.html | 22 +- _sass/libs/_vars.scss | 33 +- _site/404.html | 42 +- _site/DeepSpace.html | 42 +- _site/all_posts.html | 875 +++--------------- _site/assets/css/custom.css | 5 + _site/assets/css/main.css | 2 +- _site/ctf/2019/06/23/googlectf.html | 42 +- _site/feed.xml | 20 +- _site/frc/2019/04/30/FRC-Languages.html | 42 +- .../05/27/Building-Safe-Vision-Comms.html | 42 +- _site/frc/2019/06/16/Graphing-w2a.html | 42 +- _site/frc/2019/06/21/Robot-Experiences.html | 42 +- _site/frc/2019/06/24/LanguageHunt2.html | 42 +- _site/index.html | 234 +---- _site/music/2019/06/17/AMM2M1-release.html | 42 +- _site/projects/2018/06/27/BecomeRanter.html | 42 +- .../projects/2019/06/12/Styiling-GitHub.html | 42 +- _site/projects/2019/06/26/BashSmash.html | 42 +- _site/projects/2019/06/27/PWNlink.html | 42 +- _site/random/2019/06/18/Blogs-I-Read.html | 42 +- _site/random/2019/06/27/Python.html | 42 +- assets/css/custom.css | 5 + 28 files changed, 642 insertions(+), 1317 deletions(-) create mode 100644 _includes/posts-list.html diff --git a/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc b/.sass-cache/fa2613c83176529da78aaac2676ac27d565fca00/_vars.scssc index 6c1023d99135d763d2db6612c8d0e1da923d0f7a..a6a596d6fcdfa35aa0b7e997ec7abd746e33a475 100644 GIT binary patch delta 1114 zcmaKqy>HV%7{=ukHP|XN&`PMHY2DhWX+;v-XP@ofS_Z_15EBgNkEBLXgNg?PLLL}k zVW5t{wxiq=nczt8-IdYO$2qtfkn=B&l;r5c| zcrbPy@~t_(`+`=bx3nz1pVpz{1|A^KHpc4|Q^98@_%aoEz_)!!Ha4k%Fu{lkMpJi9QR+2he%})>LX^H&VYSzxLP1d)+N|H1Ar5#9F z@dL6feyh5EL95Fbw7Pmh#omPh1r=M1X^Omy6h-cKRXr=^&cJ-|Ih{|Q7v`eR>3sG@ z;UZHSK5mgzUs<4YY5Y2WpX#lQ?Qwbhyvb$xmkKiuvS#9o855_486WLwrFsWSLn@bm JadLF;;2-RE13Ul# delta 423 zcmdlKw8>k~SkGL~m@COR(IVB-%+TD>Aj#M~CD|xBIW;xK!XnY!+$`17G|AH3$k@=> z$Yi3PIwSwaunqi75lovo1S)u?wXIDv8N02`G8r#fn`g3FTX-t*C>xnsB&8Tlo+-Or zst_n&29iF4kTy#;H%vB}94)sTuXZ_kyxJeiFPFz-JDW9U$YeVO@yYuXdgO4s0;Ft` zqWI)G#g55Ol|`9Cm^c4Xp3cZ- + I am a 16 year old programming student. I enjoy learning new concepts, building projects out of random ideas and obscure technologies, and working with new tools. + My projects range from building tools to help me with school work, and robotics, to radios and video production. + # Google analytics analytic_track: UA-74118570-2 diff --git a/_includes/posts-list.html b/_includes/posts-list.html new file mode 100644 index 0000000..0c1f7a6 --- /dev/null +++ b/_includes/posts-list.html @@ -0,0 +1,16 @@ +
+
+ +
    + {% for post in site.posts %} + {% if post.title != 404 %} + +
  • {{ post.title }}

  • + + + {% endif %} + {% endfor %} +
+
+
\ No newline at end of file diff --git a/_layouts/allposts.html b/_layouts/allposts.html index b4981f9..ee79d29 100644 --- a/_layouts/allposts.html +++ b/_layouts/allposts.html @@ -1,45 +1,35 @@ - + + Forty by HTML5 UP + html5up.net | @ajlkn + Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +--> - {% include head.html %} +{% include head.html %} - + + + {% include header.html %} + + + - {% include header.html %} - - -
- - -
-
- {% for post in site.posts %} - {% if post.title != 404 %} - -

{{ post.title }}

- - - - -
- - {% endif %} - {% endfor %} -
-
+
+ + {% include posts-list.html %}
{% include footer.html %} - + - + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 8e1aac1..1b4ee4f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,9 +1,4 @@ - {% include head.html %} @@ -20,9 +15,6 @@

{{ site.description }}

-
@@ -30,37 +22,38 @@
- +
+
+

Blog

+

Here are my three most recent posts

+
- {% include tiles.html %} + + - - +
+ +

+ + {% include footer.html %} diff --git a/_layouts/post.html b/_layouts/post.html index a13d4e2..8c0de46 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,16 +1,23 @@ - {% include head.html %} - {% include header.html %} + {% include header.html %} + + @@ -19,9 +26,6 @@
-
-

{{ page.title }}

-
{% if page.image %}{% endif %}

{{ content }}

diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index 666ab7b..41a5a6a 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -23,7 +23,7 @@ family: ('Source Sans Pro', Helvetica, sans-serif), family-fixed: ('Courier New', monospace), weight: 300, - weight-bold: 600, + weight-bold: 500, letter-spacing: 0.025em, letter-spacing-alt: 0.25em ); @@ -38,10 +38,27 @@ border: rgba(212,212,255,0.1), border-bg: rgba(212,212,255,0.035), highlight: #2aa198, - accent1: #268bd2, - accent2: #6c71c4, - accent3: #268bd2, - accent4: #6c71c4, - accent5: #268bd2, - accent6: #6c71c4 - ); \ No newline at end of file + accent1: #586e75, + accent2: #657b83, + accent3: #839496, + accent4: #93a1a1, + accent5: #657b83, + accent6: #586e75 + ); + + // $palette: ( + // bg: #fdf6e3, + // bg-alt: #073642, + // fg: #073642, + // fg-bold: #002b36, + // fg-light: rgba(244,244,255,0.2), + // border: rgba(212,212,255,0.1), + // border-bg: rgba(212,212,255,0.035), + // highlight: #2aa198, + // accent1: #586e75, + // accent2: #657b83, + // accent3: #839496, + // accent4: #93a1a1, + // accent5: #586e75, + // accent6: #657b83 + // ); \ No newline at end of file diff --git a/_site/404.html b/_site/404.html index 17610e9..0f5d506 100644 --- a/_site/404.html +++ b/_site/404.html @@ -1,9 +1,4 @@ - @@ -22,12 +17,12 @@ - +