Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proyectos faltantes #49

Merged
merged 6 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/components/proyectos/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import styles from "./Index.module.css";
import UqbarCard from "../utils/UqbarCard.js"
import arena from "./proyecto-arena.png";
import sgit from "./proyecto-sgit.png";
import labfunciones from "./proyecto-labfunciones.png";
import uqbarwiki from "./proyecto-uqbarwiki.png";
import wollok from "./proyecto-wollok.png";
import yanapiri from "./proyecto-yanapiri.png";
Expand Down Expand Up @@ -43,6 +44,12 @@ export default function Proyectos() {
projectName="SGit"
projectDescription="SGit es un plugin de eclipse simplificado, pensado para estudiantes que están dando sus primeros pasos en la programación. SGit posibilita un primer acercamiento al uso de herramientas de versionado y repositorios de código evitando las complejidades que aparecen en las herramientas profesionales."
/>
<UqbarCard
link="https://github.com/uqbar-project/function-laboratory"
projectLogo={labfunciones}
projectName="Laboratorio de Funciones"
projectDescription="El Laboratorio de funciones permite visualizar las funciones y valores como bloques que se van encastrando, permitiendo entender la estructura de las expresiones más fácilmente que con texto."
/>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.