-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.21 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: "Home"
fulltitle: "Home Page"
order : 1
---
<main>
<div class="container-fluid responsive-scale">
<div class="container" style="height: inherit; position: relative">
<div class="main-header">
<h1>Hello everyone</h1>
<p>Welcome to my website that I made about me. And worked countless hours to make. I hope you enjoy your stay!</p>
<a href="#about" class="intro buttonflex" id="scroll">
<h1>Learn more</h1>
</a>
</div>
</div>
</div>
<div class="container text" id="about">
<div class="align-self-center">
<h1>Welcome to my website! (Everything is placeholder)</h1>
<p>This website was made for a project. It contains all the projects I have worked on and my CV and contact information. So maybe one day I can find a job as a programmer and create more amazing websites! </p>
<p class="mt-2"> Some things about me. My favorite hobby (besides programing) is playing the guitar! I've been doing for 5 years now. My favorite colour is green (If you hadn't guessed). And i love skiing. However This is all just placeholder text at the moment so please don't take this so seriously. Thank you.</p>
</div>
</div>
</main>