Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancis95 authored May 9, 2024
1 parent 61125ce commit dec7c92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2>I make <span class="underline">cool stuff</span>.</h2>
<section id="whoami">
<div class="container">
<h2>Who am I?</h2>
<p>I am a recent graduate of Rochester Institute of Technology, having earned my master's degree in Computer Science. Graphics programming and web development are my primary trades, but I have passion for many other areas in software. After all, I am very much a coder at heart.</p>
<p>I have a master's degree in Computer Science from Rochester Institute of Technology. Graphics programming and web development are my primary trades, but I have passion for many other areas in software. After all, I am very much a coder at heart.</p>
<hr>
<p>Below are a sample of my skills.</p>
<div id="skills">
Expand All @@ -43,6 +43,7 @@ <h2>Who am I?</h2>
<span class="devicon-express-original tooltipper" data-delay="0" data-text="Express"></span>
<span class="devicon-flask-plain tooltipper" data-delay="0" data-text="Flask"></span>
<span class="devicon-git-plain tooltipper" data-delay="0" data-text="Git"></span>
<span class="devicon-gradle-original tooltipper" data-delay="0" data-text="Gradle"></span>
<span class="devicon-gulp-plain tooltipper" data-delay="0" data-text="Gulp"></span>
<span class="devicon-html5-plain tooltipper" data-delay="0" data-text="HTML5"></span>
<span class="devicon-java-plain tooltipper" data-delay="0" data-text="Java"></span>
Expand Down Expand Up @@ -89,7 +90,7 @@ <h2>Latest Projects</h2>
<a href="https://github.com/mfrancis95/redis-provisioner">
<img alt="Redis Provisioner" src="https://s3.amazonaws.com/michaelfrancis.me/images/redis-provisioner.png" title="Redis Provisioner">
</a>
<p>The Redis Provisioner is a tool that creates and maintains Redis servers through a RESTful API. Each instance gets bound to its own Docker container. This is currently being developed to accommodate CSH's existing provisionable database services.</p>
<p>The Redis Provisioner is a tool that creates and maintains Redis servers through a RESTful API. Each instance gets bound to its own Docker container. This was developed to accommodate CSH's existing provisionable database services.</p>
<a class="button" href="https://github.com/mfrancis95/redis-provisioner">Check it out</a>
</div>
</div>
Expand Down

0 comments on commit dec7c92

Please sign in to comment.