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

3 years ago
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="container-fluid">
  4. <div class="row">
  5. <h3> Greetings, Human. </h3> <br>
  6. <h1> This is Juni Kim, yet another freshman</h1>
  7. </div>
  8. <br><br>
  9. <div class="row">
  10. <h2> About Me </h2>
  11. <p>
  12. My first true experience with programming was when I learned about the
  13. USACO (and sought to reach Platinum Division) as an 8th grader. After
  14. learning the ins and outs of using C++, I sought to expand my knowledge
  15. base of other programming languages and incidentally landed upon web
  16. development.
  17. <br> <br>
  18. I continue to explore the annals of web development and
  19. write scripts whenever possible in order to make my life as
  20. convenient as possible.
  21. <br><br>
  22. Although I spend most of my free time generating and debugging
  23. small scripts, I have also extensively competed within USA Fencing
  24. and have been heavily involved in competition math.
  25. </p>
  26. </div>
  27. <div class="row">
  28. <h2> Contact </h2> <br>
  29. <a href="https://github.com/junikimm717" target="new"> Github </a>
  30. <a href="https://gitlab.com/junikimm717" target="new"> GitLab </a>
  31. </div>
  32. </div>
  33. {% endblock %}