Skip to content

Commit a028a73

Browse files
committed
update home page to be more descriptive
1 parent 52865f9 commit a028a73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ <h1>Welcome to my website!</h1>
44
<div class="about-me">
55
<h4>About Me</h4>
66
<p class="info">
7-
If you're here, you probably clicked on a link to this site I sent to you. I'm Jason Luo (SharpBit), the creator of this website.
7+
Hi, I'm Jason Luo (SharpBit), the creator of this website. I'm a student studying Computer Science at Rensselaer Polytechnic Institute.
88
Originally, I created this website to learn more about web development.
99
If you're interested, you can view the source code <a href="https://github.com/SharpBit/webserver" target="_blank">here</a>.
1010
My most popular project is <a href="https://github.com/SharpBit/brawlstats" target="_blank">brawlstats</a>, an API wrapper written in Python for the Brawl Stars API.
11-
You can view all of my projects on my <a href="https://github.com/SharpBit" target="_blank">github page</a>.
11+
You can view all of my projects on my <a href="https://github.com/SharpBit" target="_blank">GitHub page</a>.
1212
If you want to learn Python, I compiled a list of <a href="/learnpython" target="_blank">useful resources</a> to learn Python.
1313
</p>
1414
<h4>What can I do on this website?</h4>
1515
<p class="this-website">
1616
You can navigate the website by using the navigation bar at the top. It has the ability to shorten URLs and save code in pastebins.
1717
You can also log in using Discord before doing that to view all your shortened URLs and pastebins under your dashboard!
18-
There is also a schedule of the school week since my school had a hybrid model for fall 2020 and it became annoying to keep track of both maroon and gray A and B days.
19-
I'm currently working on adding a page to practice random Japanese verb conjugations.
18+
I'm currently working on a website to practice random Japanese verb and adjective inflections, as well as an option to handwrite your answer, so look out for that!
2019
</p>
2120
</div>
2221
<div class="github">

0 commit comments

Comments
 (0)