Compare commits

...

2 Commits

8 changed files with 57 additions and 38 deletions

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Burgernotes</title> <title>Download Burgernotes</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
@ -35,13 +35,13 @@
<div class="feature black"><h1>Android</h1> <div class="feature black"><h1>Android</h1>
<p>We do not support your Android natively yet, however you may use the web app.</p></div> <p>We do not support your Android natively yet, however you may use the web app.</p></div>
<div class="feature black"><h1>iOS</h1> <div class="feature black"><h1>iOS</h1>
<p>There's two different Burgernotes apps available: the webclip and the native app. We recommend using the webclip as the native app is outdated and may not work. <p>There's two different Burgernotes apps available: the webclip and the native app. We recommend using the webclip as the native app is outdated and may not work.</p>
<br> <br>
<div class="hAlign downloadDiv">
<a href="/static/burgernotes.mobileconfig">Download Webclip (recommended)</a> <a href="/static/burgernotes.mobileconfig">Download Webclip (recommended)</a>
<br> &nbsp
<a href="https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa">Download Native (IPA)</a> <a href="https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa">Download Native (IPA)</a>
</p> </div>
</div> </div>
</div> </div>
<br> <br>

View File

@ -15,14 +15,16 @@
<body> <body>
<br><br><br> <br><br><br>
<div class="mainDiv"> <div class="mainDiv">
<div class="startDiv"> <div class="startDiv downloadDiv">
<h1>Safe home for your notes</h1> <h1>The safe home for your notes</h1>
<p class="burgerText">Burgernotes is the number one service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. And it's totally free.</p> <p class="burgerText">Burgernotes is the number one service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. And it's totally free.</p>
<div class="downloadDiv"> <br>
<a>Download</a> <div class="hAlign">
<p> or </p> <a href="/download">🍔 Download</a>
<div class="vAlign"><p> or </p></div>
<a href="/app">Open in your web browser</a> <a href="/app">Open in your web browser</a>
</div> </div>
<br><br>
<br> <br>
</div> </div>

View File

@ -70,7 +70,7 @@
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p> SUCH DAMAGES.</p>
<br> <br>
<button onclick="if(document.referrer!==' '){if(document.referrer!==''){window.location.href=document.referrer;}else{window.location.href='/';}window.location.href=document.referrer; }else{window.location.href='../index.html';}" style="cursor: pointer; padding: 15px 20px;margin-right: auto;color: white;text-decoration: none;background-color: var(--theme-color);border-radius: 8px;border: medium;font-size: 15px;">Take me back where I was!</button> <button onclick="if(document.referrer!==' '){if(document.referrer!==''){window.location.href=document.referrer;}else{window.location.href='/';}window.location.href=document.referrer; }else{window.location.href='../index.html';}" style="cursor: pointer; padding: 15px 20px;margin-right: auto;color: white;text-decoration: none;background-color: var(--theme-color);border-radius: 25px;border: medium;font-size: 15px;">Take me back where I was!</button>
<br><br> <br><br>
</body> </body>

View File

