diff --git a/_includes/advert.html b/_includes/advert.html deleted file mode 100644 index 297f02a..0000000 --- a/_includes/advert.html +++ /dev/null @@ -1,21 +0,0 @@ -
- -
- -
- - \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 13d009d..4020711 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,39 +1,7 @@ -

- - - - - - - - - - - @@ -77,25 +45,14 @@ - - - - - +{% if page.requires_twitter %} +{% endif %} + +{% if page.requires_graphs %} - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index a0ac778..a864a89 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,17 +5,27 @@ {%seo%} - + - - + + + + + + + - - + + + + + - + \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index c87d4c8..050b88f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,7 +1,8 @@ - \ No newline at end of file diff --git a/_layouts/album.html b/_layouts/album.html deleted file mode 100644 index 77f04e0..0000000 --- a/_layouts/album.html +++ /dev/null @@ -1,71 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
- - {% assign path = page.url | split: "/" %} - {% assign album = path[2] %} - - -

- -
- {% if page.has_art %} - Cover art - {% endif %} - -
-

-

{{page.title}}

- -

{{page.description}}

- -
- - - - -

- -
- {% for track in page.tracks %} - {{track[0]}}
- {% endfor %} -
-

-
-
- - -
- -
- - {% include footer.html %} - - - - - - \ No newline at end of file diff --git a/_layouts/album.html.old b/_layouts/album.html.old deleted file mode 100644 index b42c4ab..0000000 --- a/_layouts/album.html.old +++ /dev/null @@ -1,53 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
- - {% assign path = page.url | split: "/" %} - {% assign album = path[2] %} - -

{{page.title}}

-
- {{page.date}} - -

- -

{{page.description}}

- -
-
-
- Cover art -
-
-
- -

- {% for track in page.tracks %} - -

{{track[1]}}

- - /assets/audio/{{album}}/{{track[2]}} - - {% endfor %} -

