diff --git a/src/about.php b/src/about.php new file mode 100644 index 0000000..16a81f0 --- /dev/null +++ b/src/about.php @@ -0,0 +1,34 @@ + + + + + + + + + + + +
+
+
+

You want to know about me?


+

December 2018 - Recieved acknowedglement of being on the Dean's List

+

December 2018 - KernalPanik was started!

+

December 2018 - DeskHubSharp was released!

+

September 2018 - Started Miller Web Solutions

+

June 2018 - This website was released!

+

May 2018 - Recieved Assitant Developer certificate from Northwestern Michigan College

+

May 2017 - lftpd was released!

+

April 2017 - mtikrtr was released!

+

December 2016 - Political Ties was started!

+

May 2016 - Graduated Kalkaska High School

+

September 2015 - Started Information Technology internship in high school


+

Want to see my resume?

+
+
+
+ + + + \ No newline at end of file diff --git a/src/footer.php b/src/footer.php index 8ecb808..33c0ba6 100644 --- a/src/footer.php +++ b/src/footer.php @@ -14,7 +14,6 @@ -

© Miller Web Solutions, Wyatt J. Miller - Licensed by the MIT

diff --git a/src/header.php b/src/header.php index b7a7846..d8319cd 100644 --- a/src/header.php +++ b/src/header.php @@ -15,7 +15,7 @@ diff --git a/src/index.php b/src/index.php index 68c0451..b6e39b0 100644 --- a/src/index.php +++ b/src/index.php @@ -16,9 +16,10 @@

-

I write code. I do nothing special.


+

Happy New Year! 2019!


+

I write code. I do some other cool stuff too.


There's nothing much here except my latest project that I worked on. It's a GitHub client tool for viewing repositories once a user is searched.

-

+
diff --git a/src/style.css b/src/style.css index f4727d0..37f9e09 100644 --- a/src/style.css +++ b/src/style.css @@ -23,8 +23,27 @@ a:hover {color: seashell !important;} .footer a:hover {color: white;} .main-section {position: relative; background-size: 100%; background-image: url("tracks.jpg"); background-color: black; padding: 30px 5px;} +.main-section-about { + position: relative; + background-size: 100%; + background-image: url("tracks.jpg"); + background-color: black; + padding: 30px 5px; +} .main-background {border-radius: 25px; padding: 25px;} .main-background h2 {font-family: "Kavivanar", cursive; position: relative; font-size: 54px; color: white; text-align: center;} +.main-background h3 { + font-family: "Kavivanar", cursive; + position: relative; + color: white; + text-align: center; +} +.main-background h4 { + font-family: "Kavivanar", cursive; + position: relative; + color: white; + text-align: center; +} .main-background p {font-family: "Kavivanar", cursive; position: relative; font-size: 36px; color: white; text-align: center;} .main-background-text a { color: #ff9999 !important; @@ -42,12 +61,15 @@ a.nav-item.nav-link {font-family: "Oswald", cursive; font-size: 30px;} /*Media queries*/ @media (min-width: 768px){ .main-section {padding: 50px 10px;} - + .main-section-about {padding: 30px 5px;} } @media (min-width: 992px){ .main-section {padding: 70px 10px;} + .main-section-about {padding: 50px 10px;} } @media (min-width: 1200px){ .main-section {padding: 124px 200px;} .main-section h2 {text-align: center;} + .main-section h3 {text-align: center;} + .main-section-about {padding: 90px 125px;} } \ No newline at end of file