Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaAppsInc committed Apr 2, 2022
1 parent ed5717c commit 384edf8
Show file tree
Hide file tree
Showing 11 changed files with 278 additions and 246 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ js/calc.js
js/calctemp.js
calc.html
styles/calc.css
js/libs/cursor.js
styles/cursor.css
10 changes: 4 additions & 6 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
<h1 class="name"> <a class="focusLetter">F</a><a class="focusLetter">R</a><a class="focusLetter">A</a><a class="focusLetter">C</a><a class="focusLetter">I</a><a class="focusLetter">T</a><a class="focusLetter">A</a><a class="focusLetter">L</a></h1>
</div>
<div class="contentinfo">
<div class="infoBd">
<p class="info">Fracital is a web service using the UltraViolet backend by TitaniumNetwork.</p>
</div>
<div class="links">
<div class="link games" id="clig">
<svg xmlns="http://www.w3.org/2000/svg" id="clig" class="icon icon-tabler icon-tabler-device-gamepad" width="44" height="44" viewBox="0 0 24 24" stroke-width="1" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" id="clig" class="icon-tabler icon-tabler-device-gamepad" width="44" height="44" viewBox="0 0 24 24" stroke-width="1" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="2" y="6" width="20" height="12" rx="2" />
<path d="M6 12h4m-2 -2v4" />
Expand All @@ -29,7 +26,7 @@ <h1 class="name"> <a class="focusLetter">F</a><a class="focusLetter">R</a><a cla
<p id="clig">Games</p>
</div>
<div class="link com" onclick="clig2();">
<svg class="disc icon" viewBox="0 0 71 55" xmlns="http://www.w3.org/2000/svg">
<svg class="disc" viewBox="0 0 71 55" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z"/>
</g>
Expand All @@ -42,7 +39,8 @@ <h1 class="name"> <a class="focusLetter">F</a><a class="focusLetter">R</a><a cla
<p onclick="clig2();">Community</p>
</div>
</div>
<footer><p class="patlink">Support us at our</p><a class="patlinkc" onclick="patr();"><p>Patreon!</p></a></footer>
<footer><p class="patlink">Support us at our</p><a class="patlinkc" onclick="patr();"><p>Patreon!</p></a></br></footer>
<footer><p>follow our TikTok @fracital</p></footer>
</div>
<!-- <div class="enginesearchc">
<input type="search" id="enginesearch" placeholder="type a search query to search bing" class="es">
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#eb51ff">
<meta name="description" content="Fracital is a web service using the UltraViolet backend by TitaniumNetwork. Have fun! Made with &#10084;&#65039; from SNOOT#7514">
<meta name="description" content="Fracital is a web service using the UltraViolet backend by TitaniumNetwork. Have fun! Made with &#10084;&#65039; from SNOOT#7514 and Fracital team!">
<meta property="og:image" content="/resources/favicon.png">
<title>Fracital</title>
<link rel="stylesheet" href="./styles/style.css" id="rels">
Expand All @@ -25,7 +25,7 @@
<a class="lg" onclick="reloadh();"><img class="logo" width="40" src="./resources/favicon.ico"/></a>
<div class="searchwrap" id="search">
<div class="urlbar" name="search" id="searchwrap">
<input type="search" name="url" id="urlbar" class="urlbarI" placeholder="Type a URL address">
<input type="search" name="url" id="urlbar" class="urlbarI inpc" placeholder="Type a URL address">
<button class="btnsrch" id="btnsrch" for="search">
<svg xmlns="http://www.w3.org/2000/svg" class="icon-tabler icon-tabler-search" id="icon-search" width="100" height="100" viewBox="0 0 24 24" stroke-width="2.5" stroke="#9e9e9e" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
Expand All @@ -36,7 +36,7 @@
</div>
</div>
<!-- <a id="fullscreen" class="fullscreen">
<svg xmlns="http://www.w3.org/2000/svg" class="icon iconfull" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" class="iconfull" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<polyline points="16 4 20 4 20 8"/>
<line x1="14" y1="10" x2="20" y2="4"/>
Expand All @@ -48,8 +48,8 @@
<line x1="4" y1="4" x2="10" y2="10"/>
</svg>
</a> -->
<a class="droppiebtn" id="droppiebtn">
<svg xmlns="http://www.w3.org/2000/svg" class="icon droppieic icon-tabler icon-tabler-menu-2" viewBox="0 0 24 24" stroke-width="2" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<a class="droppiebtn normc" id="droppiebtn">
<svg xmlns="http://www.w3.org/2000/svg" class="droppieic icon-tabler icon-tabler-menu-2" viewBox="0 0 24 24" stroke-width="2" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<line x1="4" y1="6" x2="20" y2="6"/>
<line x1="4" y1="12" x2="20" y2="12"/>
Expand All @@ -62,7 +62,7 @@
<div class="leftc">
<div class="btnsc">
<a class="gamedrop" id="dropgame">
<svg xmlns="http://www.w3.org/2000/svg" class="icon gamedropic icon-tabler icon-tabler-pacman" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" width="100%" height="100%">
<svg xmlns="http://www.w3.org/2000/svg" class="gamedropic icon-tabler icon-tabler-pacman" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" width="100%" height="100%">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z"></path>
<circle cx="11.5" cy="7.5" r="1" fill="currentColor"></circle>
Expand All @@ -84,7 +84,7 @@ <h2 class="bugsText">Bugs</h2>
<h2 class="qlText">Quick Sites</h2>
</a>
<a class="settb" id="settb">
<svg xmlns="http://www.w3.org/2000/svg" class="icon settic icon-tabler icon-tabler-tool" viewBox="0 0 24 24" stroke="transparent" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" class="settic icon-tabler icon-tabler-tool" viewBox="0 0 24 24" stroke="transparent" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5" />
</svg>
Expand All @@ -111,7 +111,7 @@ <h3 class="infql">Quick Launch sites</h3>
</div>
</div>
</div>
<iframe src="home.html" frameborder="0" class="frame" id="frame"></iframe>
<iframe src="home.html" frameborder="0" class="frame nonec" id="frame"></iframe>
<div class="alertbtm" id="alert">
<p class="alert">You can search lyrics from the drop down menu!</a></p>
<span class="alertbtmb" id="alertbtm"></span>
Expand Down
10 changes: 7 additions & 3 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,13 @@ urlbar.addEventListener("blur", () => {

function lyric() {
let query = prompt("song name and/or artist");
let conf = confirm(`is "${query}" what you want to search?`);
if(conf == true) {
go(`search.azlyrics.com/search.php?q=${query}`);
if(query == false) {
return;
} else if(query) {
let conf = confirm(`is "${query}" what you want to search?`);
if(conf == true) {
go(`search.azlyrics.com/search.php?q=${query}`);
}
}
}

Expand Down
Binary file added resources/fracital-hov.cur
Binary file not shown.
Binary file added resources/fracital-inp.cur
Binary file not shown.
Binary file added resources/fracital-none.cur
Binary file not shown.
Binary file added resources/fracital-norm.cur
Binary file not shown.
Loading

0 comments on commit 384edf8

Please sign in to comment.