Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Renombrar Topics
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Jan 19, 2024
1 parent 8b2ff03 commit 47277ad
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 34 deletions.
18 changes: 9 additions & 9 deletions docs/pro.tree
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<toc-element topic="Pro2324.topic"/>
<toc-element topic="Boletines.topic">
<toc-element toc-title="Pro I">
<toc-element topic="Pro-1-Boletín-1.md"/>
<toc-element topic="Pro-1-Boletín-2.md"/>
<toc-element topic="Pro-1-Boletín-3.md"/>
<toc-element topic="Pro-1-Boletín-4.md"/>
<toc-element topic="Pro-1-Boletin-1.md"/>
<toc-element topic="Pro-1-Boletin-2.md"/>
<toc-element topic="Pro-1-Boletin-3.md"/>
<toc-element topic="Pro-1-Boletin-4.md"/>
</toc-element>
<toc-element toc-title="Pro II">
<toc-element topic="Pro-2-Boletín-1.md"/>
<toc-element topic="Pro-2-Boletin-1.md"/>
</toc-element>
</toc-element>
<toc-element topic="Teoría.topic">
<toc-element topic="Teoría-Introducción.md"/>
<toc-element topic="Teoria.topic">
<toc-element topic="Teoria-Introduccion.md"/>
<toc-element toc-title="Pro I">
<toc-element toc-title="Bloque 1"/>
<toc-element toc-title="Bloque 2"/>
Expand All @@ -28,9 +28,9 @@
<toc-element toc-title="Pro II">
<toc-element toc-title="Bloque 5??"/>
</toc-element>
<toc-element topic="Bibliografía.md"/>
<toc-element topic="Bibliografia.md"/>
</toc-element>
<toc-element topic="Exámenes.md">
<toc-element topic="Examenes.md">
</toc-element>
<toc-element topic="Tutoriales.md"/>
<toc-element topic="Ejemplos.md"/>
Expand Down
File renamed without changes.
14 changes: 7 additions & 7 deletions docs/topics/Boletines.topic
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
complicados por eso salen aquí -->
<spotlight>
<!-- TODO La descripción de los boletines -->
<a href="Pro-1-Boletín-3.md" type="documents" summary="Descripción de este boletín">Boletín 3</a>
<a href="Pro-1-Boletín-4.md" type="documents" summary="Descripción de este boletín">Boletín 4</a>
<a href="Pro-1-Boletin-3.md" type="documents" summary="Descripción de este boletín">Boletín 3</a>
<a href="Pro-1-Boletin-4.md" type="documents" summary="Descripción de este boletín">Boletín 4</a>
</spotlight>

<!-- Pro I -->
<primary>
<title>Programación I</title>
<a href="Pro-1-Boletín-1.md" summary="">Boletín 1</a>
<a href="Pro-1-Boletín-2.md" summary="">Boletín 2</a>
<a href="Pro-1-Boletín-3.md" summary="">Boletín 3</a>
<a href="Pro-1-Boletín-4.md" summary="">Boletín 4</a>
<a href="Pro-1-Boletin-1.md" summary="Descripción de este boletín">Boletín 1</a>
<a href="Pro-1-Boletin-2.md" summary="Descripción de este boletín">Boletín 2</a>
<a href="Pro-1-Boletin-3.md" summary="Descripción de este boletín">Boletín 3</a>
<a href="Pro-1-Boletin-4.md" summary="Descripción de este boletín">Boletín 4</a>
</primary>

<!-- Pro II -->
<secondary>
<title>Programación II</title>
<a href="" summary="">Boletín 1</a>
<a href="Pro-2-Boletin-1.md" summary="Descripción de este boletín">Boletín 1</a>
</secondary>

</section-starting-page>
Expand Down
File renamed without changes.
32 changes: 32 additions & 0 deletions docs/topics/Pro-1-Boletin-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Boletín 1

### Ejercicio 1

Plantee e implemente un programa en lenguaje C que solicite el nombre y la edad de un usuario por teclado de forma que
el ordenador le salude indicándole la edad que tiene.

<procedure>
<title>Ejemplo de Ejecución</title>
<p><b>Introduzca su nombre:</b> Juan</p>
<p><b>Introduzca su edad:</b> 19</p>
<p></p>
<p>¡Buenos!</p>
</procedure>

<code-block src="./Boletin_1/Ejercicio_01.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/>

### Ejercicio 2

