You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.de.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Dieses Projekt wurde erstellt, um das Wissen, das in den virtuellen Kursen zu HTML und CSS erworben wurde, zu üben und zu demonstrieren.
9
9
10
-
## Das Projekt umfasst die folgenden Schlüsselaspekte:
10
+
## Das Projekt umfasst die folgenden Schlüsselaspekte
11
11
12
12
- Implementierung von strukturiertem **HTML** und seiner Interaktion mit dem **DOM**, zusammen mit kaskadierenden Stilen mit **CSS**.
13
13
- Richtiges Verwenden der **HTML**-Tag-Semantik, kombiniert mit CSS-Regeln, die die Zugänglichkeit und Leistung verbessern.
@@ -22,6 +22,7 @@ Dieses Projekt wurde erstellt, um das Wissen, das in den virtuellen Kursen zu HT
22
22
- Sicherstellung der **Kohärenz und Sauberkeit des Codes** mit einer organisierten Struktur, die die Wartung und Skalierbarkeit des Projekts erleichtert.
23
23
24
24
## Projektziel
25
+
25
26
Das Hauptziel dieses Projekts ist es, ein persönliches **Portfolio** (oder das Portfolio einer fiktiven Figur) zu entwickeln, wobei das in der Klasse erworbene Wissen angewendet wird. Ziel ist es, eine interaktive und visuell ansprechende Präsentation zu erstellen, die die Fähigkeiten und Projekte unseres gewählten Charakters zeigt, indem die im Kurs erlernten Technologien und Praktiken verwendet werden.
26
27
27
28
## Projektdetails
@@ -30,21 +31,22 @@ Das Hauptziel dieses Projekts ist es, ein persönliches **Portfolio** (oder das
30
31
- Ein Abschnitt mit einer Beschreibung von **uns** und unseren Fähigkeiten, die durch **Fortschrittsbalken** dargestellt werden. Diese Balken müssen mit **CSS** animiert werden.
31
32
- Ein **Banner** mit einem Hintergrundbild. Auf mobilen Bildschirmen sollte ein anderes Bild angezeigt werden (implementiere **Media Queries** oder **responsive Images**).
32
33
- Kontaktformular mit **Inputs**. Alle Felder sollten die richtigen Typen und HTML-Validierungen für jedes Feld haben:
Copy file name to clipboardExpand all lines: docs/README.md
+25-12Lines changed: 25 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
This project was created to exercise and demonstrate the knowledge acquired during virtual classes on HTML and CSS.
9
9
10
-
## The project covers the following key aspects:
10
+
## The project covers the following key aspects
11
11
12
12
- Implementation of structured **HTML** and its interaction with the **DOM**, along with cascading styles using **CSS**.
13
13
- Proper use of **HTML** tag semantics, combined with CSS rules that improve accessibility and performance.
@@ -22,6 +22,7 @@ This project was created to exercise and demonstrate the knowledge acquired duri
22
22
- Ensuring **cohesion and cleanliness of the code**, with an organized structure that facilitates project maintenance and scalability.
23
23
24
24
## Project Objective
25
+
25
26
The main objective of this project is to develop a personal **portfolio** (or a fictional character’s portfolio), applying the knowledge acquired in class. The idea is to create an interactive and visually appealing presentation that showcases the skills and projects of our chosen character using the technologies and practices learned during the course.
26
27
27
28
## Project Details
@@ -30,21 +31,22 @@ The main objective of this project is to develop a personal **portfolio** (or a
30
31
- A section with a description of **us** and our skills represented by **progress bars**. These bars must be animated using **CSS**.
31
32
- A **banner** with a background image. On mobile screens, a different image should be shown (implement **media queries** or **responsive images**).
32
33
- Contact form using **inputs**. All fields should have the correct types and HTML validation for each field:
0 commit comments