Compare commits
2 Commits
1b110ec1af
...
8f07350fa4
Author | SHA1 | Date |
---|---|---|
Tracker-Friendly | 8f07350fa4 | |
Tracker-Friendly | 545cc6905c |
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Burgernotes</title>
|
||||
<title>Download Burgernotes</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
|
@ -35,13 +35,13 @@
|
|||
<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>
|
||||
<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.
|
||||
<br>
|
||||
<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>
|
||||
<div class="hAlign downloadDiv">
|
||||
<a href="/static/burgernotes.mobileconfig">Download Webclip (recommended)</a>
|
||||
<br>
|
||||
 
|
||||
<a href="https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa">Download Native (IPA)</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
12
index.html
12
index.html
|
@ -15,14 +15,16 @@
|
|||
<body>
|
||||
<br><br><br>
|
||||
<div class="mainDiv">
|
||||
<div class="startDiv">
|
||||
<h1>Safe home for your notes</h1>
|
||||
<div class="startDiv downloadDiv">
|
||||
<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>
|
||||
<div class="downloadDiv">
|
||||
<a>Download</a>
|
||||
<p> or </p>
|
||||
<br>
|
||||
<div class="hAlign">
|
||||
<a href="/download">🍔 Download</a>
|
||||
<div class="vAlign"><p> or </p></div>
|
||||
<a href="/app">Open in your web browser</a>
|
||||
</div>
|
||||
<br><br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.</p>
|
||||
<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>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
--editor: #ffffff;
|
||||
--text-color: #000000;
|
||||
--border-color: #dadada;
|
||||
--theme-color: #1c71d8;
|
||||
--theme-color: #592acb;
|
||||
--theme-text-color: #ffffff;
|
||||
--exit-color: #e9e9e9;
|
||||
--session-color: #f4f4f4;
|
||||
|
@ -31,7 +31,7 @@
|
|||
--editor: #202124;
|
||||
--text-color: #ffffff;
|
||||
--border-color: #393b3d;
|
||||
--theme-color: #3584e4;
|
||||
--theme-color: #592acb;
|
||||
--theme-text-color: #ffffff;
|
||||
--exit-color: #454649;
|
||||
--session-color: #2d2f31;
|
||||
|
@ -66,7 +66,6 @@
|
|||
|
||||
.burgerSession img {
|
||||
filter: invert(100%) !important;
|
||||
-webkit-filter: invert(100%) !important;
|
||||
}
|
||||
|
||||
.links a {
|
||||
|
@ -88,7 +87,6 @@
|
|||
|
||||
.flathubLogo {
|
||||
filter: invert(100%);
|
||||
-webkit-filter: invert(100%);
|
||||
}
|
||||
|
||||
.feature {
|
||||
|
@ -112,11 +110,6 @@
|
|||
.mainDiv .green {
|
||||
border-color: #a9f9a9 !important;
|
||||
}
|
||||
|
||||
.links img {
|
||||
filter: invert(100%) !important;
|
||||
-webkit-filter: invert(100%) !important;
|
||||
}
|
||||
}
|
||||
|
||||
p,
|
||||
|
@ -147,7 +140,7 @@ body {
|
|||
}
|
||||
|
||||
.hiddenButton {
|
||||
right: 0px;
|
||||
right: 0;
|
||||
position: fixed;
|
||||
background-color: var(--editor);
|
||||
color: var(--editor);
|
||||
|
@ -164,7 +157,7 @@ body {
|
|||
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 0px;
|
||||
border-width: 0;
|
||||
border-bottom-width: 1px;
|
||||
display: flex;
|
||||
}
|
||||
|
@ -179,7 +172,7 @@ body {
|
|||
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 0px;
|
||||
border-width: 0;
|
||||
border-top-width: 1px;
|
||||
display: flex;
|
||||
text-wrap: nowrap;
|
||||
|
@ -290,7 +283,7 @@ body {
|
|||
background-color: var(--bar);
|
||||
border: solid;
|
||||
border-color: var(--border-color);
|
||||
border-width: 0px;
|
||||
border-width: 0;
|
||||
border-right-width: 1px;
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
@ -303,7 +296,7 @@ body {
|
|||
.notesBar .noteButton, .notesBar .loadingStuff {
|
||||
width: calc(100% - 7px - 7px - 3.5px);
|
||||
height: 35px;
|
||||
line-height: 0px;
|
||||
line-height: 0;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
margin-bottom: 0;
|
||||
|
@ -450,11 +443,11 @@ iframe#markdown {
|
|||
|
||||
.optionsDiv .normalButton {
|
||||
width: auto;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.optionsDiv .lastButton {
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.optionsDiv input {
|
||||
|
@ -527,7 +520,6 @@ iframe#markdown {
|
|||
scale: 1.3;
|
||||
transform: translateY(1px);
|
||||
filter: invert(var(--sessioninvert)) !important;
|
||||
-webkit-filter: invert(var(--sessioninvert)) !important;
|
||||
}
|
||||
|
||||
.optionsDiv .section {
|
||||
|
@ -547,7 +539,7 @@ iframe#markdown {
|
|||
border-radius: 8px;
|
||||
margin-bottom: 5px;
|
||||
padding: 10px;
|
||||
padding-bottom: 0px;
|
||||
padding-bottom: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -555,7 +547,7 @@ iframe#markdown {
|
|||
display: inline;
|
||||
overflow-wrap: anywhere;
|
||||
margin: 10px;
|
||||
margin-top: 0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.sessionDiv div button {
|
||||
|
@ -572,7 +564,6 @@ iframe#markdown {
|
|||
.sessionDiv img {
|
||||
display: inline;
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
height: 35px;
|
||||
position: static;
|
||||
margin-right: 5px;
|
||||
|
@ -737,14 +728,14 @@ iframe#markdown {
|
|||
}
|
||||
|
||||
.mainDiv a {
|
||||
padding: 15.5px;
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
padding: 15px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
margin-right: auto;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
background-color: var(--theme-color);
|
||||
border-radius: 256px;
|
||||
background-color: #592ACB;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.mainDiv .burgerText {
|
||||
|
@ -764,7 +755,6 @@ iframe#markdown {
|
|||
border-radius: 12px;
|
||||
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
font-size: 17px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
Reference in New Issue