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.
 
 
 

52 lines
2.1 KiB

{% extends "base.html" %}
{% block content %}
<div class="container-fluid">
<div class="row">
<h3> Greetings, Human. </h3> <br>
<h1> This is Juni Kim's Personal Website/Server for hosting things. </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 as an eighth grader. After understanding the basics of
using C++ (which is the primary language used in competitive
programming contests due to its relative speed), I sought
to understand the ins and outs of other fields of programming, from
which I stumbled upon web development and scripting.
<br><br>
Currently, I write and post scripts in python or bash (mostly for
automating boilerplate in certain tasks) and spend a vast amount
of my time consuming and learning the annals of web development.
</p>
</div>
<div class="row">
<h2> Non-Programming </h2>
<p>
Outside of programming, I have trained and still participate
extensively in the math competition world (which actually led me to
start competitive programming), and regularly practice
fencing, and to a lesser extent, boxing.
</p>
</div>
<div class="row">
<h2> Contact </h2> <br>
<p> <a href="mailto:junikimm717@gmail.com"> Email </a> </p>
<p> <a href="https://github.com/junikimm717" target="new"> Github </a> </p>
<p><a href="https://gitlab.com/junikimm717" target="new"> GitLab </a> </p>
<p><a href="https://git.junickim.me/junikimm717" target="new"> My Self-Hosted Gitea Instance </a> </p>
</div>
<br><br>
<div class="row">
<p class="text-muted">
This website was written with
<a href="https://palletsprojects.com/p/flask"/> Flask </a>
and
<a href="https://getbootstrap.com/"> Bootstrap CSS </a>.
<a href="https://git.junickim.me/junikimm717/personal-website"> See the Source Code. </a>
</p>
</div>
</div>
{% endblock %}