8000 intial routes · oleg-darkdev/code-404_app@b69c81f · GitHub
[go: up one dir, main page]

Skip to content

Commit b69c81f

Browse files
committed
intial routes
1 parent 7300a4a commit b69c81f

File tree

14 files changed

+569
-5
lines changed

14 files changed

+569
-5
lines changed

src/routes/+layout.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
onMount(() => {
77
AOS.init();
88
});
9+
import { Header } from '$lib/widgets';
10+
911
</script>
1012

11-
<main class="bg-black overflow-hidden">
13+
<Header />
14+
15+
<main class=" overflow-hidden">
1216
<slot />
1317
</main>
1418

src/routes/+page.svelte

Lines changed: 124 additions & 4 deletions
Original file line numberDiff line numb 10000 erDiff line change
@@ -1,15 +1,135 @@
11
<script>
2-
// import { } from '$lib/shared';
3-
// import { } from '$lib/widgets';
4-
// import { } from '$lib/entities'
2+
import { promoTypesOfCodes, ftpCodesList, httpCodesList, smtpCodesList } from '$lib/shared';
3+
import { Cookie, Cart, Price, Hero, About, CodesCardsRow, CallToAction, Divider, Features, MemoryCards, Faq, Newsletter, Footer } from '$lib/widgets';
4+
// import { } from '$lib/entities';
55
</script>
66

77

88
<svelte:head>
9-
<title>Title</title>
9+
<title>CODE 404</title>
1010
</svelte:head>
1111

1212

