diff --git a/assets/images/homepage-banner.jpg b/assets/images/homepage-banner.jpg new file mode 100644 index 0000000..bb1ed8f Binary files /dev/null and b/assets/images/homepage-banner.jpg differ diff --git a/assets/images/photography.jpg b/assets/images/photography.jpg new file mode 100644 index 0000000..20e99d9 Binary files /dev/null and b/assets/images/photography.jpg differ diff --git a/assets/images/wiilink.jpg b/assets/images/wiilink.jpg new file mode 100644 index 0000000..ad9129b Binary files /dev/null and b/assets/images/wiilink.jpg differ diff --git a/index.md b/index.md index b102ae8..6b3d646 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,28 @@ --- -layout: home +layout: splash title: "Home" +header: + overlay_image: /assets/images/homepage-banner.jpg + overlay_filter: 0.2 + caption: "Lake Louise, Canada" +excerpt: "Welcome to harrywalker.uk!" +intro: + - excerpt: "Hi everyone! My name is Harry, I'm a year old college student in the North East of England. Currently, I'm studying Maths, Physics and Computer Science." +wiilink: + - image_path: /assets/images/wiilink.jpg + alt: "WiiLink Logo" + title: "WiiLink" + excerpt: "In my spare time, I contribute to the WiiLink project, which revives WiiConnect24 and Nintendo WFC services. WiiLink also translates and makes some Japanese exclusive Wii channels available once again. My favourite of these is Wii Room (Wiiの間)." + url: "https://wiilink.ca" + btn_label: "Learn more" + btn_class: "btn--primary" +photography: + - image_path: /assets/images/photography.jpg + image_caption: "Lake Bow, Canada" + alt: "Image of Lake Bow in Canada" + title: "Photography" + excerpt: "One of my favourite past times is exploring the beautiful world we live in, to take breathtaking photos like this." --- -### Welcome to my site! -Hi everyone! My name is Harry, I'm 16, and I'm a college student. Currently, I'm studying Maths, Physics and Computer Science. In my free time, I try my best to contribute to open source projects, and help people out in the WiiLink Discord server. You can contact me via [email](mailto:me@harrywalker.uk), or on Discord (@ayeitsharry), my DMs are open! \ No newline at end of file +{% include feature_row id="intro" type="center" %} +{% include feature_row type="left" id="wiilink" %} +{% include feature_row type="right" id="photography" %} \ No newline at end of file