Update subscriptions and parallax image

This commit is contained in:
2022-04-18 22:17:37 +02:00
parent a39b68cbfb
commit 047de526ec
8 changed files with 22 additions and 23 deletions

View File

@@ -92,8 +92,8 @@ footer {
header>h1 { header>h1 {
text-shadow: 1px 1px 4px var(--shadow_color); text-shadow: 1px 1px 4px var(--shadow_color);
margin-top: 69px; margin-top: 80px;
margin-bottom: 69px; margin-bottom: 80px;
} }
footer>.footer_content { footer>.footer_content {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

View File

@@ -12,7 +12,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-blend-mode: luminosity; background-blend-mode: luminosity;
background-attachment: fixed; background-attachment: fixed;
background-position: center; background-position: center top;
background-size: cover; background-size: cover;
color: #ffffff; color: #ffffff;
} }

View File

@@ -30,7 +30,7 @@ let set_status = async (action, report_type) => {
} }
</script> </script>
<Expandable expanded={report.status === "pending" && report.reports.length > 2} click_expand> <Expandable expanded={report.status === "pending"} click_expand>
<div slot="header" class="header"> <div slot="header" class="header">
<div class="icon_cell"> <div class="icon_cell">
<img class="file_icon" src={"/api/file/"+report.file.id+"/thumbnail"} alt="File thumbnail"/> <img class="file_icon" src={"/api/file/"+report.file.id+"/thumbnail"} alt="File thumbnail"/>

View File

@@ -40,6 +40,14 @@ onMount(() => {
</button> </button>
</div> </div>
</div> </div>
<div>
<div class="feat_label">
Storage space
</div>
<div class="feat_pro">
<span class="text_highlight">No storage limit</span>
</div>
</div>
<div> <div>
<div class="feat_label"> <div class="feat_label">
Data transfer limit Data transfer limit
@@ -64,7 +72,8 @@ onMount(() => {
</div> </div>
<div class="feat_pro"> <div class="feat_pro">
<span class="text_highlight">High priority</span> <span class="text_highlight">High priority</span>
bandwidth for files you download and files on your account bandwidth for files you download and files you share from your
account
</div> </div>
</div> </div>
<div> <div>
@@ -110,17 +119,6 @@ onMount(() => {
logging logging
</div> </div>
</div> </div>
<div>
<div class="feat_label">
Storage space
</div>
<div class="feat_normal">
500 gigabytes
</div>
<div class="feat_pro">
<span class="text_highlight">No storage limit</span>
</div>
</div>
<div> <div>
<div class="feat_label"> <div class="feat_label">
Online file previews Online file previews

View File

@@ -29,13 +29,14 @@ import UploadWidget from "./UploadWidget.svelte";
button, or by dragging them onto this page from your file button, or by dragging them onto this page from your file
manager. manager.
</p> </p>
<h2>Accounts</h2>
<p> <p>
If you uploaded multiple files at once you can also create a An account is not required to use pixeldrain, but it enables some useful
list, which is a collection of files with one single link. Like features. With a pixeldrain account you can access your files and albums
a photo album, a music record or a video compilation. Click the on all your devices. You can also rename and delete files you have
'Create list with uploaded files' button after your uploads are uploaded. And create and reorder albums you have created. Sign up for a
complete. The files will be saved in the order you uploaded pixeldrain account on <a href="/register">the registration page</a>.
them. More about pixeldrain's features below.
</p> </p>
</section> </section>
<header> <header>

View File

@@ -34,7 +34,7 @@
</div> </div>
<div class="feat_pro features_cell"> <div class="feat_pro features_cell">
<div><span class="text_highlight">20 GB</span> max file size</div> <div><span class="text_highlight">20 GB</span> max file size</div>
<div><span class="text_highlight">360 days</span> file expiry</div> <div><span class="text_highlight">Files never expire</span></div>
<div><span class="text_highlight">4 TB</span> transfer limit</div> <div><span class="text_highlight">4 TB</span> transfer limit</div>
<div><span class="text_highlight">4 TB</span> storage space</div> <div><span class="text_highlight">4 TB</span> storage space</div>
<div> <div>