13+
<Cookie />
14+
15+
<Cart/>
16+
17+
<Hero />
18+
19+
<About />
20+
21+
22+
23+
<section class="section">
24+
<a name="ftp"></a>
25+
<a name="http"></a>
26+
<a name="smtp"></a>
27+
<CodesCardsRow category={promoTypesOfCodes}/>
28+
</section>
29+
30+
31+
32+
<CallToAction />
33+
34+
<Features />
35+
36+
37+
<MemoryCards />
38+
39+
<!-- <Divider /> -->
40+
41+
42+
<Faq />
43+
44+
<section class="section has__bottom-sep-line cc-coffeeversity">
45+
<div class="padding-vertical padding-xhuge">
46+
<div class="container">
47+
<div class="blog-preview-wrapper">
48+
<div id="w-node-e0736323-56f5-6ac8-90b9-36ace8d3269c-a17c277a" class="margin-bottom margin-medium">
49+
<h2 id="w-node-_3c6b77cb-1eb0-bddf-7c3e-5b039d224602-a17c277a" class="big-heading">coffee­versity</h2>
50+
</div>
51+
<div id="w-node-_4d1fb6f6-457e-8df1-2cb2-60e08aa7ea0b-a17c277a" class="margin-bottom margin-medium cc-blog-text">
52+
<div class="normal-text">Kaffeezubereitung ist keine Wissenschaft. Man kann aber eine daraus machen. Bei uns findest du alles was du über das Kaffee-Unsiversum wissen musst.</div>
53+
</div>
54+
<div id="w-node-_4a1a042e-9703-1b66-ebeb-f87c1ac754d9-a17c277a" class="blog-preview--wrapper">
55+
<div class="blog-preview-collection w-dyn-list">
56+
<div role="list" class="blog-preview-list w-dyn-items">
57+
<div role="listitem" class="blog-preview-item w-dyn-item">
58+
<a href="/blog/krom-goes-german-brewers-cup-2024" class="blog-item-link-block whithout-padding w-inline-block">
59+
<div class="blog-preview--new-tag w-condition-invisible">
60+
<div class="new-tag">NEu</div>
61+
</div>
62+
<div class="blog-image-wrapper">
63+
<div class="blend-layer"></div>
64+
<img src="images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC.jpg" loading="lazy" alt="Thomas on stage" sizes="(max-width: 479px) 219.4453125px, (max-width: 767px) 31vw, (max-width: 991px) 21vw, (max-width: 1279px) 163.4921875px, (max-width: 1439px) 13vw, 14vw" srcset="images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-500.jpg 500w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-800.jpg 800w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-1080.jpg 1080w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-1600.jpg 1600w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-2000.jpg 2000w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-2600.jpg 2600w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC-p-3200.jpg 3200w, images/65f68eeaae5b4029ac15cc1c_Thomas%20on%20stage%20GBrC.jpg 7008w" class="blog-image">
65+
</div>
66+
<div class="blog-meta-wrapper margin-top margin-small">
67+
<div class="blog-hero-date">17.3.2024</div>
68+
<div style="background-color:hsla(212, 100.00%, 85.71%, 1.00)" class="blog-category-tag">Rezepte</div>
69+
</div>
70+
<div class="blog-teaser-text">
71+
<div class="margin-top margin-xsmall">
72+
<h3 class="small-heading">KRÖM goes German Brewers Cup 2024</h3>
73+
</div>
74+
<div class="margin-top margin-small">
75+
<p class="normal-text cc-blog-teaser-text">Habt ihr schon unseren KRÖM Exclusive probiert? Einen 200 Stunden anaerob fermentierten Pacamara? Der ist echt wild.</p>
76+
</div>
77+
</div>
78+
</a>
79+
</div>
80+
<div role="listitem" class="blog-preview-item w-dyn-item">
81+
<a href="/blog/b2b-kaffee" class="blog-item-link-block whithout-padding w-inline-block" 10000 >
82+
<div class="blog-preview--new-tag w-condition-invisible">
83+
<div class="new-tag">NEu</div>
84+
</div>
85+
<div class="blog-image-wrapper">
86+
<div class="blend-layer"></div>
87+
<img src="images/636cfbc0056d2d7b7ebae95c_KR%C3%96M%20Team.jpg" loading="lazy" alt="KRÖM Team" sizes="(max-width: 479px) 219.4453125px, (max-width: 767px) 31vw, (max-width: 991px) 21vw, (max-width: 1279px) 163.4921875px, (max-width: 1439px) 13vw, 14vw" srcset="images/636cfbc0056d2d7b7ebae95c_KR%C3%96M%20Team-p-500.jpg 500w, images/636cfbc0056d2d7b7ebae95c_KR%C3%96M%20Team-p-800.jpg 800w, images/636cfbc0056d2d7b7ebae95c_KR%C3%96M%20Team-p-1080.jpg 1080w, images/636cfbc0056d2d7b7ebae95c_KR%C3%96M%20Team.jpg 1170w" class="blog-image">
88+
</div>
89+
<div class="blog-meta-wrapper margin-top margin-small">
90+
<div class="blog-hero-date">10.11.2022</div>
91+
<div style="background-color:hsla(222.85714285714292, 16.28%, 91.57%, 1.00)" class="blog-category-tag">B2B</div>
92+
</div>
93+
<div class="blog-teaser-text">
94+
<div class="margin-top margin-xsmall">
95+
<h3 class="small-heading">B2B: Was KRÖM für dein Unternehmen tun kann</h3>
96+
</div>
97+
<div class="margin-top margin-small">
98+
<p class="normal-text cc-blog-teaser-text">Kaffee polarisiert nicht, Kaffee verbindet, Kaffee ist der beste Grund zur Pause!</p>
99+
</div>
100+
</div>
101+
</a>
102+
</div>
103+
</div>
104+
</div>
105+
</div>
106+
<a id="w-node-_88330f14-4bbc-510b-ceef-294ea980ec40-a17c277a" data-w-id="88330f14-4bbc-510b-ceef-294ea980ec40" href="/coffeeversity" class="blog-link-block w-inline-block">
107+
<div class="blog-link-text-wrapper">
108+
<div class="text-block-5">Zeig mir alles</div>
109+
<img src="images/arrow.svg" loading="lazy" alt="" class="button-arrow">
110+
</div>
111+
</a>
112+
<div id="w-node-b3adf56b-a0c4-f425-a399-078a7f9d1ad9-a17c277a" class="margin-top margin-medium tablet-and-down">
113+
<a data-w-id="43f6ec88-3c3c-fc09-2c6b-fb0ec1e73579" href="/coffeeversity" class="std-button black w-inline-block">
114+
<div class="normal-text button-text">Zur Coffeeversity</div>
115+
<img src="images/arrow.svg" loading="lazy" alt="" class="button-arrow white">
116+
</a>
117+
</div>
118+
</div>
119+
</div>
120+
</div>
121+
<div class="container cc-blog-container w-container"></div>
122+
</section>
123+
124+
<!-- <Newsletter /> -->
125+
126+
<Price />
127+
128+
<Footer />
129+
130+
131+
13132
<style>
14133
15134
</style>
135+

