Exam zu den HTML- und CSS-Basics

Erstelle dein eigenes Zeiterfassungs-Dashboard - zumindest das Layout dafür ;).

Exam 1 - HTML5 & CSS3

task1 - Einzelarbeit
Erstelle mit Hilfe deines aktuellen Wissen eine neue Webseite.
Sie soll nur die HTML-Elemente und das CSS-Styling besitzen.
Die logischen Instrumente sind nicht nötig, da wir uns im nächsten Kurs mit Javascript/Typescript beschäftigen werden. Verwende die HTML5 konformen Tags.

RTM

Nachzubauen ist die neue Webseite vom RTM(login).
Nachfolgend werden die einzelnen Komponenten erklärt. Es werden nur diverse Stylings gegeben, den Rest müsst ihr selber versuchen zu definieren.
Zu unterst im File findet ihr noch diverse Hints, welche euch helfen könnten.
Die Icons sind hier hinterlegt.
asset

asset

WasFarbeLogoGrösseHover Farbe
Hintergrundfarbe in Headerrgba(236,239,242,1);-height: 57.25px;-
login Logo-login_logo.svgwidth: 180px;-
Text in Headerrgba(119,119,119,1);---
Datum(Tag)rgba(213,45,40,1);---
Kommen Logo-kommen.svgwidth: 22px; height: 22px;rgba(255,255,255,1);
Farbe untere Zeile Logorgba(255,0,0,1);-width: 250px;rgba(255,255,255,1);
Uhr Logo-uhr.svgwidth: 22px; height: 22px;rgba(255,255,255,1);
Pfeil (Menu Sprache) Logo-pfeil_unten.svg-rgba(255,255,255,1);
Refresh Logo-refresh.svgwidth: 22px; height: 22px;rgba(255,255,255,1);
Personen Logo-persons.svgwidth: 22px; height: 22px;rgba(255,255,255,1);
Profil Logo-profil.svgwidth: 22px; height: 22px;rgba(255,255,255,1);
Logout Logo-logout.svgwidth: 22px; height: 22px;rgba(255,255,255,1);

Linke Sidenav

asset

WasFarbeLogoGrösseHover Farbe
Hintergrund in Sidenavrgba(0,158,195,1)-width: 180px;rgba(0,100,128,1);
Profil Logo-profil.svgwidth: 88px;height: 88px;-
Abwesend Textrgb(211, 47, 47);---
Cockpit Logobackground: rgba(230,230,230,1);color: rgba(115,115,115,1);cockpit.svgwidth: 16px; height: 16px;-
Personen Logo-persons.svgwidth: 16px; height: 16px;background: rgba(0,100,128,1);
Einsatzplan Logo-einsatzplan.svgwidth: 16px; height: 16px;background: rgba(0,100,128,1);
Abfragen Logo-abfragen.svgwidth: 16px; height: 16px;background: rgba(0,100,128,1);
Abfragen Pfeil Logo-pfeil_oben.svgwidth: 9px; height: 14px;rgba(0,100,128,1);
Palungsliste Logo-einsatzplan.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Tagesübersicht Logo-buchung.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Buchungsliste Logo-buchung.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Zeitwertliste Logo-buchung.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Saldoübersicht Logo-saldo.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Spesenauswertung Logo-buchung.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Auftragsauswertung Logo-buchung.svgwidth: 16px; height: 16px;rgba(0,100,128,1);
Berichte Logo-drucken.svgwidth: 16px; height: 16px;rgba(0,100,128,1);

Rechte Sidenav

asset

WasFarbeLogoGrösseHover Farbe
Hintergrund in Sidenavrgba(255, 255, 255, 1);-width: 250px;rgba(245, 245, 245, 1);
Anwesend Textrgba(66,159,70,1);---
Profil Logo-profil.svgwidth: 35px; height: 35px;-
Uhr Logo-clock.svgwidth: 24px; height: 28px;-
Abwesend Textrgba(255,0,0,1);---
Text allgemeinrgba(33,33,33,1);---

Content

asset

WasFarbeLogoGrösseHover Farbe
Hintergrund in Contentbackground: rgb(243, 243, 243,1); color: rgba(33,33,33,1);---
Bearbeiten Logo-edit.svgwidth: 14px; height: 14px;rgba(250, 250, 250, 1);
Plus Logo(disabled)plus.svgcolor: lightgrey; width: 11px; height: 14px;rgba(250, 250, 250, 1);
Pfeil-Unten Logo(disabled)pfeil_unten.svgcolor: lightgrey; width: 9px; height: 14px;rgba(250, 250, 250, 1);
Speichern Logo(disabled)save.svgcolor: lightgrey; width: 12px; height: 14px;rgba(250, 250, 250, 1);
Rückgängig Logo(disabled)undo.svgcolor: lightgrey; width: 12px; height: 14px;rgba(250, 250, 250, 1);
SBB Crackheadrgba(217,230,242,1);-width: 716.5px; height: 180px;rgba(224,231,235,1);
Profil Logo-profil.svgwidth: 140px; height: 140px;-
Ausrufezeichen Logos-request.svgwidth: 24px; height: 24px;-
Absenzen Textrgb(33, 150, 243);-width: 352.75px; height: 180px;-
Visum Textrgb(16, 85, 192);-width: 352.75px; height: 180px;-
Warnung Logo-warning.svgwidth: 24px; height: 24px;-
Warnung Textrgb(219, 73, 216);-width: 352.75px; height: 180px;-
Alarm Logo-alert.svgwidth: 24px; height: 24px;-
Alart Textrgb(255, 67, 81);-width: 352.75px; height: 180px;-

task1
Hint: über allen hover-Elementen pointer
Schatten: box-shadow
Scrollleiste: overflow-y oder overflow-x

Sobald du fertig bist…

Wenn du fertig mit diesem Exam bist, zeige dein Resultat einem Coach. Nach dem Okay des Coaches kannst du mit JavaScript beginnen.

Last modified August 15, 2023: html+css exam: format table (8c7e9e6a)