Skip to content

Commit

Permalink
some ui and settings updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaAppsInc committed Mar 28, 2022
1 parent e5f465d commit 3c943d1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 15 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
node_modules
proxy/main/js/libs/
proxy/main/js/libs/
calctemp.html
js/calculator.js
styles/calctemp.css
styles/ff.css
calc2.html
js/calc.js
js/calctemp.js
calc.html
styles/calc.css
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,18 @@ Another proxy website made with the corrosion proxy by TitaniumNetwork.

# Supports
- **Any static site**
- **Discord (needs qr to sign in)**
- **Youtube (Sometimes buggy)**
- **Discord**
- **Youtube**
- **Mobile browsing!**

# Updates:
- **New UI Update!**
- **Games are back!**
- **Open a game from the drop down menu**
- **Drop down menu to make the website more compact**
- **New games page UI**
- **NOW USING THE NEW UltraViolet BACKEND**

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)
![image](https://i.imgur.com/Oe2IWhK.png)
![image](https://i.imgur.com/rZpmikX.png)
![image](https://user-images.githubusercontent.com/49733954/151137210-98c9fd00-cd0a-4fa5-9df0-077d396c062b.png)
![image](https://user-images.githubusercontent.com/49733954/151137650-f8abdf1b-0e4c-4821-9194-00b2716a8b6a.png)
![image](https://user-images.githubusercontent.com/49733954/151137878-2890e7e5-cf33-4d56-970b-e3704aaba0d4.png)
![image](https://user-images.githubusercontent.com/49733954/151138230-6fbff970-092e-4989-8510-5c26b342f6dd.png)
![image](https://user-images.githubusercontent.com/49733954/151140416-7e888444-ae42-4830-840c-660c639bc716.png)
![image](https://i.imgur.com/rZpmikX.png)
1 change: 0 additions & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fracital | Home</title>
<link rel="stylesheet" href="./styles/home.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7407444432567765" crossorigin="anonymous"></script>
</head>
<body>
<div class="content" role="main">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<title>Fracital</title>
<link rel="stylesheet" href="./styles/style.css" id="rels">
<link rel="shortcut icon" href="./resources/favicon.ico" id="relt" type="image/x-icon">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7407444432567765" crossorigin="anonymous"></script>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/uv.sw.js', {
Expand Down
6 changes: 6 additions & 0 deletions js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ let site = document.getElementById("site");
let sitei = document.getElementById("sitei");
let sites = document.getElementById("sites");

function sitec() {
parent.document.title = "Fracital";
link.href = "./fractrial.png";
return;
}

function sub() {
let atrrv = relv.getAttribute("value");
if(atrrv === "Docs") {
Expand Down
1 change: 1 addition & 0 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ <h2 class="titles">Cloak</h2>
<option value="docs" id="docs">Google Docs</option>
<option value="slides" id="slides">Google Slide</option>
</select>
<button class="subsir" onclick="sitec();">clear</button>
<input type="text" id="relv" value="Google" style="display: none;">
</form>
</div>
Expand Down
9 changes: 5 additions & 4 deletions styles/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ option {

.subsir {
color: white;
background: #333333;
border: none;
border-radius: 5px;
padding: 7px 8px;
}

.subsir:hover {
Expand Down Expand Up @@ -120,17 +124,14 @@ option {
display: grid;
}

.custom {
/*! display: flex; */
}

.subthr {
color: white;
float: right;
margin-top: 4px;
}

.subsirc {
background: #333333;
color: white;
width: min-content;
float: left;
Expand Down

0 comments on commit 3c943d1

Please sign in to comment.