-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 4.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang=en>
<head>
<title>Overview</title>
</head>
<body>
<h1>web-components-toolbox-cafe-royal</h1>
<h2>Setup</h2>
<ol>
<li>git submodule update --init --recursive --remote --force</li>
<li>npm install</li>
<li>npm run serve</li>
<li>note: on windows systems you may need to run: "git config --system core.longpaths true"</li>
</ol>
<br>
<h3>Pages</h3>
<div id=pages></div>
<script>
const pageQuery = 'rootFolder=src&css=./src/css/variablesCustom.css&login=./src/es/components/molecules/headerSection/default-/default-.html&logo=./src/es/components/atoms/logo/default-/default-.html&nav=./src/es/components/molecules/navigation/multiLevel-/multiLevel-.html&footer=./src/es/components/organisms/footer/default-/default-.html'
document.querySelector('#pages').innerHTML = /* HTML */`
<ul>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/FrontendDemo.html#galerie">Frontend Demo</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/BrandWrapper.html">BrandWrapper</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/ContactForm.html">ContactForm</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/SimpleForm.html">SimpleForm</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/TeaserFE.html">TeaserFE</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/YearCarousel.html">YearCarousel</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/EmotionCarousel.html">EmotionCarousel</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/StandortePicker.html">StandortePicker</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/StandortePickerEinzel.html">StandortePickerEinzel</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/ProjektListeWrapper.html">ProdukteListeWrapper</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/RecipeTable.html">RecipeTable</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/RecipeAccordeon.html">RecipeAccordeon</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/SustainabilityMetrics.html">SustainabilityMetrics</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/ScrollToTop.html">ScrollToTop</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/Distributoren.html">Distributoren</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/Geschäftsleitung.html">Geschäftsleitung</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/WrapperTeaser.html">WrapperTeaser</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/testSite.html">matteoEinführung</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?${pageQuery}&content=./src/es/components/pages/testFabienne.html">FabienneTest</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?rootFolder=src&css=./src/css/variablesCustom.css&content=./src/es/components/pages/ProductTeaser.html">ProductTeaser - Plain</a></li>
<li><a href="./src/es/components/web-components-toolbox/docs/TemplateDelica.html?rootFolder=src&css=./src/css/variablesCustom.css&content=./src/es/components/pages/ProductTeaserModal.html">ProductTeaserModal - Plain</a></li>
</ul>
`
</script>
<hr />
<h3>web-components-toolbox</h3>
<ul>
<li><a href="./src/es/components/web-components-toolbox/">Base web-components-toolbox</a></li>
</ul>
</body>
</html>