Skip to content

Commit

Permalink
Site url update
Browse files Browse the repository at this point in the history
The site is now deployed by Vercel and is in a separate repository: https://github.com/spel987/PolyUploader-website/
  • Loading branch information
spel987 committed Mar 16, 2024
1 parent 446119a commit 2d2071e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project lets you upload your files remotely to different hosting sites.
<a href="#"><img src="https://i.imgur.com/CYPui1e.png"></a>
</h1>

## [The official website with documentation and code details](https://spel987.github.io/PolyUploader/)
## [The official website with documentation and code details](https://polyuploader.vercel.app/)

# Installation

Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<div data-tauri-drag-region class="fixed top-0 left-0 w-full backdrop-blur-lg bg-zinc-800/70 z-50 text-white py-2 px-4 flex justify-between items-center">
<div class="text-slate-400 ml-5" style="-webkit-app-region: no-drag">
<a id="window_title" href="https://spel987.github.io/PolyUploader/" target="_blank">PolyUploader</a>
<a id="window_title" href="https://polyuploader.vercel.app/" target="_blank">PolyUploader</a>
</div>
<div class="space-x-2 mr-2" style="-webkit-app-region: no-drag">
<button class="text-white transition hover:text-slate-400 scale-[0.9]" id="minimize_button"><i class="fas fa-window-minimize"></i></button>
Expand Down Expand Up @@ -880,7 +880,7 @@ <h1 class="mt-16 sm:text-4xl mb-8 font-bold text-center">PolyUploader</h1>
<button id="upload_history_button" class="bg-gradient-to-r mt-6 from-indigo-700 to-indigo-500 text-white transition duration-200 px-5 py-2 mr-5 rounded-lg hover:scale-[1.02] hover:from-indigo-500 hover:to-[#7072ee] hover:shadow-[0_0px_20px_rgba(99,_102,_241,_0.2)] active:scale-[1.05]">Upload history <i class="ml-1 fa-solid fa-clock-rotate-left" style="color: #ffffff;"></i></button>
<button id="check_status_button" class="bg-gradient-to-r mt-6 from-indigo-700 to-indigo-500 text-white transition duration-200 px-5 py-2 ml-l rounded-lg hover:scale-[1.02] hover:from-indigo-500 hover:to-[#7072ee] hover:shadow-[0_0px_20px_rgba(99,_102,_241,_0.2)] active:scale-[1.05]">Check host status <i class="fa-solid fa-arrows-rotate" style="color: #fefefe;"></i></button>
</div>
<p class="text-base mt-12 text-slate-400 text-center">For more information, see the <a class="text-sky-400" href="https://spel987.github.io/PolyUploader/" target="_blank">official website</a> or <a class="text-sky-400" href="https://github.com/spel987/PolyUploader" target="_blank">GitHub repository</a>.</p>
<p class="text-base mt-12 text-slate-400 text-center">For more information, see the <a class="text-sky-400" href="https://polyuploader.vercel.app/" target="_blank">official website</a> or <a class="text-sky-400" href="https://github.com/spel987/PolyUploader" target="_blank">GitHub repository</a>.</p>
<p class="text-sm mt-2 text-slate-400 text-center">Project created by Spel987 (<a class="text-sky-400" href="https://github.com/spel987" target="_blank">https://github.com/spel987</a>)</p>
<p id="footer_text" class="text-sm mt-2 mb-14 text-slate-400 text-center">PolyUploader + version</p>
</body>
Expand Down

0 comments on commit 2d2071e

Please sign in to comment.