diff --git a/_config.yml b/_config.yml index 201445b..1b61fe3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings -title: Cr0wn -description: "The UK's Top CTF Team" +title: the cr0wn +description: "The UK’s Top Competitive Cyber Security Team" url: 'https://cr0wn.uk' baseurl: '' # google_analytics: 'UA-XXXXXX-X' @@ -9,6 +9,7 @@ baseurl: '' author: name: 'The Cr0wn' email: contact@cr0wn.uk + twitter_username: cr0wn github_username: cr0wnctf defaults: diff --git a/_includes/footer.html b/_includes/footer.html index b8ce483..1dd877c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,8 @@ diff --git a/_includes/header.html b/_includes/header.html index 3b20ade..884b0d4 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,24 +3,22 @@ -
+
- My Profile Photo +

{{ site.title }}

-

{{ site.description }}

-
diff --git a/_layouts/post.html b/_layouts/post.html index d6d58c7..0fc358e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,9 +4,15 @@

{{ page.title }}

diff --git a/_posts/2018-11-29-seccon_ghostkingdom.markdown b/_posts/2018-11-29-seccon_ghostkingdom.markdown index 0f08b1b..e0e9ad6 100644 --- a/_posts/2018-11-29-seccon_ghostkingdom.markdown +++ b/_posts/2018-11-29-seccon_ghostkingdom.markdown @@ -1,10 +1,10 @@ --- -title: "SECCON Ghostkingdom Writeup" +title: "SECCON 2018: Ghostkingdom (web)" date: 2018-11-29 categories: [writeup] tags: [writeups, web] +authors: ["0x6e6576657220676f6e6e61", p4wn, $udo] --- -**Solved by: 0x6e6576657220676f6e6e61, p4wn, $ud0** This is a writeup of the Ghostkingdom web challenge from SECCON 2018 Online CTF. diff --git a/_posts/2019-02-01-vincctf.markdown b/_posts/2019-02-01-vincctf.markdown index af3cd18..9877f9f 100644 --- a/_posts/2019-02-01-vincctf.markdown +++ b/_posts/2019-02-01-vincctf.markdown @@ -1,10 +1,10 @@ --- -title: "VincCTF Writeup" +title: "VincCTF 2018" date: 2019-02-01 categories: [writeup] tags: [writeups, crypto] +authors: [hyperreality] --- -*Author: hyperreality* This was a very enjoyable cryptography-only CTF. It explored common implementation errors in modern cryptosystems, with a focus on elliptic curve signatures, broken combination ciphers, and cryptocurrencies. diff --git a/_posts/2019-04-18-plaid-triggered.markdown b/_posts/2019-04-18-plaid-triggered.markdown index e2f557c..b5699d1 100644 --- a/_posts/2019-04-18-plaid-triggered.markdown +++ b/_posts/2019-04-18-plaid-triggered.markdown @@ -1,5 +1,5 @@ --- -title: "PlaidCTF 2019 - Triggered" +title: "PlaidCTF 2019: Triggered (web)" date: 2019-04-18 categories: [writeup] tags: [writeups, web] diff --git a/_posts/2019-04-18-wpictf-breakingin.markdown b/_posts/2019-04-18-wpictf-breakingin.markdown index 3cb0a07..b7dbd97 100644 --- a/_posts/2019-04-18-wpictf-breakingin.markdown +++ b/_posts/2019-04-18-wpictf-breakingin.markdown @@ -1,5 +1,5 @@ --- -title: "WPICTF 2019 - breakingin - pwn 500" +title: "WPICTF 2019: breakingin (pwn)" date: 2019-04-18 categories: [writeup] tags: [writeups, pwn] diff --git a/_posts/2019-05-14-defcon-babyheap.markdown b/_posts/2019-05-14-defcon-babyheap.markdown index 1ef4b50..c2060bf 100644 --- a/_posts/2019-05-14-defcon-babyheap.markdown +++ b/_posts/2019-05-14-defcon-babyheap.markdown @@ -1,12 +1,11 @@ --- -title: "DEF CON CTF Quals 2019 - babyheap (pwn)" +title: "DEF CON CTF 2019 Quals: babyheap (pwn, 88 solves)" date: 2019-05-14 categories: [writeup] tags: [writeups, pwn] +authors: [brnby] --- -*Author: brnby* - This weekend I competed in the DEF CON qualifiers with my CTF team **the cr0wn**. We also joined forces with #2 ranking UK team **EmpireCTF**, playing under the name **EmpireCr0wn**. I solved the *babyheap* challenge, which had a total of 88 solves and was worth 112 points. ## babyheap overview diff --git a/_posts/2019-06-23-google-jit.markdown b/_posts/2019-06-23-google-jit.markdown index 6057780..6723b9b 100644 --- a/_posts/2019-06-23-google-jit.markdown +++ b/_posts/2019-06-23-google-jit.markdown @@ -1,12 +1,11 @@ --- -title: "Google CTF 2019 - JIT (pwn)" +title: "Google CTF 2019 Quals: JIT (pwn)" date: 2019-05-14 categories: [writeup] tags: [writeups, pwn] +authors: [brnby] --- -*Author: brnby* - > We read on the internet that Java is slow so we came up with the solution to speed up some computations! The challenge takes text-based input and translates it at runtime into native x86 instructions before executing them. The input looks like this: diff --git a/_posts/2019-06-24-writeup-gctf19quals-sandstone.markdown b/_posts/2019-06-24-writeup-gctf19quals-sandstone.markdown index a207d87..0196722 100644 --- a/_posts/2019-06-24-writeup-gctf19quals-sandstone.markdown +++ b/_posts/2019-06-24-writeup-gctf19quals-sandstone.markdown @@ -1,13 +1,12 @@ --- layout: post -title: "Google CTF 2019 (Quals): Sandstone (Sandbox, 383 pts, 8 solves)" +title: "Google CTF 2019 Quals: Sandstone (sandbox, 8 solves)" date: 2019-06-24 16:00:00 +0100 categories: [writeup] tags: [writeups, pwn, rust, seccomp, sandbox] +authors: [Vtec234] --- -*Author: Vtec234* - At 00:58 local time, two minutes before the end of the qualifiers for Google CTF 2019, drenched in sweat and shaking, I launched my exploit. Time: T-90s \| Remote is compiling my code, sloooowllllly. diff --git a/_posts/2019-08-25-chaos-communication-camp-2019.markdown b/_posts/2019-08-25-chaos-communication-camp-2019.markdown index bf2bf3c..35184a2 100644 --- a/_posts/2019-08-25-chaos-communication-camp-2019.markdown +++ b/_posts/2019-08-25-chaos-communication-camp-2019.markdown @@ -3,8 +3,8 @@ title: "Chaos Communication Camp 2019" date: 2019-08-25 categories: [writeup] tags: [writeups, crypto] +authors: [hyperreality] --- -*Author: hyperreality* ## Prejudiced Randomness 1 diff --git a/_sass/monokai.scss b/_sass/monokai.scss index 1987e2b..8581ff9 100644 --- a/_sass/monokai.scss +++ b/_sass/monokai.scss @@ -1,6 +1,6 @@ pre.highlight, -.highlight pre { background-color: #272822; } -.highlight .hll { background-color: #272822; } +.highlight pre { background-color: #292929; } +.highlight .hll { background-color: #292929; } .highlight .c { color: #75715e } /* Comment */ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .k { color: #66d9ef } /* Keyword */ diff --git a/_sass/uno.scss b/_sass/uno.scss index fa113e5..918f866 100644 --- a/_sass/uno.scss +++ b/_sass/uno.scss @@ -1,4 +1,4 @@ -@import 'https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)'; +@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap'); /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) @@ -925,21 +925,21 @@ html { max-height: 100%; } body { - font-family: "Raleway", sans-serif; + font-family: "Nunito Sans", sans-serif; font-size: 1em; color: #666666; } ::selection { - background: #fae3df; } + background: #f7f7f7; } ::-moz-selection { - background: #fae3df; } + background: #f7f7f7; } a { text-decoration: none; - color: #e25440; } + color: #2a9dd4; } a:hover { - color: #b9301c; + color: #5bcaff; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; @@ -953,7 +953,7 @@ h5, h5 { margin-top: .8em; margin-bottom: .4em; - font-family: "Roboto Slab", serif; + font-family: "Nunito Sans", serif; font-weight: lighter; color: #333333; -webkit-font-smoothing: antialiased; } @@ -961,8 +961,7 @@ h5 { h1 { margin-top: 0; font-size: 3.2em; - line-height: 1.2em; - letter-spacing: .05em; } + line-height: 1.2em; } h2 { font-size: 2.2em; } @@ -991,14 +990,13 @@ em { blockquote { margin: 1em 0; - padding: 2em 0; + padding: 1.5em 1.5em; background: #f8f8f8; - border: 1px solid #eeeeee; - border-radius: 3px; - font-family: "Roboto Slab", serif; + border-radius: 10px; + font-family: "Nunito Sans", serif; font-weight: lighter; font-style: italic; - font-size: 1.3em; + font-size: 1em; text-align: center; } blockquote p:last-child { margin-bottom: 0; } @@ -1020,7 +1018,6 @@ ul { code { padding: .1em .4em; background: #e8f2fb; - border: 1px solid #c9e1f6; border-radius: 3px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .85em; } @@ -1030,7 +1027,7 @@ pre { /* padding: 1em 2.5%; background: #e8f2fb; border: 1px solid #c9e1f6; */ - border-radius: 3px; + border-radius: 10px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .9em; font-weight: normal; @@ -1055,15 +1052,16 @@ pre { .time a:hover, .author a:hover, .tags a:hover { - color: #b9301c; } + color: #5bcaff; } .excerpt { margin: 0; + margin-bottom: -9px; font-size: .9em; color: #999999; } .intro { - font-family: "Roboto Slab", serif; + font-family: "Nunito Sans", serif; font-size: 1.2em; font-weight: lighter; color: #999999; } @@ -1099,7 +1097,6 @@ pre { .content-wrapper { z-index: 800; width: 60%; - max-width: 900px; margin-left: 40%; } .content-wrapper__inner { @@ -1107,20 +1104,21 @@ pre { padding: 50px 0; } .footer { + text-align: center; display: block; - padding: 2em 0 0 0; - border-top: 2px solid #dddddd; + background-image: linear-gradient(to right, #fff, #f9f9f9, #f9f9f9, #f9f9f9, white); font-size: .7em; - color: #b3b3b3; } + text-transform: lowercase; + color: #84848494; } .footer__copyright { - display: block; - margin-bottom: .7em; } + padding: 1.5em; + display: block; } .footer__copyright a { color: #a6a6a6; text-decoration: underline; } .footer__copyright a:hover { - color: #b9301c; } + color: #5bcaff; } .avatar, .logo { @@ -1148,7 +1146,7 @@ hr { color: #c7c7c7; } .post-meta__date { - margin-right: .5em; } + margin-right: 0; } .post-meta__tags { margin-left: .4em; } @@ -1167,7 +1165,7 @@ hr { .post img { max-width: 100%; margin: 0 auto; - border-radius: 3px; + border-radius: 10px; text-align: center; } .post pre { width: 95%; } @@ -1190,19 +1188,25 @@ hr { vertical-align: middle; } .panel-title { - margin: 0 0 5px 0; + margin: 0 0 0 0; font-size: 2.5em; - letter-spacing: 4px; + font-weight: bold; + text-shadow: 0px 3px 0px #0000001f; + letter-spacing: 1px; color: #FFF; } .panel-subtitle { - font-family: "Roboto Slab", serif; + font-family: "Nunito Sans", serif; font-size: 1.2em; font-weight: lighter; letter-spacing: 3px; color: #cccccc; -webkit-font-smoothing: antialiased; } +.crown-logo { + width: 20%; + padding-bottom: 0px; +} .panel-cover { display: block; position: fixed; @@ -1210,7 +1214,7 @@ hr { width: 100%; max-width: none; height: 100%; - background: url(../images/background-cover.jpg) top left no-repeat #666666; + background: url(../images/cover.jpg) bottom left no-repeat #666666; background-size: cover; } .panel-cover--collapsed { @@ -1225,9 +1229,7 @@ hr { right: 0; bottom: 0; left: 0; - background-color: rgba(68, 68, 68, 0.6); - background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)); - background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)); } + } .panel-cover__logo { margin-bottom: .2em; } @@ -1273,7 +1275,7 @@ hr { font-weight: 100; text-align: center; color: #FFF; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } + text-shadow: 0 2px 0px rgba(0, 0, 0, 0.18); } .panel-inverted a { color: #FFF; } @@ -1308,7 +1310,7 @@ hr { .btn, .navigation__item a { padding: 10px 20px; - border: 1px solid #e25440; + border: 2px solid #e25440; border-radius: 20px; font-size: .9em; font-weight: bold; @@ -1317,8 +1319,8 @@ hr { color: #e25440; -webkit-font-smoothing: antialiased; } .btn:hover, .navigation__item a:hover { - color: #b9301c; - border-color: #b9301c; } + color: #5bcaff; + border-color: #5bcaff; } .btn-secondary { border-color: #5ba4e5; @@ -1443,7 +1445,7 @@ i { .post-list__post-title a { color: #333333; } .post-list__post-title a:hover { - color: #b9301c; } + color: #5bcaff; } .post-list__meta { display: block; @@ -1452,16 +1454,15 @@ i { color: #c7c7c7; } .post-list__meta--date { - margin-right: .5em; color: #c7c7c7; } .post-list__meta--tags { margin-left: .5em; } .post-list__divider { - width: 30%; - margin: 2.2em 0 2.1em 0; - border-top: 1px solid #dddddd; } + width: 100%; + margin: 1.8em 0 1.1em 0; + border-top: 1px solid #dddddd4f; } *:focus { outline: none; } diff --git a/css/main.scss b/css/main.scss index a7770d4..7af09f2 100644 --- a/css/main.scss +++ b/css/main.scss @@ -8,7 +8,7 @@ pre.highlight, .highlight pre { - padding: 10px; + padding: 20px; } pre.highlight code, @@ -46,10 +46,6 @@ pre.highlight code, padding: 0 5px; } -.footer__copyright { - margin: 0 20px 10px; -} - .user-image { margin-bottom: 1.2em; position: relative; diff --git a/images/cover.jpg b/images/cover.jpg index 71b3f8b..0d868bd 100644 Binary files a/images/cover.jpg and b/images/cover.jpg differ diff --git a/images/favicons/android-chrome-144x144.png b/images/favicons/android-chrome-144x144.png deleted file mode 100644 index b6b729d..0000000 Binary files a/images/favicons/android-chrome-144x144.png and /dev/null differ diff --git a/images/favicons/android-chrome-192x192.png b/images/favicons/android-chrome-192x192.png deleted file mode 100644 index fbe3265..0000000 Binary files a/images/favicons/android-chrome-192x192.png and /dev/null differ diff --git a/images/favicons/android-chrome-36x36.png b/images/favicons/android-chrome-36x36.png deleted file mode 100644 index 6d8a536..0000000 Binary files a/images/favicons/android-chrome-36x36.png and /dev/null differ diff --git a/images/favicons/android-chrome-48x48.png b/images/favicons/android-chrome-48x48.png deleted file mode 100644 index e17fd5f..0000000 Binary files a/images/favicons/android-chrome-48x48.png and /dev/null differ diff --git a/images/favicons/android-chrome-72x72.png b/images/favicons/android-chrome-72x72.png deleted file mode 100644 index b6f21f0..0000000 Binary files a/images/favicons/android-chrome-72x72.png and /dev/null differ diff --git a/images/favicons/android-chrome-96x96.png b/images/favicons/android-chrome-96x96.png deleted file mode 100644 index a700bf0..0000000 Binary files a/images/favicons/android-chrome-96x96.png and /dev/null differ diff --git a/images/favicons/android-icon-144x144.png b/images/favicons/android-icon-144x144.png new file mode 100644 index 0000000..6c3dd16 Binary files /dev/null and b/images/favicons/android-icon-144x144.png differ diff --git a/images/favicons/android-icon-192x192.png b/images/favicons/android-icon-192x192.png new file mode 100644 index 0000000..9b812f5 Binary files /dev/null and b/images/favicons/android-icon-192x192.png differ diff --git a/images/favicons/android-icon-36x36.png b/images/favicons/android-icon-36x36.png new file mode 100644 index 0000000..3bdf5c4 Binary files /dev/null and b/images/favicons/android-icon-36x36.png differ diff --git a/images/favicons/android-icon-48x48.png b/images/favicons/android-icon-48x48.png new file mode 100644 index 0000000..3c0ff0a Binary files /dev/null and b/images/favicons/android-icon-48x48.png differ diff --git a/images/favicons/android-icon-72x72.png b/images/favicons/android-icon-72x72.png new file mode 100644 index 0000000..e04e6a4 Binary files /dev/null and b/images/favicons/android-icon-72x72.png differ diff --git a/images/favicons/android-icon-96x96.png b/images/favicons/android-icon-96x96.png new file mode 100644 index 0000000..98fb693 Binary files /dev/null and b/images/favicons/android-icon-96x96.png differ diff --git a/images/favicons/apple-icon-114x114.png b/images/favicons/apple-icon-114x114.png new file mode 100644 index 0000000..150bc42 Binary files /dev/null and b/images/favicons/apple-icon-114x114.png differ diff --git a/images/favicons/apple-icon-120x120.png b/images/favicons/apple-icon-120x120.png new file mode 100644 index 0000000..d023700 Binary files /dev/null and b/images/favicons/apple-icon-120x120.png differ diff --git a/images/favicons/apple-icon-144x144.png b/images/favicons/apple-icon-144x144.png new file mode 100644 index 0000000..6c3dd16 Binary files /dev/null and b/images/favicons/apple-icon-144x144.png differ diff --git a/images/favicons/apple-icon-152x152.png b/images/favicons/apple-icon-152x152.png new file mode 100644 index 0000000..5059e47 Binary files /dev/null and b/images/favicons/apple-icon-152x152.png differ diff --git a/images/favicons/apple-icon-180x180.png b/images/favicons/apple-icon-180x180.png new file mode 100644 index 0000000..6b967f8 Binary files /dev/null and b/images/favicons/apple-icon-180x180.png differ diff --git a/images/favicons/apple-icon-57x57.png b/images/favicons/apple-icon-57x57.png new file mode 100644 index 0000000..99a4fac Binary files /dev/null and b/images/favicons/apple-icon-57x57.png differ diff --git a/images/favicons/apple-icon-60x60.png b/images/favicons/apple-icon-60x60.png new file mode 100644 index 0000000..9c3defd Binary files /dev/null and b/images/favicons/apple-icon-60x60.png differ diff --git a/images/favicons/apple-icon-72x72.png b/images/favicons/apple-icon-72x72.png new file mode 100644 index 0000000..e04e6a4 Binary files /dev/null and b/images/favicons/apple-icon-72x72.png differ diff --git a/images/favicons/apple-icon-76x76.png b/images/favicons/apple-icon-76x76.png new file mode 100644 index 0000000..d3822ec Binary files /dev/null and b/images/favicons/apple-icon-76x76.png differ diff --git a/images/favicons/apple-icon-precomposed.png b/images/favicons/apple-icon-precomposed.png new file mode 100644 index 0000000..1f12023 Binary files /dev/null and b/images/favicons/apple-icon-precomposed.png differ diff --git a/images/favicons/apple-icon.png b/images/favicons/apple-icon.png new file mode 100644 index 0000000..1f12023 Binary files /dev/null and b/images/favicons/apple-icon.png differ diff --git a/images/favicons/apple-touch-icon-114x114.png b/images/favicons/apple-touch-icon-114x114.png deleted file mode 100644 index 091c40e..0000000 Binary files a/images/favicons/apple-touch-icon-114x114.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-120x120.png b/images/favicons/apple-touch-icon-120x120.png deleted file mode 100644 index 666ffb6..0000000 Binary files a/images/favicons/apple-touch-icon-120x120.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-144x144.png b/images/favicons/apple-touch-icon-144x144.png deleted file mode 100644 index 9d6a8ef..0000000 Binary files a/images/favicons/apple-touch-icon-144x144.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-152x152.png b/images/favicons/apple-touch-icon-152x152.png deleted file mode 100644 index 4da1b2b..0000000 Binary files a/images/favicons/apple-touch-icon-152x152.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-180x180.png b/images/favicons/apple-touch-icon-180x180.png deleted file mode 100644 index 4d26c5c..0000000 Binary files a/images/favicons/apple-touch-icon-180x180.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-57x57.png b/images/favicons/apple-touch-icon-57x57.png deleted file mode 100644 index 099fc0c..0000000 Binary files a/images/favicons/apple-touch-icon-57x57.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-60x60.png b/images/favicons/apple-touch-icon-60x60.png deleted file mode 100644 index 90f2c4a..0000000 Binary files a/images/favicons/apple-touch-icon-60x60.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-72x72.png b/images/favicons/apple-touch-icon-72x72.png deleted file mode 100644 index b42ab42..0000000 Binary files a/images/favicons/apple-touch-icon-72x72.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-76x76.png b/images/favicons/apple-touch-icon-76x76.png deleted file mode 100644 index bbc870b..0000000 Binary files a/images/favicons/apple-touch-icon-76x76.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon-precomposed.png b/images/favicons/apple-touch-icon-precomposed.png deleted file mode 100644 index 6375cac..0000000 Binary files a/images/favicons/apple-touch-icon-precomposed.png and /dev/null differ diff --git a/images/favicons/apple-touch-icon.png b/images/favicons/apple-touch-icon.png deleted file mode 100644 index 4d26c5c..0000000 Binary files a/images/favicons/apple-touch-icon.png and /dev/null differ diff --git a/images/favicons/browserconfig.xml b/images/favicons/browserconfig.xml index 0d706eb..018903b 100644 --- a/images/favicons/browserconfig.xml +++ b/images/favicons/browserconfig.xml @@ -1,12 +1,11 @@ - - - - - - - - - #00aba9 - - - + + + + + + + + #ffffff + + + \ No newline at end of file diff --git a/images/favicons/favicon-16x16.png b/images/favicons/favicon-16x16.png index ac195f9..b1e6450 100644 Binary files a/images/favicons/favicon-16x16.png and b/images/favicons/favicon-16x16.png differ diff --git a/images/favicons/favicon-32x32.png b/images/favicons/favicon-32x32.png index 6baddbb..ff12e10 100644 Binary files a/images/favicons/favicon-32x32.png and b/images/favicons/favicon-32x32.png differ diff --git a/images/favicons/favicon-96x96.png b/images/favicons/favicon-96x96.png index b098a09..98fb693 100644 Binary files a/images/favicons/favicon-96x96.png and b/images/favicons/favicon-96x96.png differ diff --git a/images/favicons/favicon.ico b/images/favicons/favicon.ico index 98ee7c8..9fadd0e 100644 Binary files a/images/favicons/favicon.ico and b/images/favicons/favicon.ico differ diff --git a/images/favicons/manifest.json b/images/favicons/manifest.json index c8baf8d..63d52cb 100644 --- a/images/favicons/manifest.json +++ b/images/favicons/manifest.json @@ -1,41 +1,41 @@ { - "name": "Jekyll-Uno", - "icons": [ - { - "src": "\/images\/favicons\/android-chrome-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": 0.75 - }, - { - "src": "\/images\/favicons\/android-chrome-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": 1 - }, - { - "src": "\/images\/favicons\/android-chrome-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": 1.5 - }, - { - "src": "\/images\/favicons\/android-chrome-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": 2 - }, - { - "src": "\/images\/favicons\/android-chrome-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": 3 - }, - { - "src": "\/images\/favicons\/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": 4 - } - ] -} + "name": "cr0wn favicon", + "icons": [ + { + "src": "\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} \ No newline at end of file diff --git a/images/favicons/ms-icon-144x144.png b/images/favicons/ms-icon-144x144.png new file mode 100644 index 0000000..6c3dd16 Binary files /dev/null and b/images/favicons/ms-icon-144x144.png differ diff --git a/images/favicons/ms-icon-150x150.png b/images/favicons/ms-icon-150x150.png new file mode 100644 index 0000000..64f4b6d Binary files /dev/null and b/images/favicons/ms-icon-150x150.png differ diff --git a/images/favicons/ms-icon-310x310.png b/images/favicons/ms-icon-310x310.png new file mode 100644 index 0000000..bfc27cc Binary files /dev/null and b/images/favicons/ms-icon-310x310.png differ diff --git a/images/favicons/ms-icon-70x70.png b/images/favicons/ms-icon-70x70.png new file mode 100644 index 0000000..2b7ad21 Binary files /dev/null and b/images/favicons/ms-icon-70x70.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..5f591ec Binary files /dev/null and b/images/logo.png differ diff --git a/index.html b/index.html index ceacd75..bb63fdd 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,14 @@

{{ post.title }}

{{ post.excerpt | strip_html }}…

- + {% if post.tags.size > 0 %} - • + {% endif %}

diff --git a/js/main.js b/js/main.js index 2c36e7b..1501947 100755 --- a/js/main.js +++ b/js/main.js @@ -17,7 +17,7 @@ $(document).ready(function () { } }) - if (window.location.hash && window.location.hash == '#blog') { + if (window.location.hash && window.location.hash == '#writeups') { $('.panel-cover').addClass('panel-cover--collapsed') }