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.
 
 
 

71 lines
2.7 KiB

{% extends "base.html" %}
{% block content %}
<div class="container-fluid">
<div class="row">
<h1> Projects </h1>
</div>
<div class="row">
<p>
Although modest, below is a collection of notable projects that
I have done:
</p>
</div>
<h2> Websites </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/OLA11-Final-Project" target="new">
<h2 class="text-light">
Latin Final Project
</h2>
</a>
<p>
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">
Methodology of Science: Biology Final Project
</h2>
</a>
<p>
I created a set of scripts to locally run a PHP program and
parse the logs that it generated to run statistical tests on.
</p>
</div>
</div>
<h2> Scripts </h2>
<div class="row">
<div class="col-md-5 m-1 text-light bg-primary" style="border-radius:25px">
<a href="https://git.junickim.me/junikimm717/rems" target="new">
<h2 class="text-light">
Rems
</h2>
</a>
<p>
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">
<a href="https://github.com/junikimm717/mktex" target="new">
<h2 class="text-light">
MkTex
</h2>
</a>
<p>
This is a script designed to automate the generating of LATEX
or Markdown templates for school assignments.
</p>
</div>
</div>
</div>
{% endblock %}