diff --git a/download.html b/download/index.html similarity index 92% rename from download.html rename to download/index.html index 81680c9..31783aa 100644 --- a/download.html +++ b/download/index.html @@ -2,7 +2,7 @@ - Burgernotes + Download Burgernotes @@ -35,13 +35,13 @@

Android

We do not support your Android natively yet, however you may use the web app.

iOS

-

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. -
+

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.

+
+
Download Webclip (recommended) -
+   Download Native (IPA) -

- +

diff --git a/index.html b/index.html index 426f200..3086581 100644 --- a/index.html +++ b/index.html @@ -15,13 +15,13 @@


-
-

Safe home for your notes

+
+

The safe home for your notes

Burgernotes is the number one service for storing your shopping list, tasks'n todos, code snippets plus more. And it's totally free.


-
- 🍔 Download -

or

+

diff --git a/privacy/index.html b/privacy/index.html index 725608c..813e9bd 100644 --- a/privacy/index.html +++ b/privacy/index.html @@ -70,7 +70,7 @@ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.


- +

diff --git a/static/css/style.css b/static/css/style.css index be0a1b5..713a15f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,5 @@ -@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap"); -@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"); +@import url("/static/fonts/inter.css"); +@import url("/static/fonts/space-grotesk.css"); :root { --contrast: #eee; @@ -8,7 +8,7 @@ --editor: #ffffff; --text-color: #000000; --border-color: #dadada; - --theme-color: #592acb; + --theme-color: #1c71d8; --theme-text-color: #ffffff; --exit-color: #e9e9e9; --session-color: #f4f4f4; @@ -31,7 +31,7 @@ --editor: #202124; --text-color: #ffffff; --border-color: #393b3d; - --theme-color: #592acb; + --theme-color: #3584e4; --theme-text-color: #ffffff; --exit-color: #454649; --session-color: #2d2f31; @@ -436,7 +436,7 @@ iframe#markdown { border: none; text-decoration: none; background-color: var(--theme-color); - border-radius: 8px; + border-radius: 10px; cursor: pointer; font-size: 15px; } @@ -460,7 +460,7 @@ iframe#markdown { border: solid; border-color: var(--border-color); border-width: 1px; - border-radius: 8px; + border-radius: 25px; } .optionsDiv .mfacheckbox { @@ -594,8 +594,7 @@ iframe#markdown { border: solid; border-color: var(--border-color); border-width: 1px; - border-radius: 8px; - + border-radius: 25px; } .inoutdiv button { @@ -607,7 +606,7 @@ iframe#markdown { padding-right: 20px; border: none; - border-radius: 8px; + border-radius: 25px; font-size: 14px; @@ -713,11 +712,17 @@ iframe#markdown { font-size: 18px; } -.downloadDiv { +.hAlign { justify-content: center; display: flex; } +.vAlign { + justify-content: center; + display: flex; + flex-direction: column; +} + .downloadDiv p { margin-top: 10px; margin-bottom: 10px; @@ -734,8 +739,8 @@ iframe#markdown { margin-right: auto; color: white; text-decoration: none; - background-color: #592ACB; - border-radius: 12px; + background-color: var(--theme-color); + border-radius: 25px; } .mainDiv .burgerText { diff --git a/static/fonts/Space-Grotesk-Latin-Ext.woff2 b/static/fonts/Space-Grotesk-Latin-Ext.woff2 new file mode 100644 index 0000000..fc162a5 Binary files /dev/null and b/static/fonts/Space-Grotesk-Latin-Ext.woff2 differ diff --git a/static/fonts/Space-Grotesk-Latin.woff2 b/static/fonts/Space-Grotesk-Latin.woff2 new file mode 100644 index 0000000..6878537 Binary files /dev/null and b/static/fonts/Space-Grotesk-Latin.woff2 differ diff --git a/static/fonts/Space-Grotesk-Vietnamese.woff2 b/static/fonts/Space-Grotesk-Vietnamese.woff2 new file mode 100644 index 0000000..bec5d24 Binary files /dev/null and b/static/fonts/Space-Grotesk-Vietnamese.woff2 differ diff --git a/static/fonts/space-grotesk.css b/static/fonts/space-grotesk.css new file mode 100644 index 0000000..80aa676 --- /dev/null +++ b/static/fonts/space-grotesk.css @@ -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; +}