From 82be683f559da9fff4d467a14c49560e7783534c Mon Sep 17 00:00:00 2001 From: luke <21106956+logburn@users.noreply.github.com> Date: Wed, 26 Aug 2020 10:06:31 -0400 Subject: [PATCH] added broken link warning --- projects.php | 10 +++++++--- style.css | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/projects.php b/projects.php index 5a4e822..5fb1e74 100644 --- a/projects.php +++ b/projects.php @@ -1,6 +1,6 @@ @@ -8,9 +8,13 @@ - + +
+

Please note: due to recent server migration, many links will be temporarily broken.

+
+

PROJECTS

These are my past projects. Some of them were designed to teach me back-end, and some were designed to teach me front-end. These were all learning experiences for me, so while nothing is designed to actually be used in mass (ei, the user interface may be poor), I learned a lot and designed each project to give me practice in a certain topic. Much of what I learned is missing from my earlier sites, since I learned as I created. diff --git a/style.css b/style.css index cec918b..6dba4c6 100644 --- a/style.css +++ b/style.css @@ -39,6 +39,23 @@ h1,h2,h3,h4,h5,h6{ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ } +.notice{ + background-color: #00ab4488; + border-radius: 1.3em; + text-align: center; + width: 80%; + padding: 0.3em 0.25em; + margin: 3em auto; + color: var(--txt-color); +} +.notice>p{ + padding: 0; + margin: 0; +} +.attention{ + font-weight: bold; +} + #moonImg{ width: 1em; position: absolute;