diff options
Diffstat (limited to 'pages/index.html')
| -rw-r--r-- | pages/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..df4cbae --- /dev/null +++ b/pages/index.html @@ -0,0 +1,42 @@ +--- +stylesheets: + - /css/home.css +--- +<div class="spacer"></div> +<div class="grid-outer"> + <div class="grid-inner"> + <div class="grid-title"> + <p>who</p> + </div> + <div class="grid-content"> + <p> + Hello I'm Leonardo. I'm currently completing a degree in Computer Science + at university, and I like to spend some of free time working on projects + like Quests, or learning new tools and languages. + </p> + <p> + You may see me around online using the nick "LMBishop". + </p> + </div> + </div> + <div class="grid-inner"> + <div class="grid-title"> + <p>where</p> + </div> + <div class="grid-content"> + <iframe width="100%" height="200" src="https://www.openstreetmap.org/export/embed.html?bbox=-2.408065795898438%2C52.318553202553275%2C-1.5264129638671877%2C52.670969529275744&layer=mapnik" style="border: 0px; border-radius: 10px;"></iframe> + </div> + </div> + <div class="grid-inner"> + <div class="grid-title"> + <p>what</p> + </div> + <div class="grid-content"> + <p> + Feel free to look around. This is my personal site where I post about + things which interest me, or share stuff I'm working on. If you're not sure + where to start, check out the <a href="/now">now</a> page. + </p> + </div> + </div> +</div> |