Plantee e implemente un programa en que solicite el nombre, apellidos y edad de un usuario por teclado y que le muestre
el siguiente mensaje por pantalla.

**NOTA**: Utilice la edad de jubilación como una constante con valor 67 años.

<code-block src="./Boletin_1/Ejercicio_02.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/>

### Ejercicio 3

Plantee e implemente un programa en Lenguaje C que solicite por teclado la base y altura de un triángulo rectángulo y
muestre por pantalla su superficie. Presente la salida con el siguiente formato.

<code-block src="./Boletin_1/Ejercicio_03.c" lang="C" collapsible="true" collapsed-title="Mostrar Respuesta"/>
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions docs/topics/Pro-1-Boletín-1.md

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions docs/topics/Pro2324.topic
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

<spotlight>
<a href="Boletines.topic" type="documents" summary="Ejercicios resueltos de los boletines">Boletines</a>
<a href="Teoría.topic" type="learn" summary="Material de estudio del lenguaje de programación C">Apuntes - Teoría</a>
<a href="Teoria.topic" type="learn" summary="Material de estudio del lenguaje de programación C">Apuntes - Teoría</a>
</spotlight>


<primary>
<title>Otras cosas interesantes</title>
<a href="Ejemplos.md" type="cross-check" summary="Ejemplos sencillos y no tan sencillos, algunos sacados de clases de prácticas">Ejemplos</a>
<a href="Exámenes.md" type="academy" summary="Exámenes antiguos resueltos">Exámenes</a>
<a href="Examenes.md" type="academy" summary="Exámenes antiguos resueltos">Exámenes</a>
<a href="Tutoriales.md" type="keyboard" summary="Lo difícil hecho fácil">Tutoriales</a>
</primary>

Expand Down
10 changes: 5 additions & 5 deletions docs/topics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ dicha licencia.

## Objetivos / To-Do List

[![Boletín 1](https://progress-bar.dev/100/?title=Boletín%201&width=200&color=d2007b)](Pro-1-Boletín-1.md)
[![Boletín 1](https://progress-bar.dev/100/?title=Boletín%201&width=200&color=d2007b)](Pro-1-Boletin-1.md)

[![Boletín 2](https://progress-bar.dev/100/?title=Boletín%202&width=200&color=d2007b)](Pro-1-Boletín-2.md)
[![Boletín 2](https://progress-bar.dev/100/?title=Boletín%202&width=200&color=d2007b)](Pro-1-Boletin-2.md)

[![Boletín 3](https://progress-bar.dev/66/?title=Boletín%203&width=200&color=d2007b)](Pro-1-Boletín-3.md)
[![Boletín 3](https://progress-bar.dev/66/?title=Boletín%203&width=200&color=d2007b)](Pro-1-Boletin-3.md)

[![Boletín 4](https://progress-bar.dev/27/?title=Boletín%204&width=200&color=d2007b)](Pro-1-Boletín-4.md)
[![Boletín 4](https://progress-bar.dev/27/?title=Boletín%204&width=200&color=d2007b)](Pro-1-Boletin-4.md)

[![Exámenes](https://img.shields.io/badge/Exámenes-2-grey?labelColor=d2007b)](Exámenes.md)
[![Exámenes](https://img.shields.io/badge/Exámenes-2-grey?labelColor=d2007b)](Examenes.md)

[![Extras](https://img.shields.io/badge/Extras-6-grey?labelColor=d2007b)](Extras.md)

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/topics/Teoría.topic → docs/topics/Teoria.topic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
title="Apuntes - Teoría" id="Teoría">
title="Apuntes - Teoría" id="Teoria" help-id="Teoría">

<section-starting-page>
<title>Apuntes - Teoría</title>
Expand All @@ -14,8 +14,8 @@

<!-- Introducción y bibliografía -->
<spotlight>
<a href="Teoría-Introducción.md" type="presentation" summary="Bienvenido/a al mundo de la programación">Introducción</a>
<a href="Bibliografía.md" type="library" summary="Bibliografía recomendada, desde las lecturas esenciales más básicas hasta
<a href="Teoria-Introduccion.md" type="presentation" summary="Bienvenido/a al mundo de la programación">Introducción</a>
<a href="Bibliografia.md" type="library" summary="Bibliografía recomendada, desde las lecturas esenciales más básicas hasta
los grandes clásicos.">Bibliografía</a>
</spotlight>

Expand Down

0 comments on commit 47277ad

Please sign in to comment.