This is a calendar application. It allows for browsing dates and selecting individual dates. You can schedule events on future days.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Cette source est librement inspirée du bon article tympanus https://tympanus.net/codrops/2014/12/15/elastic-svg-elements/ | |
--> | |
<nav class="nav"> | |
<button class="nav-toggle"><span>Menu</span></button> | |
<ul class="nav-menu"> | |
<li>Home</li> | |
<li>Favorites</li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="cd-popup cd-popup-industrie" role="alert"> | |
<div class="cd-popup-container"> | |
<h2>Industrie</h2> | |
<p>Wenn Bauteile eigenständig mit der Produktionsanlage kommunizieren und bei Bedarf selbst eine Reparatur veranlassen oder Material nachbestellen - wenn sich Menschen, Maschinen und industrielle Prozesse intelligent vernetzen, dann sprechen wir von Industrie 4.0. Nach Dampfmaschine, Fließband und Computer stehen wir nun mit intelligenten Fabriken vor der vierten industriellen Revolution. Durch die Verzahnung von Produktion mit modernster Informations- und Kommunikationstechnik können Produkte kostengünstiger, effizienter und nach individuellen Kundenwünschen hergestellt werden. Gleichzeitig stellt die Digitalisierung die Industrie vor große Herausforderungen: Neue Daten, Vernetzung, Automatisierung und die digitale Kundenschnittstelle erfordern von Unternehmen, ihre Geschäftsprozesse und -modelle zu hinterfragen, um neue Möglichkeiten zu erkennen, zu entwickeln und umzusetzen. | |
</p> | |
<div c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html class="menu"> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<meta http-equiv="X-UA-Compatible" content=="IE=edge"/> | |
<meta name="google" value="notranslate"/> | |
<title>Side Menu</title> |
Inspired by Mikołaj Gałęziowski "https://dribbble.com/shots/14831798-Glassmorphism-Big-Sur-Creative-Cloud-App-Redesign"
A Pen by Aysenur Turk on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>World Population - Apache ECharts Demo</title> | |
</head> | |
<body> | |
<div id="chart-container"></div> | |
<script src="https://fastly.jsdelivr.net/npm/[email protected]/dist/echarts.min.js"></script> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="card"> | |
<h1>Coronavirus - Facts, advice and measures</h1> | |
<details class="warning"> | |
<summary>Facts and knowledge about COVID-19</summary> | |
<p>Some text to be hidden.</p> | |
<p>Some text to be hidden.</p> | |
<p>Some text to be hidden.</p> | |
<p>Some text to be hidden.</p> | |
</details> |