diff --git a/website/index.html b/website/index.html index ff3c9a9..7bbaac2 100644 --- a/website/index.html +++ b/website/index.html @@ -2,14 +2,15 @@ - KioydioLabs CISCAPPS + Title + @@ -30,15 +31,14 @@

What's CISCAPPS?

or even for businesses who still use them.

- -
+

Deploying CISCAPPS

If you wish to deploy CISCAPPS on a local server, using Docker, click the blue button above for the installation documentation.

-
+

How you can help with CISCAPPS

CISCAPPS is an opensource project, on GitHub. Anyone can contribute to it. @@ -46,10 +46,11 @@

How you can help with CISCAPPS



- Cisco IP Phone Services Application Development Notes

- CISCAPPS GitHub Repository

-
+
+
diff --git a/website/static/fonts/FiraCode-VF.woff b/website/static/fonts/FiraCode-VF.woff new file mode 100644 index 0000000..c3407ed Binary files /dev/null and b/website/static/fonts/FiraCode-VF.woff differ diff --git a/website/static/images/favicon.jpg b/website/static/images/favicon.jpg new file mode 100644 index 0000000..9b24968 Binary files /dev/null and b/website/static/images/favicon.jpg differ diff --git a/website/static/images/header.jpg b/website/static/images/header.jpg index d499ddb..7cdc2c3 100644 Binary files a/website/static/images/header.jpg and b/website/static/images/header.jpg differ diff --git a/website/static/images/headerFullSize.jpg b/website/static/images/headerFullSize.jpg new file mode 100644 index 0000000..d499ddb Binary files /dev/null and b/website/static/images/headerFullSize.jpg differ diff --git a/website/style.css b/website/style.css index 0ec518e..57a9f03 100644 --- a/website/style.css +++ b/website/style.css @@ -1,7 +1,12 @@ +@font-face { + font-family: "Firacode"; + src: url("./static/fonts/FiraCode-VF.woff"); +} + body{ background-color: #1d1e24; color: white; - font-family: Fira Code; + font-family: Firacode, Arial, serif; display: flex; flex-direction: column; justify-content: center; @@ -43,8 +48,9 @@ body::-webkit-scrollbar { /* WebKit */ padding-right: 10px; border-radius: 30px; color: white; - font-weight: bold; + font-weight: normal; transition: 0.2s; + font-family: Firacode, Arial, serif; } #header a{ @@ -149,7 +155,7 @@ h3{ padding-left: 20px; left: 0px; color: rgba(255, 255, 255, 0.24); - font-weight: bold; + font-weight: lighter; opacity: 0; animation: fadeIn 1s forwards; animation-delay: 3.5s;