diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..8659c26 --- /dev/null +++ b/404.html @@ -0,0 +1,72 @@ + + + + + + + + + + + +
+ +Navigation +
+

+

+
+
+
+ + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
+ +
+ + diff --git a/about.html b/about.html new file mode 100644 index 0000000..a3b7fa2 --- /dev/null +++ b/about.html @@ -0,0 +1,57 @@ + + + + + About me + + + + + + +
+ +Navigation +
+

About me

+

+
+
+
+

Something about me

+

I am a person who likes tinkering with stuff so much, that it breaks. +I love tech, and how every small thing that you change can make it your own. I enjoy coding, browsing the web, and playing TrackMania. I love being creative, and enjoy taking on challenges. I also love learning new skills, and love using them. I enjoy doing things practically, but I don’t like theory. Who likes theory?

+ +

I need to add more stuff.

+ +
+ + diff --git a/assets/css/styles.css b/assets/css/styles.css new file mode 100644 index 0000000..02085f9 --- /dev/null +++ b/assets/css/styles.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}@font-face{font-family:"Chivo Mono";font-style:normal;font-display:swap;src:url("/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2") format("woff2"),url("/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff") format("woff"),url("/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2") format("woff2"),url("/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff") format("woff")}@font-face{font-family:"Titillium Web";font-style:normal;font-display:swap;src:url("/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2") format("woff2"),url("/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff") format("woff"),url("/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2") format("woff2"),url("/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff") format("woff")}html{font-size:min(max(16px, 2vw), 18px)}h1{font-size:min(max(2.5rem, 9vw), 50px);font-weight:700}h2{font-size:min(max(2rem, 6vw), 25px);font-weight:400}h3{font-size:min(max(1.8rem, 5vw), 22px);font-weight:200}h4{font-size:min(max(1.6rem, 4vw), 19px);font-weight:200}h5{font-size:min(max(1.4rem, 3vw), 17.5px);font-weight:200;font-style:italic}h6{font-size:min(max(1.1rem, 2vw), 16px);font-weight:200;font-style:italic}@media only screen and (max-width: 600px){.image-gallery li{height:15vh}#header__content{width:80vw}}@media only screen and (min-width: 600px){.image-gallery li{height:20vh}#header__content{width:80vw}}@media only screen and (min-width: 768px){.image-gallery li{height:30vh}#header__content{width:80vw}}@media only screen and (min-width: 992px){#header__content{width:50vw}}h1,h2,h3,h4,h5,h6{font-family:"Chivo Mono", monospace;color:#c7bc87}a,a:hover,a:active,a:visited{color:white;text-decoration:none}html{font-family:"Titillium Web", sans-serif;color:white;background-color:#171717;transition:0.5s}header{display:block;height:30vh;flex-shrink:0;background-image:url("/assets/images/dusk-gray.jpg");background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:cover;position:relative}#header--home{height:50vh;text-align:center}#header__content{display:block;width:80vw;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}body{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}main{width:80vw;margin:30px auto 0 auto}article{margin:20px 0}hr{margin:20px}.image-gallery{margin:10px 0}.image-gallery ul{display:flex;flex-wrap:wrap;list-style:none;padding-left:0;margin:0.75vmin}.image-gallery ul:after{content:"";display:block;flex-grow:10}.image-gallery li{border:1px solid rgba(199,188,135,0.2);border-radius:0.5vmin;padding:3px;flex-grow:1;margin:0.75vmin}.image-gallery img{max-height:100%;min-width:100%;object-fit:cover;vertical-align:bottom;border-radius:0.5vmin}.b2b-container{display:inline-flex;justify-content:center;width:120px;margin:0;padding:2px;background-color:rgba(0,0,0,0.6);border:1px solid rgba(255,255,255,0.2);border-radius:4px;transition:0.5s}.b2b-container:hover{background:rgba(199,188,135,0.2) url(/assets/images/noise.png)}nav{height:100%;width:0;position:fixed;z-index:2;top:0;right:0;overflow-x:hidden;transition:0.5s;text-align:center;background-color:rgba(0,0,0,0.6)}.nav__links{display:flex;justify-content:space-between;padding:11px;transition:0.5s;height:45px;width:100%}#nav__closebtn{transition:0.5s;padding:11px;position:absolute;top:0;left:0;width:45px}.nav__links:hover,#nav__closebtn:hover{background:rgba(199,188,135,0.2) url(/assets/images/noise.png)}.nav__links__icon{width:24px;display:inline-block}#nav__openbtn{background-color:rgba(0,0,0,0.6);position:fixed;top:7px;right:7px;z-index:1;display:block;transition:0.5s;cursor:pointer;border:1px solid rgba(255,255,255,0.2);border-radius:4px;padding:3px 10px}#nav__openbtn:hover{background:rgba(199,188,135,0.2) url(/assets/images/noise.png)}footer{display:flex;justify-content:space-between;background:linear-gradient(100deg, #202020, #323232);padding:3% 10%;margin-top:5%}#footer__links{display:inline-flex;flex-direction:column}#footer__links a:hover{transition:0.5s;color:#c7bc87}#footer__watermark{display:flex;flex-direction:column;justify-content:flex-end;text-align:right;font-size:85%;width:50%;opacity:50%} diff --git a/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff b/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff new file mode 100644 index 0000000..8436463 Binary files /dev/null and b/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff differ diff --git a/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2 b/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2 new file mode 100644 index 0000000..4126c42 Binary files /dev/null and b/assets/fonts/Chivo_Mono/ChivoMono-Italic-VariableFont_wght.woff2 differ diff --git a/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff b/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff new file mode 100644 index 0000000..fc3b5b3 Binary files /dev/null and b/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff differ diff --git a/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2 b/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2 new file mode 100644 index 0000000..7d8ed8b Binary files /dev/null and b/assets/fonts/Chivo_Mono/ChivoMono-VariableFont_wght.woff2 differ diff --git a/assets/fonts/Chivo_Mono/OFL.txt b/assets/fonts/Chivo_Mono/OFL.txt new file mode 100644 index 0000000..c0b1af0 --- /dev/null +++ b/assets/fonts/Chivo_Mono/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2019 The Chivo Project Authors (https://github.com/Omnibus-Type/Chivo) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Titillium_Web/OFL.txt b/assets/fonts/Titillium_Web/OFL.txt new file mode 100644 index 0000000..4a44b9b --- /dev/null +++ b/assets/fonts/Titillium_Web/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff b/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff new file mode 100644 index 0000000..4e5286c Binary files /dev/null and b/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff differ diff --git a/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2 b/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2 new file mode 100644 index 0000000..898da01 Binary files /dev/null and b/assets/fonts/Titillium_Web/TitilliumWeb-Italic-VF.woff2 differ diff --git a/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff b/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff new file mode 100644 index 0000000..a4ff8b9 Binary files /dev/null and b/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff differ diff --git a/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2 b/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2 new file mode 100644 index 0000000..f9b49f0 Binary files /dev/null and b/assets/fonts/Titillium_Web/TitilliumWeb-VF.woff2 differ diff --git a/assets/images/about-icon.png b/assets/images/about-icon.png new file mode 100644 index 0000000..2a98afa Binary files /dev/null and b/assets/images/about-icon.png differ diff --git a/assets/images/blog-icon.png b/assets/images/blog-icon.png new file mode 100644 index 0000000..f5a7742 Binary files /dev/null and b/assets/images/blog-icon.png differ diff --git a/assets/images/cross.png b/assets/images/cross.png new file mode 100644 index 0000000..b40e637 Binary files /dev/null and b/assets/images/cross.png differ diff --git a/assets/images/dusk-gray.jpg b/assets/images/dusk-gray.jpg new file mode 100644 index 0000000..4b54416 Binary files /dev/null and b/assets/images/dusk-gray.jpg differ diff --git a/assets/images/dusk.jpg b/assets/images/dusk.jpg new file mode 100644 index 0000000..d159f1f Binary files /dev/null and b/assets/images/dusk.jpg differ diff --git a/assets/images/gallery/example/tux-flag.jpg b/assets/images/gallery/example/tux-flag.jpg new file mode 100644 index 0000000..d316fb9 Binary files /dev/null and b/assets/images/gallery/example/tux-flag.jpg differ diff --git a/assets/images/gallery/example/tux-old.jpg b/assets/images/gallery/example/tux-old.jpg new file mode 100644 index 0000000..e709b6b Binary files /dev/null and b/assets/images/gallery/example/tux-old.jpg differ diff --git a/assets/images/gallery/example/tux-trollface.jpg b/assets/images/gallery/example/tux-trollface.jpg new file mode 100644 index 0000000..01f61f6 Binary files /dev/null and b/assets/images/gallery/example/tux-trollface.jpg differ diff --git a/assets/images/gallery/example/tux-unfaithful.jpg b/assets/images/gallery/example/tux-unfaithful.jpg new file mode 100644 index 0000000..8091ead Binary files /dev/null and b/assets/images/gallery/example/tux-unfaithful.jpg differ diff --git a/assets/images/gallery/example/tux.jpg b/assets/images/gallery/example/tux.jpg new file mode 100644 index 0000000..3bf9f63 Binary files /dev/null and b/assets/images/gallery/example/tux.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_104210.jpg b/assets/images/gallery/waiheke/20230102_104210.jpg new file mode 100644 index 0000000..8b9503b Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_104210.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_104215.jpg b/assets/images/gallery/waiheke/20230102_104215.jpg new file mode 100644 index 0000000..b42bb1b Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_104215.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_104228.jpg b/assets/images/gallery/waiheke/20230102_104228.jpg new file mode 100644 index 0000000..a96cb4d Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_104228.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_104240.jpg b/assets/images/gallery/waiheke/20230102_104240.jpg new file mode 100644 index 0000000..e6b84a1 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_104240.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105058.jpg b/assets/images/gallery/waiheke/20230102_105058.jpg new file mode 100644 index 0000000..da677a7 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105058.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105107.jpg b/assets/images/gallery/waiheke/20230102_105107.jpg new file mode 100644 index 0000000..7b045b0 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105107.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105119.jpg b/assets/images/gallery/waiheke/20230102_105119.jpg new file mode 100644 index 0000000..e52ba6b Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105119.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105331.jpg b/assets/images/gallery/waiheke/20230102_105331.jpg new file mode 100644 index 0000000..1f9f1ef Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105331.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105420.jpg b/assets/images/gallery/waiheke/20230102_105420.jpg new file mode 100644 index 0000000..047582c Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105420.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_105902.jpg b/assets/images/gallery/waiheke/20230102_105902.jpg new file mode 100644 index 0000000..db48305 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_105902.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_110738.jpg b/assets/images/gallery/waiheke/20230102_110738.jpg new file mode 100644 index 0000000..510d009 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_110738.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_110855.jpg b/assets/images/gallery/waiheke/20230102_110855.jpg new file mode 100644 index 0000000..26bf7a5 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_110855.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_111440.jpg b/assets/images/gallery/waiheke/20230102_111440.jpg new file mode 100644 index 0000000..65e7e6b Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_111440.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_111443.jpg b/assets/images/gallery/waiheke/20230102_111443.jpg new file mode 100644 index 0000000..8a77d0c Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_111443.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_113631.jpg b/assets/images/gallery/waiheke/20230102_113631.jpg new file mode 100644 index 0000000..65b4d49 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_113631.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_122146.jpg b/assets/images/gallery/waiheke/20230102_122146.jpg new file mode 100644 index 0000000..a63664c Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_122146.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_131056.jpg b/assets/images/gallery/waiheke/20230102_131056.jpg new file mode 100644 index 0000000..acdd852 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_131056.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_131337.jpg b/assets/images/gallery/waiheke/20230102_131337.jpg new file mode 100644 index 0000000..fcf46b9 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_131337.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_131428.jpg b/assets/images/gallery/waiheke/20230102_131428.jpg new file mode 100644 index 0000000..2b5b444 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_131428.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_131449.jpg b/assets/images/gallery/waiheke/20230102_131449.jpg new file mode 100644 index 0000000..44848db Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_131449.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_134542.jpg b/assets/images/gallery/waiheke/20230102_134542.jpg new file mode 100644 index 0000000..4882ea9 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_134542.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_140004.jpg b/assets/images/gallery/waiheke/20230102_140004.jpg new file mode 100644 index 0000000..e8d6301 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_140004.jpg differ diff --git a/assets/images/gallery/waiheke/20230102_163305.jpg b/assets/images/gallery/waiheke/20230102_163305.jpg new file mode 100644 index 0000000..f5b54c3 Binary files /dev/null and b/assets/images/gallery/waiheke/20230102_163305.jpg differ diff --git a/assets/images/github-logo.png b/assets/images/github-logo.png new file mode 100644 index 0000000..e059f24 Binary files /dev/null and b/assets/images/github-logo.png differ diff --git a/assets/images/noise.png b/assets/images/noise.png new file mode 100644 index 0000000..2ac9a78 Binary files /dev/null and b/assets/images/noise.png differ diff --git a/assets/images/parmjot-pfp-square.jpg b/assets/images/parmjot-pfp-square.jpg new file mode 100644 index 0000000..b815ff6 Binary files /dev/null and b/assets/images/parmjot-pfp-square.jpg differ diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..ce6ad3f --- /dev/null +++ b/blog.html @@ -0,0 +1,65 @@ + + + + + Blog + + + + + + +
+ +Navigation +
+

Blog

+

+
+
+
+

Here is where I post s t u f f

+ +
+

Latest Posts

+ +
+ + diff --git a/blog/2022/11/26/hello-world.html b/blog/2022/11/26/hello-world.html new file mode 100644 index 0000000..d48df17 --- /dev/null +++ b/blog/2022/11/26/hello-world.html @@ -0,0 +1,68 @@ + + + + + Hello World! + + + + + + +
+ +Navigation +
+

Blog

+ + + Back to Blog + + +
+
+
+

Hello World!

+

+

26 Nov 2022

+
+

This is my blog, you’ll (probably) find a bunch of stuff here about my life and whatever else I choose to post.

+ +
+

If you don’t see anything else here, you’re probably too early, or I’m not bothered to actually use this feature.

+
+ +

a picture of the author, Parmjot

+ +
+
+ + diff --git a/blog/2023/01/02/touching-grass.html b/blog/2023/01/02/touching-grass.html new file mode 100644 index 0000000..a0c0e28 --- /dev/null +++ b/blog/2023/01/02/touching-grass.html @@ -0,0 +1,117 @@ + + + + + Touching grass?! + + + + + + +
+ +Navigation +
+

Blog

+ + + Back to Blog + + +
+
+
+

Touching grass?!

+

+

02 Jan 2023

+
+

You guys wouldn’t believe it, but I actually touched grass today! +Yes, I actually published this post in April 2023, but we don’t talk about that.

+ +

Beach at Waiheke Island

+ +

I just went to Waiheke Island, in Auckland, and took some pictures. Here are the pictures.

+ +

Also I made this grid thing +

+ + +
+
+ + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..e87d9fb Binary files /dev/null and b/favicon.ico differ diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..8ad0d90 --- /dev/null +++ b/feed.xml @@ -0,0 +1,62 @@ +Jekyll2024-06-10T09:38:49+00:00https://parmjot-singh.github.io/feed.xmlParmjot’s stuffA website full of all my (Parmjot) stuff that I make, and a bunch of stuff in my life, if I'm bothered to post it.Touching grass?!2023-01-02T00:00:00+00:002023-01-02T00:00:00+00:00https://parmjot-singh.github.io/blog/2023/01/02/touching-grass<p>You guys wouldn’t believe it, but I actually touched grass today! +<em>Yes, I actually published this post in April 2023, but we don’t talk about that.</em></p> + +<p><img src="/assets/images/gallery/waiheke/20230102_105420.jpg" alt="Beach at Waiheke Island" /></p> + +<p>I just went to Waiheke Island, in Auckland, and took some pictures. Here are the pictures.</p> + +<p><em>Also I made this grid thing</em><!-- credit to Tim Van Damme at css-tricks.com --> +<!-- https://css-tricks.com/adaptive-photo-layout-with-flexbox --></p> +<div class="image-gallery"> + <ul><li> + <img src="/assets/images/gallery/waiheke/20230102_104210.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_104215.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_104228.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_104240.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_105058.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_105107.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_105119.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_105331.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_105902.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_110738.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_110855.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_111440.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_111443.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_113631.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_122146.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_131056.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_131337.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_131428.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_131449.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_134542.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_140004.jpg" /> + </li><li> + <img src="/assets/images/gallery/waiheke/20230102_163305.jpg" /> + </li></ul> +</div>You guys wouldn’t believe it, but I actually touched grass today! Yes, I actually published this post in April 2023, but we don’t talk about that.Hello World!2022-11-26T06:18:10+00:002022-11-26T06:18:10+00:00https://parmjot-singh.github.io/blog/2022/11/26/hello-world<p>This is my blog, you’ll (probably) find a bunch of stuff here about my life and whatever else I choose to post.</p> + +<blockquote> + <p>If you don’t see anything else here, you’re probably too early, or I’m not bothered to actually use this feature.</p> +</blockquote> + +<p><img src="/assets/images/parmjot-pfp-square.jpg" alt="a picture of the author, Parmjot" /></p>This is my blog, you’ll (probably) find a bunch of stuff here about my life and whatever else I choose to post. \ No newline at end of file diff --git a/hmmmmmmmm.html b/hmmmmmmmm.html new file mode 100644 index 0000000..4737807 --- /dev/null +++ b/hmmmmmmmm.html @@ -0,0 +1,35 @@ + + + + A wild lecturer has appeared! + + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..425e29e --- /dev/null +++ b/index.html @@ -0,0 +1,64 @@ + + + + + Parmjot Singh + + + + + + +
+ +Navigation +
+

Parmjot Singh

+

a website for some random stuff I do.

+
+
+
+
+

Welcome!

+ +

This is my website, I guess. This has a bunch of my stuff, and you can find it here. This includes:

+ + + +
+
+ +