Skip to content

Commit 6c7cb5d

Browse files
committed
Add a note to github commits section
1 parent a028a73 commit 6c7cb5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ <h4>About Me</h4>
77
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>.
10-
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.
10+
My largest project is <a href="https://github.com/SharpBit/brawlstats" target="_blank">brawlstats</a>, an API wrapper written in Python for the Brawl Stars API.
1111
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-
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!
1918
</p>
2019
</div>
2120
<div class="github">
2221
<h4>Recent GitHub Commits</h4>
22+
<p class="note">Note: only displays commits in public repositories.</p>
2323
{% for push in recent %}
2424
<div class="content-section">
2525
<span style="font-size: 12px">

0 commit comments

Comments
 (0)