diff --git a/css/general.css b/css/general.css index da42c2e..3c98cc7 100644 --- a/css/general.css +++ b/css/general.css @@ -13,6 +13,65 @@ html { box-sizing: border-box; } +nav { + background: rgb(31, 33, 35);; + height: auto; + width: 100%; + overflow: hidden; + top: 0; + left: 0; + position: fixed; + flex-wrap: nowrap; + z-index: 100; + box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%); +} + +nav * { + padding: 0; + margin: 1px 1px; + text-decoration: none; + list-style: none; + box-sizing: border-box; + z-index: 100; +} + +nav ul { + float: right; + margin-right: 20px; +} + +nav li { + display: inline-block; + line-height: 58px; + margin: 0 7px; +} + +nav a { + color:rgb(136, 180, 231); + font-size: 18px; +} + +nav a.active,a:hover { + color: rgb(111, 129, 138); + transition: .5s; +} + +.checkbtn { + font-size: 30px; + color: white; + float: right; + line-height: 60px; + margin-right: 20px; + cursor: pointer; + display: none; +} + +#check { + display: none; +} + + + .header-background { background-image: none; background-position: center; diff --git a/img/Gilroy Hacks Logo [Original].png b/img/Gilroy Hacks Logo [Original].png new file mode 100644 index 0000000..6ebb18a Binary files /dev/null and b/img/Gilroy Hacks Logo [Original].png differ diff --git a/img/Gilroy Hacks Logo [Spring].png b/img/Gilroy Hacks Logo [Spring].png new file mode 100644 index 0000000..b4de4e3 Binary files /dev/null and b/img/Gilroy Hacks Logo [Spring].png differ diff --git a/img/Gilroy Hacks Logo [wide transparent].png b/img/Gilroy Hacks Logo [wide transparent].png new file mode 100644 index 0000000..12907d3 Binary files /dev/null and b/img/Gilroy Hacks Logo [wide transparent].png differ diff --git a/img/bars.png b/img/bars.png new file mode 100644 index 0000000..9f9b363 Binary files /dev/null and b/img/bars.png differ diff --git a/index.html b/index.html index c1d982c..16aff0a 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,22 @@