From ddb8d2035a2385d9fed4838ee3c4ef5c790f617f Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 3 Aug 2024 17:37:27 -0600 Subject: modified: moved css and img to assets --- assets/img/logos/cad.svg | 236 +++++++++++++++++++++++++++++++++++++++++ assets/img/logos/cd.svg | 169 +++++++++++++++++++++++++++++ assets/img/logos/inc.svg | 161 ++++++++++++++++++++++++++++ assets/img/logos/itic.svg | 263 ++++++++++++++++++++++++++++++++++++++++++++++ assets/img/logos/sof.svg | 177 +++++++++++++++++++++++++++++++ assets/style.css | 78 ++++++++++++++ static/img/logos/cad.svg | 236 ----------------------------------------- static/img/logos/cd.svg | 169 ----------------------------- static/img/logos/inc.svg | 161 ---------------------------- static/img/logos/itic.svg | 263 ---------------------------------------------- static/img/logos/sof.svg | 177 ------------------------------- static/style.css | 78 -------------- 12 files changed, 1084 insertions(+), 1084 deletions(-) create mode 100644 assets/img/logos/cad.svg create mode 100644 assets/img/logos/cd.svg create mode 100644 assets/img/logos/inc.svg create mode 100644 assets/img/logos/itic.svg create mode 100644 assets/img/logos/sof.svg create mode 100644 assets/style.css delete mode 100644 static/img/logos/cad.svg delete mode 100644 static/img/logos/cd.svg delete mode 100644 static/img/logos/inc.svg delete mode 100644 static/img/logos/itic.svg delete mode 100644 static/img/logos/sof.svg delete mode 100644 static/style.css diff --git a/assets/img/logos/cad.svg b/assets/img/logos/cad.svg new file mode 100644 index 0000000..4284265 --- /dev/null +++ b/assets/img/logos/cad.svg @@ -0,0 +1,236 @@ + + + + diff --git a/assets/img/logos/cd.svg b/assets/img/logos/cd.svg new file mode 100644 index 0000000..e4eecf2 --- /dev/null +++ b/assets/img/logos/cd.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/img/logos/inc.svg b/assets/img/logos/inc.svg new file mode 100644 index 0000000..6e8d26b --- /dev/null +++ b/assets/img/logos/inc.svg @@ -0,0 +1,161 @@ + + + + diff --git a/assets/img/logos/itic.svg b/assets/img/logos/itic.svg new file mode 100644 index 0000000..9481fcd --- /dev/null +++ b/assets/img/logos/itic.svg @@ -0,0 +1,263 @@ + + + + diff --git a/assets/img/logos/sof.svg b/assets/img/logos/sof.svg new file mode 100644 index 0000000..faad978 --- /dev/null +++ b/assets/img/logos/sof.svg @@ -0,0 +1,177 @@ + + + + diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..9b493d6 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,78 @@ +body { + font-family: sans-serif ; + font-size: 16pt; + background: #fdfdfd; + color: #1d1d1d; +} + +main { + max-width: 1280px ; + margin: auto ; +} + +img { + max-width: 100% ; +} + +header h1 { + text-align: center ; +} + +footer { + text-align: center ; + clear: both ; +} + +/* For TAGLIST.HTML */ +.taglist { + text-align: center ; + clear: both ; +} + +/* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} +#prevart { + float: left ; + text-align: left ; +} +#nextart { + float: right ; + text-align: right ; +} +#nextart,#prevart { + max-width: 33% ; +} + +h1 { + text-align: center; +} + +.majors{ + text-align: center; + align-content: center; + justify-content: center; + display: flex; + max-width: 1280px; + list-style: none; + flex-wrap: wrap; + gap: 10px; +} + +.majors > li{ + min-height: 600px; + max-width: 300px; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +#read-more { + font-weight: bold; + background-color: red; + padding: 4px; + border-radius: 6px; + justify-content: center; + margin: 0 auto; +} diff --git a/static/img/logos/cad.svg b/static/img/logos/cad.svg deleted file mode 100644 index 4284265..0000000 --- a/static/img/logos/cad.svg +++ /dev/null @@ -1,236 +0,0 @@ - - - - diff --git a/static/img/logos/cd.svg b/static/img/logos/cd.svg deleted file mode 100644 index e4eecf2..0000000 --- a/static/img/logos/cd.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/logos/inc.svg b/static/img/logos/inc.svg deleted file mode 100644 index 6e8d26b..0000000 --- a/static/img/logos/inc.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - diff --git a/static/img/logos/itic.svg b/static/img/logos/itic.svg deleted file mode 100644 index 9481fcd..0000000 --- a/static/img/logos/itic.svg +++ /dev/null @@ -1,263 +0,0 @@ - - - - diff --git a/static/img/logos/sof.svg b/static/img/logos/sof.svg deleted file mode 100644 index faad978..0000000 --- a/static/img/logos/sof.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - diff --git a/static/style.css b/static/style.css deleted file mode 100644 index 9b493d6..0000000 --- a/static/style.css +++ /dev/null @@ -1,78 +0,0 @@ -body { - font-family: sans-serif ; - font-size: 16pt; - background: #fdfdfd; - color: #1d1d1d; -} - -main { - max-width: 1280px ; - margin: auto ; -} - -img { - max-width: 100% ; -} - -header h1 { - text-align: center ; -} - -footer { - text-align: center ; - clear: both ; -} - -/* For TAGLIST.HTML */ -.taglist { - text-align: center ; - clear: both ; -} - -/* For NEXTPREV.HTML */ -#nextprev { - /* The container for both the previous and next articles. */ -} -#prevart { - float: left ; - text-align: left ; -} -#nextart { - float: right ; - text-align: right ; -} -#nextart,#prevart { - max-width: 33% ; -} - -h1 { - text-align: center; -} - -.majors{ - text-align: center; - align-content: center; - justify-content: center; - display: flex; - max-width: 1280px; - list-style: none; - flex-wrap: wrap; - gap: 10px; -} - -.majors > li{ - min-height: 600px; - max-width: 300px; - display: flex; - flex-direction: column; - justify-content: space-between; -} - -#read-more { - font-weight: bold; - background-color: red; - padding: 4px; - border-radius: 6px; - justify-content: center; - margin: 0 auto; -} -- cgit v1.2.3