src/routes/app/+page.svelte

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<script>
2+
// import { } from '$lib/shared';
3+
import { Instruction, ByCategories } from '$lib/widgets';
4+
// import { } from '$lib/entities'
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404 - app</title>
10+
</svelte:head>
11+
12+
<ByCategories />
13+
14+
<Instruction />
15+
16+
17+
18+
19+
<style>
20+
21+
</style>

src/routes/codes/ftp/+page.svelte

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<script>
2+
import { ftpCodesList} from '$lib/shared';
3+
import { CodesCardsRow, } from '$lib/widgets';
4+
// import { } from '$lib/entities';
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
{#each ftpCodesList.allCodes as ftpCodesCategory}
13+
<section class="section">
14+
<CodesCardsRow category={ftpCodesCategory}/>
15+
</section>
16+
{/each}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<script>
2+
import { } from '$lib/shared';
3+
// import { } from '$lib/widgets';
4+
// import { } from '$lib/entities'
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
13+
<style>
14+
15+
</style>
16+

src/routes/codes/http/+page.svelte

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<script>
2+
import { } from '$lib/shared';
3+
import { } from '$lib/widgets';
4+
// import { } from '$lib/entities';
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<script>
2+
import { } from '$lib/shared';
3+
// import { } from '$lib/widgets';
4+
// import { } from '$lib/entities'
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
13+
<style>
14+
15+
</style>
16+

src/routes/codes/smtp/+page.svelte

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<script>
2+
import { smtpCodesList } from '$lib/shared';
3+
import { CodesCardsRow, } from '$lib/widgets';
4+
// import { } from '$lib/entities';
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
13+
{#each smtpCodesList.allCodes as smtpCodesCategory}
14+
<section class="section">
15+
<CodesCardsRow category={smtpCodesCategory}/>
16+
</section>
17+
{/each}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<script>
2+
import { httpInformationalCodes_100, httpSuccesCodes_200, httpRedirectionCodes_300, httpClientErrorCodes_400, httpServerErrorCodes_500, httpUnofficialCodes, httpMicrosoftISSCodes, httpShopifyCodes, httpObsoletedCodes, httpNginxCodes, httpCloudflareCodes, httpAwsCodes } from '$lib/shared';
3+
// import { } from '$lib/widgets';
4+
// import { } from '$lib/entities'
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
13+
<style>
14+
15+
</style>
16+

src/routes/http/+page.svelte

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<script>
2+
import { httpCodesList } from '$lib/shared';
3+
import { CodesCardsRow, } from '$lib/widgets';
4+
// import { } from '$lib/entities';
5+
</script>
6+
7+
8+
<svelte:head>
9+
<title>CODE 404</title>
10+
</svelte:head>
11+
12+
13+
14+
{#each httpCodesList.allCodes as httpCodesCategory}
15+
<section class="section">
16+
<CodesCardsRow category={httpCodesCategory}/>
17+
</section>
18+
{/each}

0 commit comments

Comments
 (0)
< 1557 div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden> You can’t perform that action at this time.
0