@ -8,7 +8,7 @@
--editor: #ffffff; --editor: #ffffff;
--text-color: #000000; --text-color: #000000;
--border-color: #dadada; --border-color: #dadada;
--theme-color: #1c71d8; --theme-color: #592acb;
--theme-text-color: #ffffff; --theme-text-color: #ffffff;
--exit-color: #e9e9e9; --exit-color: #e9e9e9;
--session-color: #f4f4f4; --session-color: #f4f4f4;
@ -31,7 +31,7 @@
--editor: #202124; --editor: #202124;
--text-color: #ffffff; --text-color: #ffffff;
--border-color: #393b3d; --border-color: #393b3d;
--theme-color: #3584e4; --theme-color: #592acb;
--theme-text-color: #ffffff; --theme-text-color: #ffffff;
--exit-color: #454649; --exit-color: #454649;
--session-color: #2d2f31; --session-color: #2d2f31;
@ -66,7 +66,6 @@
.burgerSession img { .burgerSession img {
filter: invert(100%) !important; filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
} }
.links a { .links a {
@ -88,7 +87,6 @@
.flathubLogo { .flathubLogo {
filter: invert(100%); filter: invert(100%);
-webkit-filter: invert(100%);
} }
.feature { .feature {
@ -112,11 +110,6 @@
.mainDiv .green { .mainDiv .green {
border-color: #a9f9a9 !important; border-color: #a9f9a9 !important;
} }
.links img {
filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
}
} }
p, p,
@ -147,7 +140,7 @@ body {
} }
.hiddenButton { .hiddenButton {
right: 0px; right: 0;
position: fixed; position: fixed;
background-color: var(--editor); background-color: var(--editor);
color: var(--editor); color: var(--editor);
@ -164,7 +157,7 @@ body {
border: solid; border: solid;
border-color: var(--border-color); border-color: var(--border-color);
border-width: 0px; border-width: 0;
border-bottom-width: 1px; border-bottom-width: 1px;
display: flex; display: flex;
} }
@ -179,7 +172,7 @@ body {
border: solid; border: solid;
border-color: var(--border-color); border-color: var(--border-color);
border-width: 0px; border-width: 0;
border-top-width: 1px; border-top-width: 1px;
display: flex; display: flex;
text-wrap: nowrap; text-wrap: nowrap;
@ -290,7 +283,7 @@ body {
background-color: var(--bar); background-color: var(--bar);
border: solid; border: solid;
border-color: var(--border-color); border-color: var(--border-color);
border-width: 0px; border-width: 0;
border-right-width: 1px; border-right-width: 1px;
border-top-width: 1px; border-top-width: 1px;
} }
@ -303,7 +296,7 @@ body {
.notesBar .noteButton, .notesBar .loadingStuff { .notesBar .noteButton, .notesBar .loadingStuff {
width: calc(100% - 7px - 7px - 3.5px); width: calc(100% - 7px - 7px - 3.5px);
height: 35px; height: 35px;
line-height: 0px; line-height: 0;
padding: 10px; padding: 10px;
margin: 5px; margin: 5px;
margin-bottom: 0; margin-bottom: 0;
@ -450,11 +443,11 @@ iframe#markdown {
.optionsDiv .normalButton { .optionsDiv .normalButton {
width: auto; width: auto;
margin-bottom: 0px; margin-bottom: 0;
} }
.optionsDiv .lastButton { .optionsDiv .lastButton {
margin-bottom: 0px; margin-bottom: 0;
} }
.optionsDiv input { .optionsDiv input {
@ -527,7 +520,6 @@ iframe#markdown {
scale: 1.3; scale: 1.3;
transform: translateY(1px); transform: translateY(1px);
filter: invert(var(--sessioninvert)) !important; filter: invert(var(--sessioninvert)) !important;
-webkit-filter: invert(var(--sessioninvert)) !important;
} }
.optionsDiv .section { .optionsDiv .section {
@ -547,7 +539,7 @@ iframe#markdown {
border-radius: 8px; border-radius: 8px;
margin-bottom: 5px; margin-bottom: 5px;
padding: 10px; padding: 10px;
padding-bottom: 0px; padding-bottom: 0;
display: flex; display: flex;
} }
@ -555,7 +547,7 @@ iframe#markdown {
display: inline; display: inline;
overflow-wrap: anywhere; overflow-wrap: anywhere;
margin: 10px; margin: 10px;
margin-top: 0px; margin-top: 0;
} }
.sessionDiv div button { .sessionDiv div button {
@ -572,7 +564,6 @@ iframe#markdown {
.sessionDiv img { .sessionDiv img {
display: inline; display: inline;
filter: none !important; filter: none !important;
-webkit-filter: none !important;
height: 35px; height: 35px;
position: static; position: static;
margin-right: 5px; margin-right: 5px;
@ -737,14 +728,14 @@ iframe#markdown {
} }
.mainDiv a { .mainDiv a {
padding: 15.5px; padding: 15px;
padding-left: 25px; padding-left: 20px;
padding-right: 25px; padding-right: 20px;
margin-right: auto; margin-right: auto;
color: white; color: white;
text-decoration: none; text-decoration: none;
background-color: var(--theme-color); background-color: #592ACB;
border-radius: 256px; border-radius: 12px;
} }
.mainDiv .burgerText { .mainDiv .burgerText {
@ -764,7 +755,6 @@ iframe#markdown {
border-radius: 12px; border-radius: 12px;
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px;
font-size: 17px; font-size: 17px;
padding-bottom: 30px; padding-bottom: 30px;
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,27 @@
/* vietnamese */
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(Space-Grotesk-Vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(Space-Grotesk-Latin-Ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Space Grotesk';
font-style: normal;
font-weight: 300 700;
font-display: swap;
src: url(Space-Grotesk-Latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}