diff --git a/website/index.html b/website/index.html index f5e6199..c69f9b1 100644 --- a/website/index.html +++ b/website/index.html @@ -5,6 +5,7 @@ KioydioLabs CISCAPPS + @@ -47,6 +48,11 @@

How you can help with CISCAPPS

- CISCAPPS GitHub Repository

+
+

CISCAPPS Documentation

+arrow_outward +
+
diff --git a/website/style.css b/website/style.css index 57a9f03..223e9c4 100644 --- a/website/style.css +++ b/website/style.css @@ -3,6 +3,14 @@ src: url("./static/fonts/FiraCode-VF.woff"); } +.material-symbols-outlined { + font-variation-settings: + 'FILL' 0, + 'wght' 200, + 'GRAD' 0, + 'opsz' 48 +} + body{ background-color: #1d1e24; color: white; @@ -80,6 +88,7 @@ body::-webkit-scrollbar { /* WebKit */ opacity: 0; animation: fadeIn 1s forwards; animation-delay: 0.3s; + margin-bottom: 10px; } #textOuter{ @@ -146,6 +155,25 @@ h3{ animation: flyUp 1.6s forwards; animation-delay: 1.4s; } +#tb4 a{ + display: flex; + flex-direction: row; + align-items: center; + text-decoration: none; +} +#tb4 a span{ + margin-left: 10px; + text-decoration: none; +} +#tb4 p{ + text-decoration: underline; + margin: 0px; +} +#tb4{ + transform: translateY(100vh); + animation: flyUp 1.6s forwards; + animation-delay: 1.6s; +} #footer{