You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
34 lines
1.3 KiB
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<h3> Greetings, Human. </h3> <br>
|
|
<h1> This is Juni Kim, yet another freshman</h1>
|
|
</div>
|
|
<br><br>
|
|
<div class="row">
|
|
<h2> About Me </h2>
|
|
<p>
|
|
My first true experience with programming was when I learned about the
|
|
USACO (and sought to reach Platinum Division) as an 8th grader. After
|
|
learning the ins and outs of using C++, I sought to expand my knowledge
|
|
base of other programming languages and incidentally landed upon web
|
|
development.
|
|
<br> <br>
|
|
I continue to explore the annals of web development and
|
|
write scripts whenever possible in order to make my life as
|
|
convenient as possible.
|
|
<br><br>
|
|
Although I spend most of my free time generating and debugging
|
|
small scripts, I have also extensively competed within USA Fencing
|
|
and have been heavily involved in competition math.
|
|
</p>
|
|
</div>
|
|
<div class="row">
|
|
<h2> Contact </h2> <br>
|
|
<a href="https://github.com/junikimm717" target="new"> Github </a>
|
|
<a href="https://gitlab.com/junikimm717" target="new"> GitLab </a>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|