- -
-
-
-
- -
-
-
- - {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/apidoc.html b/_layouts/apidoc.html deleted file mode 100644 index 5be21f6..0000000 --- a/_layouts/apidoc.html +++ /dev/null @@ -1,20 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
-
-

page.title

-
-
-
-
- {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/docs.html b/_layouts/docs.html deleted file mode 100644 index 5be4933..0000000 --- a/_layouts/docs.html +++ /dev/null @@ -1,31 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
-
- Documentation - - {% for docpage in site.docs %} - - -
-
{{docpage.title}}
-
-

{{docpage.description}}

-
- - {% endfor %} -
-
-
-
- {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/events.html b/_layouts/events.html deleted file mode 100644 index a82e9aa..0000000 --- a/_layouts/events.html +++ /dev/null @@ -1,49 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
- -
-

{{page.title}}

-

{{page.description}}

-

- -
- -
-
-
- - {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 2734e7b..a561a71 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -8,15 +8,7 @@
-
- - - -
-
-

{{site.title}}

-

Programmer

-
+

I am Evan Pratten

diff --git a/_layouts/music.html b/_layouts/music.html deleted file mode 100644 index aa0c009..0000000 --- a/_layouts/music.html +++ /dev/null @@ -1,51 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
-

My music

-
- - - - Featured - - {% for album in site.music %} - - - -
-
-
{{album.title}} -
- Released: {{album.date}} -

{{album.description}}

-
-
-
- - - {% endfor %} - - -

- -
-
-
More music
-
-
-
-
-
-
- - {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/note.html b/_layouts/note.html deleted file mode 100644 index d37a92a..0000000 --- a/_layouts/note.html +++ /dev/null @@ -1,23 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
-

{{page.title}}

-

- - {{content}} - -
-
- -
- {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/noteindex.html b/_layouts/noteindex.html deleted file mode 100644 index b1c6b19..0000000 --- a/_layouts/noteindex.html +++ /dev/null @@ -1,32 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
-
-

{{page.title}}

-

- - {{content}} - -
    - {%for note in site.notes %} - {%if note.index != true %} -
  • - {{note.title}} -
  • - {%endif%} - {%endfor%} -
- -
-
- -
- {% include footer.html %} - - \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html index 14300cd..c08d596 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,5 +1,6 @@ {% include head.html %} +
@@ -8,17 +9,65 @@
-
-

{{page.title}}

-

+
+ +
+ +
+

{{page.title}}

+

{{page.description}}

+

+ + + + + +
+ {{content}} +
-
- {{content}}
{% include footer.html %} + + \ No newline at end of file diff --git a/_layouts/portfolio.html b/_layouts/portfolio.html deleted file mode 100644 index f02e27b..0000000 --- a/_layouts/portfolio.html +++ /dev/null @@ -1,38 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - -
- -
-

{{page.title}}

-
- -
- -
-

Software

-
-

- -
-

Web

-
-

- -
-

Photography

-
-

- -
- -
- {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 8b0b8fe..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,46 +0,0 @@ -{% include head.html %} - - - - -
- - {% include nav.html %} - -
- -
-

{{page.title}}

-

{{page.description}}

-

- - -
- - - {{content}} -
-
- -
- {% include advert.html %} - {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/posts.html b/_layouts/posts.html deleted file mode 100644 index 8bbdde6..0000000 --- a/_layouts/posts.html +++ /dev/null @@ -1,87 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - - - - - -
-
-

{{page.title}}

-

- -
-
- Featured - Post - - {% assign i = 0 %} - {% for post in site.posts %} - - {% if i == 0 %} - - - -
-
-
{{post.title}} - {% if post.is_short %} - Mini Post - {% endif %} -
-

{{post.description}}

-
-
-
- - - {% else %} - - - -
-
{{post.title}}
- -
-

{{post.description}}

-
- - {% endif %} - {% assign i = i | plus:1 %} - {% endfor %} -
-
-
-
- - {% include footer.html %} - - - \ No newline at end of file diff --git a/_layouts/projects.html b/_layouts/projects.html deleted file mode 100644 index ec2b40f..0000000 --- a/_layouts/projects.html +++ /dev/null @@ -1,78 +0,0 @@ -{% include head.html %} - - - -
- - {% include nav.html %} - - - - - -
-
-

My Projects

-
- - {% assign featured = site.data.projects["featured"] %} -
-
-
- Project image -
-
-
-
{{featured.name}}
-

{{featured.description}}

- - - -
-
-
-
- -

- - - {% for row in site.data.projects["other"]["rows"] %} -
- {% for project in row %} -
- {% if project.image != "" %} - Project image - {% endif %} -
-
{{project.name}}
-

{{project.description}}

- - - -
-
- - {% endfor %} -
-

- {% endfor %} - - -

-
-

This site is still under development. More projects will be listed soon.

-
- -
-
-
- {% include footer.html %} - - - \ No newline at end of file diff --git a/assets/css/color-theme.css b/assets/css/color-theme.css new file mode 100644 index 0000000..80069a7 --- /dev/null +++ b/assets/css/color-theme.css @@ -0,0 +1,14 @@ +:root{ + --color-red: #ff556e; + + --color-purple:#4844a3; + --color-light-purple: #8a8ed8; + --color-dark-purple:#342d71; + + --color-blue:#50b9e8; + --color-dark-blue:#1274bf; + + --color-orange: #ffc07f; + + --color-pink: #e15fbd; +} \ No newline at end of file diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..b16aa6b --- /dev/null +++ b/assets/css/fonts.css @@ -0,0 +1,31 @@ +@font-face { + font-family: "walsheim-bold"; + src: url("../fonts/GT-Walsheim-Bold.woff") +} + +@font-face { + font-family: "walsheim-regular"; + src: url("../fonts/GT-Walsheim-Regular.woff") +} + +@font-face { + font-family: "tiempos-regular"; + src: url("../fonts/TiemposTextWeb-Regular.woff2") +} + +h1{ + line-height: 1.25; + font-size: 3.5rem; +} + +h1, h2{ + font-family: "walsheim-bold", "sans-serif"; +} + +h3, h4, h5, h6 { + font-family: "walsheim-regular", "sans-serif"; +} + +p{ + font-family: "tiempos-regular", "sans-serif"; +} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index ae876a8..266e160 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,9 +1,9 @@ body { margin: 0; padding: 0; - font-family: 'IBM Plex Mono', monospace; - font-family: 'IBM Plex Sans', sans-serif; - background-color: #343a40; + /* font-family: 'IBM Plex Mono', monospace; + font-family: 'IBM Plex Sans', sans-serif; */ + background-color: var(--color-purple); } html { @@ -264,7 +264,7 @@ h1 { } h1, h2, h3, h4, h5, h6 { - font-family: 'IBM Plex Mono', monospace; + /* font-family: 'IBM Plex Mono', monospace; */ } a h5 { @@ -273,7 +273,7 @@ a h5 { .post.container { padding: 20px; - font-family: 'IBM Plex Sans', sans-serif; + /* font-family: 'IBM Plex Sans', sans-serif; */ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 5px; /* transform: translateY(-30px); */ @@ -285,7 +285,7 @@ a h5 { padding-top: 15px; padding-bottom: 15px; padding-left: 20px; - font-family: 'IBM Plex Sans', sans-serif; + /* font-family: 'IBM Plex Sans', sans-serif; */ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 5px; /* transform: translateY(-30px); */ diff --git a/assets/css/navigation.css b/assets/css/navigation.css new file mode 100644 index 0000000..240e185 --- /dev/null +++ b/assets/css/navigation.css @@ -0,0 +1,21 @@ +--- +--- + +.custom-navbar { + {% if header_red %} + background-color: var(--color-red)!important; + {% else %} + background-color: var(--color-purple)!important; + {% endif %} + /* background-color: unset!important; + -webkit-backdrop-filter: blur(10px); + -moz-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); */ + /* box-shadow: 0px 10px 3px var(--color-purple); */ + width: 101%; + overflow: hidden; +} + +.custom-navbar img{ + height: 40px; +} \ No newline at end of file diff --git a/assets/css/page.css b/assets/css/page.css new file mode 100644 index 0000000..e5c802a --- /dev/null +++ b/assets/css/page.css @@ -0,0 +1,17 @@ +--- +--- + +.color-space{ + height:40vh; + + {% if header_red %} + background-color: var(--color-red)!important; + {% else %} + background-color: var(--color-purple)!important; + {% endif %} +} + +.title-container{ + margin-top: 6rem; + +} \ No newline at end of file diff --git a/assets/fonts/GT-Walsheim-Bold.woff b/assets/fonts/GT-Walsheim-Bold.woff new file mode 100644 index 0000000..231d53a Binary files /dev/null and b/assets/fonts/GT-Walsheim-Bold.woff differ diff --git a/assets/fonts/GT-Walsheim-Regular.woff b/assets/fonts/GT-Walsheim-Regular.woff new file mode 100644 index 0000000..6b918f0 Binary files /dev/null and b/assets/fonts/GT-Walsheim-Regular.woff differ diff --git a/assets/fonts/TiemposTextWeb-Regular.woff2 b/assets/fonts/TiemposTextWeb-Regular.woff2 new file mode 100644 index 0000000..ac3f761 Binary files /dev/null and b/assets/fonts/TiemposTextWeb-Regular.woff2 differ diff --git a/assets/images/Signature.png b/assets/images/Signature.png new file mode 100644 index 0000000..b5c670a Binary files /dev/null and b/assets/images/Signature.png differ diff --git a/blog/index.md b/blog/index.md index 3914285..ddc0f48 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,4 +1,60 @@ --- title: Blog Posts -layout: posts ---- \ No newline at end of file +layout: page +--- + +
+ Featured + Post + + {% assign i = 0 %} + {% for post in site.posts %} + + {% if i == 0 %} + + + +
+
+
{{post.title}} + {% if post.is_short %} + Mini Post + {% endif %} +
+

{{post.description}}

+
+
+
+ + + {% else %} + + + +
+
{{post.title}}
+ +
+

{{post.description}}

+
+ + {% endif %} + {% assign i = i | plus:1 %} + {% endfor %} +
\ No newline at end of file diff --git a/events.md b/events.md index 96d76c1..edd4068 100644 --- a/events.md +++ b/events.md @@ -1,5 +1,31 @@ --- title: Events description: Notable events I am attending / have attended -layout: events ---- \ No newline at end of file +layout: page +--- + + \ No newline at end of file