fixed the 23rd hour and minor updates

This commit is contained in:
Wyatt J. Miller 2019-01-08 10:34:39 -05:00
parent 4cb061d606
commit 18609060fc
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Wyatt J. Miller - About</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
@ -13,7 +14,7 @@
<div class="main-section-about">
<div class="main-background">
<h2 class="main-background-text">You want to know about me?</h2><br>
<h4 class="main-background-text">December 2018 - Recieved acknowedglement of being on the Dean's List</h4>
<h4 class="main-background-text">December 2018 - Recieved acknowedglement of being on the Dean's List (Northwestern Michigan College)</h4>
<h4 class="main-background-text">December 2018 - KernalPanik was started!</h4>
<h4 class="main-background-text">December 2018 - <a href="https://github.com/wymillerlinux/DeskHubSharp">DeskHubSharp</a> was released!</h4>
<h4 class="main-background-text">September 2018 - Started Miller Web Solutions</h4>
@ -23,7 +24,7 @@
<h4 class="main-background-text">April 2017 - <a href="https://github.com/wymillerlinux/mtikrtr">mtikrtr</a> was released!</h4>
<h4 class="main-background-text">December 2016 - <a href="https://github.com/jtperreault/political_ties">Political Ties</a> was started!</h4>
<h4 class="main-background-text">May 2016 - Graduated Kalkaska High School</h4>
<h4 class="main-background-text">September 2015 - Started Information Technology internship in high school</h4><br>
<h4 class="main-background-text">September 2015 - Started Information Technology internship at Kalkaska High School</h4><br>
<p class="main-background-text">Want to see my <a href="assets/resume.pdf">resume</a>?</p>
</div>
</div>

View File

@ -43,7 +43,7 @@ if (time < 12) {
elTime.innerHTML = x;
} else if (time < 18) {
elTime.innerHTML = y;
} else if (time < 23) {
} else if (time < 24) {
elTime.innerHTML = z;
} else {
elTime.innerHTML = a;