You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/templates/index.html
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,18 @@ <h1>Welcome to my website!</h1>
4
4
<divclass="about-me">
5
5
<h4>About Me</h4>
6
6
<pclass="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.
8
8
Originally, I created this website to learn more about web development.
9
9
If you're interested, you can view the source code <ahref="https://github.com/SharpBit/webserver" target="_blank">here</a>.
10
10
My most popular project is <ahref="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 <ahref="https://github.com/SharpBit" target="_blank">github page</a>.
11
+
You can view all of my projects on my <ahref="https://github.com/SharpBit" target="_blank">GitHub page</a>.
12
12
If you want to learn Python, I compiled a list of <ahref="/learnpython" target="_blank">useful resources</a> to learn Python.
13
13
</p>
14
14
<h4>What can I do on this website?</h4>
15
15
<pclass="this-website">
16
16
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.
17
17
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!
0 commit comments