diff --git a/src/common/git.php b/src/common/git.php new file mode 100644 index 0000000..90b239d --- /dev/null +++ b/src/common/git.php @@ -0,0 +1,52 @@ + diff --git a/src/index.css b/src/index.css index 82ba276..c8d2a3f 100644 --- a/src/index.css +++ b/src/index.css @@ -31,6 +31,27 @@ text-decoration: none; } +.git-clickable-div { + display: block; + width: calc(100% - 10px - 3px); + height: auto; + text-decoration: underline 0.15em rgba(255,255,255,0); + transition: 300ms; + border: dashed; + border-radius: 5px; + background-color: rgba(0,0,0,0.6); + margin: 5px; +} +.git-clickable-div p { + margin: 15px 5px; +} + +.git-clickable-div:hover { + text-decoration: underline 0.15em rgba(255,255,255,1); + background-color: rgba(0,0,0,1); + +} + .single-column { grid-template-columns: 1fr !important; } @@ -51,7 +72,6 @@ align-content: center; justify-content: center; justify-items: center; - align-items: center; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; } @@ -62,6 +82,12 @@ margin: 5px; } +.index-column { + display: grid; + grid-template-rows: 10em 1fr; + +} + @media only screen and (max-width: 768px){ .index-item { grid-template-columns: 1fr; diff --git a/src/index.php b/src/index.php index 98f6687..d53ab00 100644 --- a/src/index.php +++ b/src/index.php @@ -2,6 +2,8 @@ + + Tyler Perkins - Home @@ -20,19 +22,38 @@ $home_addr = gethostbyname("gluttony.clortox.com"); if($remote_addr == $home_addr) echo "

Hello from within the home network!

" - - ?>
-
-

Articles

+
+

Projects

+
+ '; + echo '

' . $name . ' - ' . $description . '

'; + echo ''; + } + ?> +
-
-

To be implemented...

+
+

Articles

+

To be implemented

diff --git a/src/resume.php b/src/resume.php index 5ae086f..d74cc35 100644 --- a/src/resume.php +++ b/src/resume.php @@ -1,17 +1,8 @@