Browse Source

webpage edits

master
junikimm717 3 years ago
parent
commit
40968eec36
  1. 5
      templates/achievements.html
  2. 2
      templates/index.html
  3. 31
      templates/projects.html
  4. 2
      templates/school.html

5
templates/achievements.html

@ -4,8 +4,7 @@
<div class="container-fluid">
<div class="row">
<h1> Achievements </h1>
<p> I have competed in numerous olympiads and academic competitions as
of this date. </p>
<p> I have competed in numerous academic olympiads as of the writing of this date. </p>
</div>
<div class="row">
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
@ -39,7 +38,7 @@
</p>
</div>
<div class="col-md-5 text-light bg-primary m-1" style="border-radius:25px">
<h2> USNCO National Exam Nominee </h2>
<h2> 2021 USNCO National Exam Nominee </h2>
<p>
In the 2021 United States National Chemistry Olympiad Local
Exam, I was nominated by the Silicon Valley Division of the

2
templates/index.html

@ -3,7 +3,7 @@
{% block content %}
<div class="container-fluid">
<div class="row">
<h3> Greetings, Human. </h3> <br>
<h3> Greetings. </h3> <br>
<h1> This is Juni Kim's Personal Website/Server for hosting things. </h1>
</div>
<br><br>

31
templates/projects.html

@ -20,19 +20,17 @@
</h2>
</a>
<p>
This was my first venture into making a website with a real
database. After seeing SQLite crash and burn, I switched over
to using MongoDB as my DBMS.
In addition to this, I also implemented my own rudimentary
package manager in bash to obtain nouns and verbs from a
The project contains a MongoDB client (intended to be run
server-side) which allows fast retrieval of nouns and
verbs that need to be declined/conjugated. It also has a
package manager written in bash to retrieve vocabulary from a
mirror.
</p>
</div>
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px">
<a href="https://github.com/junikimm717/OMSB9-Final-Project" target="new">
<h2 class="text-light">
OMSB9 Final Project
Methodology of Science: Biology Final Project
</h2>
</a>
<p>
@ -44,18 +42,17 @@
<h2> Scripts </h2>
<div class="row">
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px">
<a href="https://github.com/junikimm717/yacoh" target="new">
<a href="https://git.junickim.me/junikimm717/rems" target="new">
<h2 class="text-light">
Yet Another Competitive Programming Helper
Rems
</h2>
</a>
<p>
Yet Another Competitive Programming Helper is a series of
scripts designed to aid one in initializing a testing
environment for competitive programming contests, as well as a
server for <a
href="https://github.com/jmerle/competitive-companion">
Competitive Companion </a>.
Rems is a python script that is designed to help one classify
reminders and tasks in levels of urgency. Weekly reminders can
also be created which allow the various states of urgency to
cycle through each day of the week. Functionality to quickly
remove past reminders is also present.
</p>
</div>
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px">
@ -65,8 +62,8 @@
</h2>
</a>
<p>
This is a series of scripts designed to automate the generating
of LATEX or Markdown templates for the schoolwork that I have.
This is a script designed to automate the generating of LATEX
or Markdown templates for school assignments.
</p>
</div>
</div>

2
templates/school.html

@ -11,7 +11,7 @@
I currently attend Stanford Online High School full-time, where I
participate in the following activities: <br>
<ol>
<li> As the TA of the AP Calculus BC Class </li>
<li> Peer tutor for Chemistry and Mathematics up to Calculus </li>
<li> Leader of the OHS Competitive Programming Circle </li>
<li> Participant in the OHS Math Competition Homeroom and the
OHS Chemistry Olympiad Club </li>

Loading…
Cancel
Save