Skip to content

Commit d7dba58

Browse files
committed
update readme and node build is added to package
1 parent 9030c62 commit d7dba58

File tree

4 files changed

+62
-135
lines changed

4 files changed

+62
-135
lines changed

docs/README.de.md

Lines changed: 11 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -65,69 +65,37 @@ Das Hauptziel dieses Projekts ist die Entwicklung eines **persönlichen Portfoli
6565

6666
### Sprachen
6767

68-
- **HTML**: Für die Strukturierung des Inhalts und Aufbau der Webseite.
69-
- **CSS**: Für das Design und visuelle Erscheinungsbild, um ein attraktives und einheitliches Benutzererlebnis zu gewährleisten.
70-
71-
### Abhängigkeiten
72-
73-
Keine
68+
- **Sprachen:** HTML und CSS.
69+
- **Bemerkenswerte Abhängigkeiten (Node.js):** Keine.
7470

7571
<!-- ------------------------------------------------------------------------------------------- -->
7672

7773
## Installations- und Nutzungshinweise
7874

79-
### Software-Voraussetzungen
75+
### 1. Softwareanforderungen
8076

8177
- **[Git](https://git-scm.com/downloads)** (getestet mit Version **2.47.1.windows.1**)
8278
- **[Visual Studio Code](https://code.visualstudio.com/)** (getestet mit Version **1.99.0**)
83-
- **Live Server** (VS Code addon, _optional_)
79+
- **Live Server** (VS Code-Addon, _optional_)
8480

85-
### Repository klonen
86-
87-
Projekt
81+
### 2. Repository-Klonen
8882

8983
```bash
9084
git clone https://github.com/pablo-sch/keepcoding-02-html-css.git
9185
```
9286

93-
Demo
94-
95-
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
87+
`>` **Klon-Demo in VSCode ansehen:** 🎥 [Gif Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
9688

97-
### Hinweise
98-
99-
Nach dem Klonen des Repositories öffne die Dateien `index.html`, `project.html`, `404.html` und `500.html` mit **Live Server**, um sie im Browser anzuzeigen.
89+
**Hinweis:** Nach dem Klonen des Repositories öffne die Dateien `index.html`, `project.html`, `404.html` und `500.html` mit **Live Server**, um sie im Browser anzuzeigen.
10090

10191
<!-- ------------------------------------------------------------------------------------------- -->
10292

103-
## Projektvorschau
104-
105-
### Index-Ansicht
106-
107-
![Index View](../etc/preview_images/index.png)
108-
109-
### Mobile Index-Ansicht
110-
111-
![Index Mobile View](../etc/preview_images/index_mobile.png)
112-
113-
### Projektansicht
114-
115-
![Projects View](../etc/preview_images/projects.png)
116-
117-
### Mobile Projektansicht
118-
119-
![Projects Mobile View](../etc/preview_images/projects_mobile.png)
120-
121-
### 404-Ansicht
122-
123-
![404 View](../etc/preview_images/404.png)
124-
125-
### Mobile 404-Ansicht
93+
## Projektressourcen
12694

127-
![404 Mobile View](../etc/preview_images/404_mobile.png)
95+
`>` **Projektvorschau:** 👀 [Vorschau](preview.md)
12896

12997
<!-- ------------------------------------------------------------------------------------------- -->
13098

131-
## Beiträge und Lizenzen
99+
## Beiträge und Lizenzierung
132100

133-
Dieses Projekt enthält keine externen Beiträge und steht unter keiner Lizenz.
101+
Projekt unter MIT-Lizenz. Frei zur Nutzung und Verbreitung mit Namensnennung. Externe Beiträge werden nicht angenommen, aber Vorschläge sind willkommen.

docs/README.es.md

Lines changed: 11 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Entrega Proyecto de CSS y HTML
22

3-
**Proyectos KeepCoding - Web 18**
4-
Consulta la lista completa de repositorios y descripciones en 📁 [repos-kc-web-18.md](https://github.com/pablo-sch/pablo-sch/blob/main/docs/repos-kc-web-18.md)
3+
`>` **Proyectos KeepCoding - Web 18:** 📁 [repos-kc-web-18.md](https://github.com/pablo-sch/pablo-sch/blob/main/docs/repos-kc-web-18.md)
54

6-
## Selecciona tu Idioma
7-
8-
- 🇺🇸 [Inglés](README.md)
9-
- 🇩🇪 [Alemán](README.de.md)
5+
`>` **Selecciona tu Idioma:** [Inglés](README.md) 🔄 [Alemán](README.de.md)
106

117
<!-- ------------------------------------------------------------------------------------------- -->
128

@@ -65,69 +61,37 @@ El objetivo principal de este proyecto es desarrollar un **portfolio** personal
6561

6662
### Lenguajes
6763

68-
- **HTML**: Para la estructuración del contenido y la creación de la estructura de la página web.
69-
- **CSS**: Para el diseño y estilo visual de la página, asegurando una experiencia de usuario atractiva y coherente.
70-
71-
### Dependencias
72-
73-
Ninguna
64+
- **Lenguajes:** HTML y CSS.
65+
- **Dependencias a destacar (Node.js):** Ninguna.
7466

7567
<!-- ------------------------------------------------------------------------------------------- -->
7668

7769
## Instrucciones de Instalación y Uso
7870

79-
### Requisitos de Software
71+
### 1. Requisitos de Software
8072

8173
- **[Git](https://git-scm.com/downloads)** (testeado en la versión **2.47.1.windows.1**)
8274
- **[Visual Studio Code](https://code.visualstudio.com/)** (testeado en la versión **1.99.0**)
8375
- **Live Server** (VS Code addon, _opcional_)
8476

85-
### Clonación del Repositorio
86-
87-
Proyecto
77+
### 2. Clonación del Repositorio
8878

8979
```bash
9080
git clone https://github.com/pablo-sch/keepcoding-02-html-css.git
9181
```
9282

93-
Demo
94-
95-
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
83+
`>` **Ver Demo de Clonanción en VSCode:** 🎥 [Gif Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
9684

97-
### Notas
98-
99-
Una vez clonado el repositorio abra los archivos `index.html`, `project.html`, `404.html` y `500.html` con **Live Server** para previsualizarlos en el navegador.
85+
**Nota:** Una vez clonado el repositorio abra los archivos `index.html`, `project.html`, `404.html` y `500.html` con **Live Server** para previsualizarlos en el navegador.
10086

10187
<!-- ------------------------------------------------------------------------------------------- -->
10288

103-
## Vista Previa del Proyecto
104-
105-
### Index View
106-
107-
![Index View](../etc/preview_images/index.png)
108-
109-
### Index Mobile View
110-
111-
![Index Mobile View](../etc/preview_images/index_mobile.png)
112-
113-
### Projects View
114-
115-
![Projects View](../etc/preview_images/projects.png)
116-
117-
### Projects Mobile View
118-
119-
![Projects Mobile View](../etc/preview_images/projects_mobile.png)
120-
121-
### 404 View
122-
123-
![404 View](../etc/preview_images/404.png)
124-
125-
### 404 Mobile View
89+
## Recursos del Proyecto
12690

127-
![404 Mobile View](../etc/preview_images/404_mobile.png)
91+
`>` **Vista Previa del Proyecto:** 👀 [Vista Previa](preview.md)
12892

12993
<!-- ------------------------------------------------------------------------------------------- -->
13094

13195
## Contribuciones y Licencias
13296

133-
Este proyecto no cuenta con contribuciones externas ni licencias.
97+
Proyecto bajo licencia MIT. Uso y distribución libres con atribución. No se aceptan contribuciones externas, pero las sugerencias son bienvenidas.

docs/README.md

Lines changed: 13 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -65,69 +65,37 @@ The main goal of this project is to develop a **personal portfolio** (or one bas
6565

6666
### Languages
6767

68-
- **HTML**: For content structuring and building the webpage structure.
69-
- **CSS**: For the design and visual styling of the page, ensuring an attractive and coherent user experience.
70-
71-
### Dependencies
72-
73-
None
68+
- **Languages:** HTML and CSS.
69+
- **Notable Dependencies (Node.js):** None.
7470

7571
<!-- ------------------------------------------------------------------------------------------- -->
7672

7773
## Installation and Usage Instructions
7874

79-
### Software Requirements
75+
### 1. Software Requirements
8076

81-
- **[Git](https://git-scm.com/downloads)** (tested with version **2.47.1.windows.1**)
82-
- **[Visual Studio Code](https://code.visualstudio.com/)** (tested with version **1.99.0**)
83-
- **Live Server** (VS Code addon, _opcional_)
77+
- **[Git](https://git-scm.com/downloads)** (tested on version **2.47.1.windows.1**)
78+
- **[Visual Studio Code](https://code.visualstudio.com/)** (tested on version **1.99.0**)
79+
- **Live Server** (VS Code addon, _optional_)
8480

85-
### Cloning the Repository
86-
87-
Project
81+
### 2. Repository Cloning
8882

8983
```bash
9084
git clone https://github.com/pablo-sch/keepcoding-02-html-css.git
9185
```
9286

93-
Demo
94-
95-
![Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
87+
`>` **See Cloning Demo in VSCode:** 🎥 [Gif Demo](https://github.com/pablo-sch/pablo-sch/blob/main/etc/clone-tutorial.gif)
9688

97-
### Notes
98-
99-
Once the repository is cloned, open the files `index.html`, `project.html`, `404.html`, and `500.html` with **Live Server** to preview them in the browser.
89+
**Note:** Once the repository is cloned, open the `index.html`, `project.html`, `404.html`, and `500.html` files using **Live Server** to preview them in your browser.
10090

10191
<!-- ------------------------------------------------------------------------------------------- -->
10292

103-
## Project Preview
104-
105-
### Index View
106-
107-
![Index View](../etc/preview_images/index.png)
108-
109-
### Index Mobile View
110-
111-
![Index Mobile View](../etc/preview_images/index_mobile.png)
112-
113-
### Projects View
114-
115-
![Projects View](../etc/preview_images/projects.png)
116-
117-
### Projects Mobile View
118-
119-
![Projects Mobile View](../etc/preview_images/projects_mobile.png)
120-
121-
### 404 View
122-
123-
![404 View](../etc/preview_images/404.png)
124-
125-
### 404 Mobile View
93+
## Project Resources
12694

127-
![404 Mobile View](../etc/preview_images/404_mobile.png)
95+
`>` **Project Preview:** 👀 [Preview](preview.md)
12896

12997
<!-- ------------------------------------------------------------------------------------------- -->
13098

131-
## Contributions and Licenses
99+
## Contributions and Licensing
132100

133-
This project contains no external contributions or licenses.
101+
Project licensed under the MIT License. Free to use and distribute with attribution. External contributions are not accepted, but suggestions are welcome.

docs/preview.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Preview
2+
3+
[◀️ **Go Back**](README.md)
4+
5+
## Index View
6+
7+
![Index View](../etc/preview_images/index.png)
8+
9+
## Index Mobile View
10+
11+
![Index Mobile View](../etc/preview_images/index_mobile.png)
12+
13+
## Projects View
14+
15+
![Projects View](../etc/preview_images/projects.png)
16+
17+
## Projects Mobile View
18+
19+
![Projects Mobile View](../etc/preview_images/projects_mobile.png)
20+
21+
## 404 View
22+
23+
![404 View](../etc/preview_images/404.png)
24+
25+
## 404 Mobile View
26+
27+
![404 Mobile View](../etc/preview_images/404_mobile.png)

0 commit comments

Comments
 (0)