Skip to content

Commit

Permalink
try cool stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zek-c committed Oct 26, 2023
1 parent ee31c0e commit 0513424
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,21 @@ transition: .2s;

transform: translateY(100%);
}

.outline {
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000
}

@supports((text-stroke: 2px black) or (-webkit-text-stroke: 2px black)) {
.outline {
color: transparent;
-webkit-text-stroke: 2px black;
text-stroke: 2px black;
text-shadow: none;
}
}
31 changes: 31 additions & 0 deletions GoGaurdian/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap" rel="stylesheet"> <!-- omg titanium network font moment-->
<script src=
"particles.js">
</script>
<script src=
"app.js">
</script> <link rel="shortcut icon" type="image/x-icon" href="/IMGS/favicon.ico" />
<meta charset="utf-8" />
<title>ChromeSploits | GoGaurdian</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/CSS/style.css" />
<script src="/JS/script.js"></script>
</head>
<link rel='stylesheet' href="/CSS/style.css"/>
<div class="locbar" style="height: 70px; background-color: transparent; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<a href="#" onclick="window.location.href='Securly/index.html'" style="padding: 20px 30px; margin-right: 10px;">Securly</a>
<a href="#" onclick="window.location.href='GoGuardian/index.html'" style="padding: 20px 30px; margin-right: 10px;">GoGaurdian</a>
<a href="#" onclick="window.location.href='Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">

</div>


</body>
</html>
31 changes: 31 additions & 0 deletions Securly/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap" rel="stylesheet"> <!-- omg titanium network font moment-->
<script src=
"particles.js">
</script>
<script src=
"app.js">
</script> <link rel="shortcut icon" type="image/x-icon" href="/IMGS/favicon.ico" />
<meta charset="utf-8" />
<title>ChromeSploits | Securly</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/CSS/style.css" />
<script src="/JS/script.js"></script>
</head>
<link rel='stylesheet' href="/CSS/style.css"/>
<div class="locbar" style="height: 70px; background-color: transparent; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<a href="#" onclick="window.location.href='Securly/index.html'" style="padding: 20px 30px; margin-right: 10px;">Securly</a>
<a href="#" onclick="window.location.href='GoGuardian/index.html'" style="padding: 20px 30px; margin-right: 10px;">GoGaurdian</a>
<a href="#" onclick="window.location.href='Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">

</div>


</body>
</html>
31 changes: 31 additions & 0 deletions Utilities/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap" rel="stylesheet"> <!-- omg titanium network font moment-->
<script src=
"particles.js">
</script>
<script src=
"app.js">
</script> <link rel="shortcut icon" type="image/x-icon" href="/IMGS/favicon.ico" />
<meta charset="utf-8" />
<title>ChromeSploits | Utilities</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/CSS/style.css" />
<script src="/JS/script.js"></script>
</head>
<link rel='stylesheet' href="/CSS/style.css"/>
<div class="locbar" style="height: 70px; background-color: transparent; display: flex; justify-content: center; align-items: center; padding-left: 20px; padding-right: 20px;">
<a href="#" onclick="window.location.href='Securly/index.html'" style="padding: 20px 30px; margin-right: 10px;">Securly</a>
<a href="#" onclick="window.location.href='GoGuardian/index.html'" style="padding: 20px 30px; margin-right: 10px;">GoGaurdian</a>
<a href="#" onclick="window.location.href='Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">

</div>


</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<div id="particles-js">
<div class="heading">
<h1>ChromeSploits</h1>
<h1 class="outline">ChromeSploits</h1>
<h3>
A large library of chromeOS exploits.
</h3>
Expand Down

0 comments on commit 0513424

Please sign in to comment.