|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <link rel="preconnect" href="https://fonts.googleapis.com" /> |
5 | | - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
6 | | - <link |
7 | | - rel="preload" |
8 | | - href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:wght@300..800&display=swap" |
9 | | - as="style" |
10 | | - onload="this.onload=null;this.rel='stylesheet'" |
11 | | - /> |
12 | | - <link |
13 | | - rel="icon" |
14 | | - href="/assets/images/mb-mark.svg" |
15 | | - type="image/svg+xml" |
16 | | - /> |
17 | | - <title>{{ page.title }}</title> |
18 | | - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
19 | | - <meta charset="UTF-8" /> |
20 | | - <meta name="description" content="{{page.description}}" /> |
21 | | - {% include lazy-load.html %} |
22 | | - <link integrity="" rel="stylesheet" href="/assets/main.css" /> |
23 | | - <link rel="stylesheet" href="/assets/pasta/reset.css" /> |
24 | | - <link rel="stylesheet" href="/assets/pasta/colours.css" /> |
25 | | - <link rel="stylesheet" href="/assets/pasta/base-variables.css" /> |
26 | | - <link rel="stylesheet" href="/assets/pasta/typography.css" /> |
27 | | - <link rel="stylesheet" href="/assets/pasta/navigation.css" /> |
28 | | - <link rel="stylesheet" href="/assets/pasta/button.css" /> |
29 | | - <link rel="stylesheet" href="/assets/pasta/form.css" /> |
30 | | - <link rel="stylesheet" href="/assets/pasta/stripes.css" /> |
31 | | - <link rel="stylesheet" href="/assets/components/arrows.css" /> |
32 | | - <link rel="stylesheet" href="/assets/components/marketing-hero.css" /> |
33 | | - <link |
34 | | - rel="stylesheet" |
35 | | - href="/assets/components/full-width-layout.css" |
36 | | - /> |
37 | | - <link rel="stylesheet" href="/assets/components/colomnar-layout.css" /> |
38 | | - <link rel="stylesheet" href="/assets/components/default-layout.css" /> |
39 | | - <link rel="stylesheet" href="/assets/components/posts.css" /> |
40 | | - </head> |
| 3 | + <head> |
| 4 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 5 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 6 | + <link |
| 7 | + rel="preload" |
| 8 | + href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:wght@300..800&display=swap" |
| 9 | + as="style" |
| 10 | + onload=" |
| 11 | + this.onload = null; |
| 12 | + this.rel = 'stylesheet'; |
| 13 | + " |
| 14 | + /> |
| 15 | + <link rel="icon" href="/assets/images/mb-mark.svg" type="image/svg+xml" /> |
| 16 | + <title>{{ page.title }}</title> |
| 17 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 18 | + <meta charset="UTF-8" /> |
| 19 | + <meta name="description" content="{{page.description}}" /> |
| 20 | + {% include lazy-load.html %} |
| 21 | + <link integrity="" rel="stylesheet" href="/assets/main.css" /> |
| 22 | + <link rel="stylesheet" href="/assets/pasta/reset.css" /> |
| 23 | + <link rel="stylesheet" href="/assets/pasta/colours.css" /> |
| 24 | + <link rel="stylesheet" href="/assets/pasta/base-variables.css" /> |
| 25 | + <link rel="stylesheet" href="/assets/pasta/typography.css" /> |
| 26 | + <link rel="stylesheet" href="/assets/pasta/navigation.css" /> |
| 27 | + <link rel="stylesheet" href="/assets/pasta/button.css" /> |
| 28 | + <link rel="stylesheet" href="/assets/pasta/form.css" /> |
| 29 | + <link rel="stylesheet" href="/assets/pasta/stripes.css" /> |
| 30 | + <link rel="stylesheet" href="/assets/components/arrows.css" /> |
| 31 | + <link rel="stylesheet" href="/assets/components/marketing-hero.css" /> |
| 32 | + <link rel="stylesheet" href="/assets/components/full-width-layout.css" /> |
| 33 | + <link rel="stylesheet" href="/assets/components/colomnar-layout.css" /> |
| 34 | + <link rel="stylesheet" href="/assets/components/default-layout.css" /> |
| 35 | + <link rel="stylesheet" href="/assets/components/posts.css" /> |
41 | 36 |
|
42 | | - <body class="dark"> |
43 | | - <div class="navigation"> |
44 | | - <div class="navigation__left"> |
45 | | - <div class="field-errors"> |
46 | | - <img |
47 | | - class="logo" |
48 | | - alt="logo" |
49 | | - data-echo="/assets/images/mb-mark.svg" |
50 | | - /> |
51 | | - <b class="logo-text">managerbot</b> |
52 | | - </div> |
53 | | - </div> |
54 | | - <div class="navigation__right"> |
55 | | - <a href="https://app.managerbot.dev">Log In</a> |
56 | | - <a |
57 | | - href="https://app.managerbot.dev/authentication/register" |
58 | | - class="button secondary" |
59 | | - > |
60 | | - Get Started |
61 | | - <img |
62 | | - data-echo="/assets/images/heart.svg" |
63 | | - alt="" |
64 | | - class="heart" |
65 | | - /> |
66 | | - </a> |
67 | | - </div> |
68 | | - </div> |
69 | | - {{ content }} |
70 | | - </body> |
71 | | - {% include posthog.html %} |
| 37 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 38 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 39 | + <link |
| 40 | + href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap" |
| 41 | + rel="stylesheet" |
| 42 | + /> |
| 43 | + </head> |
| 44 | + |
| 45 | + <body class="dark"> |
| 46 | + <div class="navigation"> |
| 47 | + <div class="navigation__left"> |
| 48 | + <img class="logo" alt="logo" data-echo="/assets/images/mb-mark.svg" /> |
| 49 | + <b class="logo-text">managerbot</b> |
| 50 | + </div> |
| 51 | + <div class="navigation__right"> |
| 52 | + <a href="https://app.managerbot.dev">Log In</a> |
| 53 | + <a |
| 54 | + href="https://app.managerbot.dev/authentication/register" |
| 55 | + class="button secondary" |
| 56 | + > |
| 57 | + Create Account |
| 58 | + <img data-echo="/assets/images/heart.svg" alt="" class="heart" /> |
| 59 | + </a> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + {{ content }} |
| 63 | + </body> |
| 64 | + {% include posthog.html %} |
72 | 65 | </html> |
0 commit comments