aboutsummaryrefslogtreecommitdiffstats
path: root/pages/index.wiki
blob: 64c14152690eaec4c596e6141a7e0d47bc8c38f3 (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
__NOTITLE__
__PRIMARY__
{{NAVBARSORTORDER:1}}
{{DISPLAYTITLE:Home}}
<pre style="text-align:center">
██╗     ███╗   ███╗██████╗ ██╗███████╗██╗  ██╗ ██████╗ ██████╗ 
██║     ████╗ ████║██╔══██╗██║██╔════╝██║  ██║██╔═══██╗██╔══██╗
██║     ██╔████╔██║██████╔╝██║███████╗███████║██║   ██║██████╔╝
██║     ██║╚██╔╝██║██╔══██╗██║╚════██║██╔══██║██║   ██║██╔═══╝ 
███████╗██║ ╚═╝ ██║██████╔╝██║███████║██║  ██║╚██████╔╝██║     
╚══════╝╚═╝     ╚═╝╚═════╝ ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝     
</pre>

Hello! 👋

I'm '''Leonardo Bishop''', a programmer studying computer science full-time at university.

You can check out my projects on the [[about]] page.

== New website ==

This new website is written in TypeScript and these pages are witten in wikitext.

The source code for this website is available on [https://github.com/LMBishop/website GitHub], freely available under the ISC licence. (If you have suggestions on how to improve it, specifically how the code is designed, please let me know!)

== Accessing old content ==

All traffic to leonardobishop.com is now redirected to this new website. To access old content on here, you should prepend the path with a tilde (~).

For example, the following
<pre>
https://leonardobishop.com/nextbus/
</pre>
will become
<pre>
https://leonardobishop.com/~/nextbus/
</pre>