diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/desktop.css | 33 | ||||
-rw-r--r-- | static/linkchecker-out.sitemap.xml | 30 | ||||
-rw-r--r-- | static/styles.css | 32 |
3 files changed, 56 insertions, 39 deletions
diff --git a/static/desktop.css b/static/desktop.css index 4d32d87..cdfcd34 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -1,6 +1,13 @@ @media only screen and (min-width: 700px) { + body { + font-size: 1.25em; + } + section { - padding: 3em; + padding-top: 3em; + padding-bottom: 2em; + padding-left: 15em; + padding-right: 15em; } nav { @@ -10,17 +17,8 @@ } div.buttons { - flex-direction: row-reverse; - } - - form { - margin-right: 10%; - margin-left: 10%; - } - - table td, - table th { - padding: 0.5em; + flex-direction: row; + justify-content: center; } section.flexible { @@ -40,10 +38,6 @@ flex-grow: 1; } - .signature img { - width: 30%; - } - .logo img { width: 15%; display: block; @@ -52,10 +46,11 @@ } .card { - padding: 2em; + padding: 1em; } - .modal .card { - width: 25%; + section.cards { + margin-left: 25%; + margin-right: 25%; } }
\ No newline at end of file diff --git a/static/linkchecker-out.sitemap.xml b/static/linkchecker-out.sitemap.xml index 3a96ca8..adafa42 100644 --- a/static/linkchecker-out.sitemap.xml +++ b/static/linkchecker-out.sitemap.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- created by LinkChecker at 2025-05-09 20:14:26-004 --> +<!-- created by LinkChecker at 2025-06-04 22:23:17-004 --> <!-- Read the documentation at https://linkchecker.github.io/linkchecker/ --> <!-- Write comments and bugs to https://github.com/linkchecker/linkchecker/issues --> @@ -15,7 +15,17 @@ <priority>0.50</priority> </url> <url> - <loc>https://carpentertutoring.com/posts</loc> + <loc>https://carpentertutoring.com/highered</loc> + <changefreq>daily</changefreq> + <priority>0.50</priority> + </url> + <url> + <loc>https://carpentertutoring.com/professional</loc> + <changefreq>daily</changefreq> + <priority>0.50</priority> + </url> + <url> + <loc>https://carpentertutoring.com/blog</loc> <changefreq>daily</changefreq> <priority>0.50</priority> </url> @@ -25,6 +35,11 @@ <priority>0.50</priority> </url> <url> + <loc>https://carpentertutoring.com/k12</loc> + <changefreq>daily</changefreq> + <priority>0.50</priority> + </url> + <url> <loc>https://carpentertutoring.com/policies</loc> <changefreq>daily</changefreq> <priority>0.50</priority> @@ -35,14 +50,19 @@ <priority>0.50</priority> </url> <url> - <loc>https://carpentertutoring.com/posts/How%20to%20Use%20AI%20in%20College--and%20What%20NOT%20to%20Do</loc> + <loc>https://carpentertutoring.com/blog/Life%20After%20Graduation%3A%20Finding%20Meaning%20Beyond%20Grades</loc> + <changefreq>daily</changefreq> + <priority>0.50</priority> + </url> + <url> + <loc>https://carpentertutoring.com/blog/How%20to%20Use%20AI%20in%20College--and%20What%20NOT%20to%20Do</loc> <changefreq>daily</changefreq> <priority>0.50</priority> </url> <url> - <loc>https://carpentertutoring.com/posts/Why%20We%20Procrastinate,%20and%20What%20We%20Can%20Do%20About%20It</loc> + <loc>https://carpentertutoring.com/blog/Why%20We%20Procrastinate,%20and%20What%20We%20Can%20Do%20About%20It</loc> <changefreq>daily</changefreq> <priority>0.50</priority> </url> </urlset> -<!-- Stopped checking at 2025-05-09 20:14:39-004 (13 seconds) --> +<!-- Stopped checking at 2025-06-04 22:23:29-004 (11 seconds) --> diff --git a/static/styles.css b/static/styles.css index 8948d92..5fcdfe9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -23,7 +23,7 @@ body { body { background-image: url("/assets/bg.webp"); - background-size: 50%; + background-size: 9em; } nav { @@ -96,18 +96,12 @@ section { section.banner { text-align: center; - padding-left: 0em; - padding-right: 0em; + justify-content: center; + align-items: center; + gap: 1em; + padding-bottom: 1em; margin-bottom: 0; - background: linear-gradient(to right, - rgba(255, 255, 255, 0) 0%, - rgba(255, 255, 255, 1) 75%); -} - -section.banner h1 { - background: white; - margin-top: 0; - padding-top: 1em; + background: linear-gradient(white 90%, rgba(255, 255, 255, 0)); } .button img { @@ -211,10 +205,8 @@ section.cards { .card { align-content: center; - align-items: center; background-color: white; border-radius: 1em; - flex: 1 0 21%; margin-bottom: 0.5em; margin-left: 1em; margin-right: 1em; @@ -223,11 +215,21 @@ section.cards { text-align: center; } -section.cards .full { +section#offerings .card { + flex: 1 0 21%; +} + +section#offerings .full { flex: 1 1 100%; } .centered { text-align: center; justify-content: center; +} + +a[target*="_blank"]:after { + content: url('/assets/icons/open-in-new.svg'); + display: inline-block; + width: 1em; }
\ No newline at end of file |