Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
slendertech authored Oct 30, 2022
1 parent 921f91e commit 7dfc4a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 88 deletions.
4 changes: 2 additions & 2 deletions CSS/_vti_cnf/results.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
vti_encoding:SR|utf8-nl
vti_author:SR|SLENDYHUB\\slend
vti_modifiedby:SR|SLENDYHUB\\slend
vti_timelastmodified:TR|28 Oct 2022 20:12:51 -0000
vti_timelastmodified:TR|29 Oct 2022 12:52:48 -0000
vti_timecreated:TR|08 Oct 2022 18:02:13 -0000
vti_extenderversion:SR|12.0.0.0
vti_backlinkinfo:VX|results.aspx
vti_nexttolasttimemodified:TW|28 Oct 2022 20:12:05 -0000
vti_nexttolasttimemodified:TW|28 Oct 2022 20:12:51 -0000
vti_cacheddtm:TX|28 Oct 2022 20:12:51 -0000
vti_filesize:IR|4818
vti_cachedlinkinfo:VX|Q|https://fonts.googleapis.com/css2 S|../images/go_hover.png S|../images/go.png
Expand Down
Binary file added images/icons8-jack-o'-lantern-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 6 additions & 84 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,91 +8,13 @@
<title>Search Crew</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
img#logo {
width:345px;
height:100px;
position:relative;
top:170px;
}

.auto-style2 {
text-align: center;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size:50px;
}
p {
font-family:'Work Sans', sans-serif;
font-weight:normal;
color:black;
font-size:20px;
}

.auto-style3 {
text-align: center;
}
input#back {
width:340px;
height:35px;
border-radius:10px;
box-shadow:0px 4px 10px rgba(0, 0, 0, 0.8);
border:none !important;
font-family:'Work Sans', sans-serif;
font-weight:500;
color:white;
font-size:18px;
background: #8d00ff;
background: -moz-linear-gradient(top, #8d00ff 0%, #5b00a4 50%, #420076 50%, #8d00ff 100%);
background: -webkit-linear-gradient(top, #8d00ff 0%,#5b00a4 50%,#420076 50%,#8d00ff 100%);
background: linear-gradient(to bottom, #8d00ff 0%,#5b00a4 50%,#420076 50%,#8d00ff 100%);
}
input#back:hover {
width:340px;
height:35px;
border-radius:10px;
box-shadow:0px 4px 10px rgba(0, 0, 0, 0.8);
cursor:pointer;
border:none !important;
font-family:'Work Sans', sans-serif;
font-weight:500;
color:white;
font-size:18px;
background: #4f008f;
background: -moz-linear-gradient(top, #4f008f 0%, #35015f 50%, #200039 50%, #4f008f 100%);
background: -webkit-linear-gradient(top, #4f008f 0%,#35015f 50%,#200039 50%,#4f008f 100%);
background: linear-gradient(to bottom, #4f008f 0%,#35015f 50%,#200039 50%,#4f008f 100%);
}


.auto-style4 {
text-align: center;
font-family: 'Work Sans', sans-serif;
font-weight: bold;
font-size: 50px;
color: #FFFFFF;
}
.auto-style5 {
text-align: center;
color: white;
}


</style>
</style>
</head>
<body>
<div class="auto-style3">
<img id="logo" alt="" src="https://images2.imgbox.com/88/ce/sdZbaEE1_o.png">
<h1 class="auto-style2">&nbsp;</h1>
<h1 class="auto-style2">&nbsp;</h1>
<h1 class="auto-style4"><strong>Woah there...</strong></h1>
<p class="auto-style5">This is a public BETA. Some features may have little or no implementation.</p>
<form method="post">
<div class="auto-style3">
<input id="back" name="back" type="button" value="I Understand And Wish To Proceed" onclick="location.href='http://clicksearchcrew.web.app/default.aspx';">
</div>
</form>

</div>

<script>
window.onload = function() {
window.location.href = "https://clicksearchcrew.web.app/default.aspx";
};
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions results.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ console.log(document.title);
<div id="spacer">
</div>

<script async src="\\\Put your GCSE script url here">
<script async src="https://cse.google.com/cse.js?cx=91290fecbc5dd476a">
</script>

<div class="gcse-searchresults-only">
</div>

<p id="cpyright" class="auto-style11">
© Your Name (Year) &amp; Your Name (Year) </p>
© Click Developer 2022 &amp; Slender Studios 2022 </p>
</body>

</html>

0 comments on commit 7dfc4a7

Please sign in to comment.