Skip to content

Commit

Permalink
test if this fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zek-c committed Oct 26, 2023
1 parent 0513424 commit f80ed0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
17 changes: 0 additions & 17 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,3 @@ 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;
}
}
6 changes: 3 additions & 3 deletions GoGaurdian/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</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>
<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= link +'/Utilities/index.html'" style="padding: 20px 30px;">Utilities</a>
<body>
<div id="particles-js">

Expand Down
3 changes: 2 additions & 1 deletion JS/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'particles.json', function() {
console.log('callback - particles.js config loaded');
});
});
var link=windows.location.href;
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 class="outline">ChromeSploits</h1>
<h1>ChromeSploits</h1>
<h3>
A large library of chromeOS exploits.
</h3>
Expand Down

0 comments on commit f80ed0c

Please sign in to comment.