diff --git a/Images/pic1.svg b/Images/pic1.svg new file mode 100644 index 0000000..e711f59 --- /dev/null +++ b/Images/pic1.svg @@ -0,0 +1 @@ +hacker_mind \ No newline at end of file diff --git a/index.html b/index.html index d2cd4d1..b2a751e 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ +
+
+
+

Project Gateway

+

Exploits

+

See How To Use Useful Exploits

+ +
+
+ pic +
+
+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index 7ea7381..a386ec5 100644 --- a/styles.css +++ b/styles.css @@ -189,7 +189,58 @@ } #mobile-menu.is-active .bar:nth-child(1) { + transform: translateY(8px) rotate(45deg); + } + + #mobile-menu.is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } } + +.main { + background-color: #141414; +} + + +.main__container { + display: grid; + grid-template-columns: 1fr 1fr; + align-items: center; + justify-content: center; + margin: 0 auto; + height: 90vh; + background-color: #141414; + z-index: 1; + width: 100%; + max-width: 1300px; + padding: 0 50 px; +} + +.main__content h1 { + font-size: 4rem; + background-color: #9D00FF; + background-image: linear-gradient(to top, #301934 0%, #CF9FFF 100%); + background-size: 100%; + -webkit-background-clip: text; + -moz-background-clip: text; + -webkit-text-fill-color: transparent; + -moz-text-fill-color: transparent; +} + +.main__content h2 { + font-size: 4rem; + background-color: #9D00FF; + background-image: linear-gradient(to top, #20C20E 0%, #CFFF9F 100%); + background-size: 100%; + -webkit-background-clip: text; + -moz-background-clip: text; + -webkit-text-fill-color: transparent; + -moz-text-fill-color: transparent; +} + +.main__content p { + margin-top: 1rem; + font-size: 2rem; + font-weight: 700; +} \ No newline at end of file