diff --git a/css/site.css b/css/site.css index c505ac5..b9c93d8 100644 --- a/css/site.css +++ b/css/site.css @@ -1,120 +1,63 @@ /* Stylesheet for kevincotugno.com */ -*, *:before, *:after { - box-sizing: border-box; -} - - -html { - font-family: serif; - font-size: 12pt; -} - -body { - background-color: #dfe0e8; -} - -.content { - display: flex; - flex-flow: row; - flex-wrap: wrap; - max-width: 1250px; - margin: 10px auto 10px auto; -} - -.construction { - color: #d51a00; - text-align: center; -} - -.card { - box-shadow: 1px 1px 8px grey; - border-radius: 1em; - margin: 10px; -} - -.card-content { - margin: 25px; -} - -.aboutme { - flex: 3; -} - -.openprojects { - flex: 1; -} - -h1 { - font-size: 2.0em; -} - -h2 { - font-size: 1.5em; +*, ul, a { + padding: 0; + margin: 0; + text-decoration: none; } p { - font-size: 1.2em; - line-height: 1.5em; + font-size: 1.5em; } -a { - text-decoration: none; - color: blue; - transition: 0.25s; +body { + background-color: #fdf6e3; + color: #657b83; + font-family: serif; } -a:hover { - color: #8ac0ff; - transition: color 0.25s; +.center { + margin: 0 auto 0 auto; } -a:visited { - color: blue; +.readable { + max-width: 20em; } -a:visited:hover{ - color: #8ac0ff; -} - -a img { - color: black; -} - -a:hover img { - color: black; -} - -a:visited img { - color: black; -} - -a:visited:hover img { - color: black; -} - -.image { - width: 40px; - height: 40px; - margin: 0 5px 0 5px; -} - -.github-image { - border-radius: 100%; -} - -.gitlab-image { - border-radius: 50%; -} - -.generic-shadow { - transition: 0.5s; -} - -.generic-shadow:hover { - box-shadow: 2px 2px 5px; -} - -footer { +.text-center { text-align: center; } + +.title { + margin-top: 3em; + margin-bottom: 1em; + color: #586e75; + font-size: 2.5em; +} + +.footer { + text-align: center; + margin: 3em auto 0 auto; + display: flex; + flex-direction: row; + max-width: 20em; +} + +.footer-link { + display: inline; + margin: 0 0.5em 0 0.5em; + width: 100%; + border-style: solid; + border-width: 0.15em; + height: 3em; + color: #93a1a1; +} + +.footer-link a { + display: inline-block; + width: 100%; + height: 100%; + color: inherit; + font-size: 1.15em; + line-height: 2.5em; +} diff --git a/index.html b/index.html index 52166a5..7eaded4 100644 --- a/index.html +++ b/index.html @@ -6,54 +6,24 @@ - Kevin Cotugno: Software Developer~Philosopher~Amateur Radio Operator + Kevin Cotugno - -
-
-
-
-

Kevin Cotugno: Software Developer

-

About me

-

- I am a software developer interested in philosophy, theology, physics, language, visual effects, ham radio, and all varieties of programming.
- Recently, I gradutated from Thomas Aquinas College where I studied the greatest works of western civilization; here, I found my love of the truth, love of philosophy, love of theology, love of math, and love of my life.
-
- This website—for now—will collect my open source projects. -

-
-
+
+

Kevin Cotugno

+

I am a software engineer with a + passion for technical and business problem solving. I specialize + in Ruby On Rails and Go. If you find yourself in need of a + consultant in one of these technologies, do not hesitate to contact + me.

-
-
-

Current open source project

- -

OpenARLog

-

- An open source amateur radio logging application.
- You can find the latest release here. -

- - -

libhamdata

-

A small library for converting the FCC amateur radio database into a more reasonable format.

- -

Old open source projects

- -

Euclidean Perfection

-

Find perfect numbers. Based on Euclid's proof.

-
-
+ -
-