An open API service indexing awesome lists of open source software.

https://github.com/ingsystemcix/devteam-markdown-web

DevTeam is a news page developed in Markdown for the Universidad Tecnológica del Perú, created during the DevTeam event to help students prepare for hackathons. It serves as a resource hub, offering the latest updates, tips, and insights for aspiring developers.
https://github.com/ingsystemcix/devteam-markdown-web

Last synced: 9 months ago
JSON representation

DevTeam is a news page developed in Markdown for the Universidad Tecnológica del Perú, created during the DevTeam event to help students prepare for hackathons. It serves as a resource hub, offering the latest updates, tips, and insights for aspiring developers.

Awesome Lists containing this project

README

          

# DevTeam-Markdown-Web | Collaborative work

![logo](https://github.com/INGSYSTEM/DevTeam-Markdown-Web/blob/main/Proyecto_html_y_css/img/logo_de_DevTeam_sin_fondo.png?raw=true)

### Project start: 07/03/2023
### Finished project: 13/03/2023

## Team members:
|Nº| First and last name| Git Hub |
| --- | --- | --- |
| 1 | Bustamante Inoach, Cesar Abel | [AbelBusi](https://github.com/AbelBusi) |
| 2 | Estrada Quiroz, Andrés Eduardo | [Andresito19](https://github.com/Andresito19) |
| 3 | Ibañez Cornejo, Anthony Daniel | [Anthony012s](https://github.com/Anthony012s) |
| 4 | Ibañez Chanamé, Ralph Junior | [junior-iba1904](https://github.com/junior-iba1904) |
| 5 | Llapapasca Montes, Ronal James| [Jamesllm](https://github.com/Jamesllm) |
| 6 | Matos Vitte, Gerald Kenneth |
| 7 | Medina Alvarado, Segundo Michael | [m1chaelxde19](https://github.com/m1chaelxde19) |
| 8 | Mundaca Mori, Alvaro Mitchel | [Alvaro-Mundaca](https://github.com/Alvaro-Mundaca) |
| 9 | Pastor Juárez, Karol Estefani | [KarolPastor](https://github.com/KarolPastor) |
| 10 | Ramos Marrufo, Daniel David | [daramoss03](https://github.com/daramoss03) |
| 11 | Romero Collazos, Juan Bladimir | [INGSYSTEM](https://github.com/INGSYSTEM) |
| 12 | Salazar Soplaouco, Franco Alexis | [Ale3P](https://github.com/Ale3P) |
| 13 | Sanandres Vela, Juan Piero Aarón | [Dark-JuanpiDev](https://github.com/Dark-JuanpiDev) |
| 14 | Vasquez Villegas, Kevin Jeferson | [kevin11jeferson](https://github.com/kevin11jeferson) |
| 15 | Vera Fernandez, Angel Fabian | [angelve03](https://github.com/angelve03) |

## Project information (English :us:):


The DevTeam makes sure that the search engine website is optimized, easy to navigate and provides an exceptional user experience. They also take care of creating relevant and engaging content such as articles and videos to keep visitors interested, informed and up-to-date on the competition.

## Project information (Spanish 🇵🇪):


El equipo de desarrollo de DevTeam se asegura de que la página web esté optimizada para motores de búsqueda, sea fácil de navegar y proporcione una experiencia de usuario excepcional. También se encargan de la creación de contenido relevante y atractivo, como artículos y videos, para mantener informados a los visitantes interesados y actualizados sobre la competencia.

## Tools used in the project:

* **HTML5:**

html css js

* [**Vscode:**](https://code.visualstudio.com/Download)

vscode

* [**PanDoc:**](https://pandoc.org/)

pandoc

* [**MarkDown:**](https://www.markdownguide.org/)

markdown

* [**WinSCP:**](https://winscp.net/eng/docs/portable)

winscp

* [**putty:**](https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe)

putty

## Used commands (English :us:):

**Important:** Navigate to the directory where the MarkDown file you want to convert is located.

This command is used to be able to convert *.md files to *.html

```
pandoc -f markdown -t html file_name.md -o file_name.html
```

## Used commands (Spanish 🇵🇪):

**Importante:** Navega hasta el directorio donde se encuentra el archivo MarkDown que deseas convertir.

Este comando se usa para poder convertir archivos *.md a *.html

```
pandoc -f markdown -t html nombre_archivo.md -o nombre_archivo.html
```