diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..4c22976 Binary files /dev/null and b/.DS_Store differ diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..599aa9f Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/general.css b/css/general.css index 5f75c4d..0d75503 100644 --- a/css/general.css +++ b/css/general.css @@ -312,13 +312,13 @@ nav ul li { #podium-label-2 { margin-left: 1px !important; } - #header-background { + /* #header-background { background-position: unset !important; background-size: unset !important; - } + } */ #logo { - height: 300px !important; - width: 300px !important; + height: 230px !important; + width: 230px !important; } #banner { display: inline-flex; @@ -345,8 +345,8 @@ nav ul li { width: 50px; } #logo { - height: 300px; - width: 300px; + height: 2300px; + width: 230px; } #prizes-container { transform: scale(0.9); @@ -452,13 +452,63 @@ nav ul li { } #logo { - height: 400px; - width: 400px; + height: 230px; + width: 230px; animation: fadeInAnimation ease 3s; animation-iteration-count: 1; animation-fill-mode: forwards; } +.waviy { + position: relative; + display: flex; + font-size: 60px; +} +.waviy span { + font-family: "Norwester"; + font-weight: lighter; + margin: 0 1.4px; + position: relative; + display: inline-block; + left: 0%; + animation: waviy 1s; + animation-delay: calc(var(--i)); + animation-fill-mode:both; +} + +.waviy span:hover { + padding-left: -20px; + +} + +#top-logo-text { + color: #7ed957; +} + +#bottom-logo-text { + color: #008037; +} + +@keyframes waviy { + 0% { + transform: translateY(-100px); + opacity: 0; + } + 10% { + opacity: 0; + } + 30% { + transform: translateY(0px); + opacity: 1; + } + 50% { + transform: translateY(-10px); + } + 100% { + transform: translateY(0px); + } +} + #header-subtitle-date { padding: 5px; margin-top: 5px; diff --git a/css/second.css b/css/second.css index 449d160..5c3ca88 100644 --- a/css/second.css +++ b/css/second.css @@ -343,7 +343,7 @@ nav ul li { /* Header */ #header-background { - background-image: url(/img/dojo.png); + background-image: url(/img/background.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/font/Norwester.otf b/font/Norwester.otf new file mode 100644 index 0000000..715ce86 Binary files /dev/null and b/font/Norwester.otf differ diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..ffdd1bc Binary files /dev/null and b/img/.DS_Store differ diff --git a/index.html b/index.html index f447828..6171bb6 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,11 @@ src: url("font/GlacialIndifference-Regular.otf") format('opentype'); font-display: swap; } + @font-face { + font-family: "Norwester"; + src: url("font/Norwester.otf") format('opentype'); + font-display: swap; + } body { position: relative; background-color: #0d1117; @@ -98,7 +103,22 @@

Gilroy

- +

Hacks

@@ -637,7 +657,7 @@ TBA bronze laurel - +
TBA
@@ -723,7 +743,7 @@
-
profile picture
+
profile picture

Jonathan Tessmann

Sponsor Outreach
diff --git a/js/.DS_Store b/js/.DS_Store new file mode 100644 index 0000000..a58de6a Binary files /dev/null and b/js/.DS_Store differ