aboutsummaryrefslogtreecommitdiffstats
path: root/pages/index.html
blob: df4cbae2e055732f154c8c26a5c8a285674fb632 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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&amp;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>