Error/Success
Ready
This template shows how to build a simple responsive error view using Duet’s components. The same template can be used for success views as well by changing the illustration.
Hint: Press F
on your keyboard to view both templates and components in fullscreen and
ESC
to exit the fullscreen mode. You can also open the template in
a new browser window.
<!DOCTYPE html>
<html class="duet-bg-gradient duet-sticky-footer" lang="fi">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>LähiTapiola</title>
<link rel="stylesheet" href="https://cdn.duetds.com/api/fonts/1.3.13/lib/localtapiola.css" integrity="sha384-5JYmtSD7nykpUvSmTW1CHMoBDkBZUpUmG0vuh+NUVtZag3F75Kr7+/JU3J7JV6Wq" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.duetds.com/api/css/1.4.13/lib/duet.min.css" integrity="sha384-uK6FZ3yd5W1eAGo327m3oQXJRKnKy/vRlc8luY/5O9R/uQ+chsrpxcJkMba2/vaB" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.duetds.com/api/tokens/2.0.30/lib/tokens.custom-properties.css" integrity="sha384-arb0dRY7eabL9qYMLabGqlrgO9p75pZ9lvaqh3xpLpNUUW6KBtRjKqkSwBv3HyLp" crossorigin="anonymous" />
<script type="module" src="/components/duet.esm.js"></script>
<script nomodule src="/components/duet.js"></script>
</head>
<body>
<duet-layout center middle>
<div slot="main" class="duet-text-center">
<img src="https://arielsalminen.com/work/duet-design-system/assets/img/illustrations/placeholder-dark.svg"
alt="Kuvitus" style="max-width:358px;width:70%;height:auto;"/>
<duet-spacer size="large"></duet-spacer>
<duet-heading level="h1">Hyvä asiakkaamme, palvelussa on juuri nyt huoltokatko</duet-heading>
<duet-paragraph variation="intro">
Kehitämme palveluita, pahoittelemme katkosta aiheutuvaa
haittaa. Olet tervetullut palveluun katkon päätyttyä.
</duet-paragraph>
<duet-spacer size="x-small"></duet-spacer>
<duet-button
fixed
variation="primary"
url="https://arielsalminen.com"
icon="navigation-arrow-right"
icon-right>
Siirry etusivulle
</duet-button>
</div>
</duet-layout>
<duet-footer variation="simple"></duet-footer>
<script>
// Save references to components we want to adjust below
var footer = document.querySelector("duet-footer")
// Set the help menu items in footer
footer.menu = [
{ label: 'Turvallisuus ja käyttöehdot', href: '#' },
{ label: 'Evästeet', href: '#' },
{ label: 'Henkilötietojen käsittely', href: '#' },
]
</script>
</body>
</html>
Integration
To install this template’s dependencies into your project, run:
npm install @duetds/components
npm install @duetds/css
npm install @duetds/fonts
For further guidelines, please see each package’s documentation.
Tutorials
Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:
Tutorials
Abstract
TutorialsBuilding Layouts
TutorialsCreating Custom Patterns
TutorialsServer Side Rendering
TutorialsSharing Prototypes
TutorialsVS Code
TutorialsZeplin
TutorialsUsing CLI Tools
TutorialsUsage With Markdown
Troubleshooting
If you experience any issues while using a template, please head over to the Support page for more guidelines and help.