├── .DS_Store ├── .github ├── mergify.yml └── workflows │ ├── cleanup.yml │ ├── mergify.yml │ ├── stale.yml │ └── test.yml ├── .gitignore ├── README.md ├── cleanup.js ├── folders.test.js ├── package-lock.json ├── package.json └── student-cvs ├── Aleps-5699 ├── contact.html ├── header.jpg ├── index.html ├── style.css └── validation.js ├── Andresxd10-5559 ├── about.html ├── achievements │ └── certificaciones.html ├── contacto.html ├── index.html ├── medallo.jpg ├── styles.css └── stylescontac.css ├── Angel-Mijares-3276 ├── contacto.css ├── contacto.html ├── index.html └── style.css ├── Bryan_Ortega_Plata-1009 ├── index.html └── style.css ├── CV-truquinio-8306 ├── (dot)vscode │ └── settings.json ├── CSS │ ├── cards.css │ ├── footer.css │ ├── reset.css │ └── styles.css ├── cards │ └── projects.html └── index.html ├── CamilaSilva#7352 ├── index.html └── style.css ├── Carolina08001-6984 ├── contact.html ├── index.html └── styles.css ├── CristhianMedina-7460 ├── index.html ├── script.js ├── styles.css └── unsplash.jpg ├── Dali-7656 ├── contactForm.html ├── index.html ├── sky.avif ├── style.css └── styleContact.css ├── DaliaCR-5299 ├── contacto.html ├── index.html └── styles.css ├── DameAsado-6873 ├── README.md ├── css │ └── main.css ├── img │ └── bg-image.avif └── index.html ├── Diego-3282 ├── index.html └── styles.css ├── Dr(dot)Lack47-4891 ├── index.css ├── index.html ├── pages │ ├── bootexercises.html │ └── imgs │ │ ├── back.jpg │ │ ├── cat.jpg │ │ ├── look.jpg │ │ └── study.jpg └── script.js ├── Edwin_Ortiz-3619 ├── img │ ├── educacion.jpg │ ├── lentec.jpg │ └── perfil.jpeg ├── index.html └── styles.css ├── Ender26-3118 ├── index.html └── main.css ├── Enmanuel-8754 ├── ejemplo.avif ├── form.js ├── formulario.css ├── formulario.html ├── index.html └── styles.css ├── EverJM-6591 ├── README.md ├── clase1 │ ├── calentamiento.js │ └── code1.js ├── clase2 │ ├── calentamiento.js │ └── code.js ├── css │ ├── reset.css │ └── style.css ├── img │ ├── logo.png │ └── perfil-img.png ├── index.html └── js │ └── code.js ├── EzequielCaste-9004 ├── README.md ├── index.html ├── marek-piwnicki-9MJU5vDAAAY-unsplash.jpg └── style.css ├── Fede(dot)GC-5692 ├── contact.html ├── index.html └── styles.css ├── GabrielObregon-7536 ├── .gitignore ├── correcto.html ├── formulario.html ├── header.jpg ├── index.html └── styles.css ├── GariCarandai-2859 ├── index.html └── style.css ├── Gaston095-2770 ├── images │ └── img-header.jpg ├── index.html ├── script.js └── style.css ├── HernanBautista-7481 ├── code.jpg ├── form.html ├── formstyles.css ├── index.html └── main.css ├── IDKJesBen-9115 ├── README.md ├── img │ ├── angularjs.png │ ├── background.jpg │ ├── canva.png │ ├── css3.png │ ├── debian.png │ ├── discord.png │ ├── favicon.png │ ├── fotoperfil.png │ ├── github.png │ ├── grafica-idiomas.png │ ├── html5.png │ ├── idiomas.png │ ├── illustrator.png │ ├── instagram.png │ ├── javascript.png │ ├── linkedin.png │ ├── linux.png │ ├── markdown.png │ ├── nextjs.png │ ├── nodejs.png │ ├── office365.png │ ├── photoshop.png │ ├── python.png │ ├── react.png │ ├── twitch.png │ ├── twitter.png │ ├── ubuntun.png │ ├── unix.png │ ├── vscode.png │ ├── windows.png │ ├── winserver.png │ ├── wordpress.png │ └── youtube.png ├── index.html └── styles.css ├── INGCapaDev-8510 ├── index.html ├── main.js └── styles.css ├── Ixam-1702 ├── contacto.html ├── header.jpg ├── index.html ├── logo.png ├── script.js └── style.css ├── Jessbel-7277 ├── index.html ├── main.js └── style.css ├── Joaquin-Esteban-2337 ├── README.md ├── contacto.html ├── index.html └── styles.css ├── JoeOs-8843 ├── contact.html ├── index.html └── style.css ├── Johans-2787 ├── css-de-formulario-de-contacto-.css ├── formulario-de-contacto.html ├── index.html └── styles.css ├── JorgeVillafraz-6924 ├── foto2.jpg ├── index.html └── style.css ├── Jose-Camilo-8399 ├── index.css └── index.html ├── JoseHerrera-9309 ├── contacto.html ├── img │ └── komarov.jpg ├── index.html └── main.css ├── Juanmi72-5949 ├── index.html ├── semana1.png └── style.css ├── Kick Off-2479 ├── Assets │ └── escuela_de_atenas.png ├── Exercises │ ├── first_exercise.js │ └── second_exercise.js ├── form.html ├── form_style.css ├── index.html ├── layout.css ├── layout.html └── styles.css ├── KnivesMillions-2975 ├── images │ └── github.png ├── index.html ├── scripts │ └── switch.js └── styles │ └── styles.css ├── Krinpyk-7419 ├── contacto.html ├── icon │ └── angle-right.png ├── index.html └── style.css ├── Lili-3546 ├── index.html ├── portada.jpg └── styles.css ├── Lizeth-9127 ├── contact.html ├── index.html └── styles.css ├── Luisponce-8843 ├── formulario │ ├── contacto.js │ ├── formulario.html │ └── style.css ├── imagenes │ ├── imagen.jpg │ ├── imagen2.jpg │ └── logo.png ├── index.html └── style.css ├── Maikcol-2796 ├── form.html ├── img │ ├── Tic-tac-toe.png │ ├── app.png │ ├── foto.jpg │ ├── pixel-art.jpg │ └── projects-react.png ├── index.html └── style.css ├── Marcos(dot)-0222 ├── My picture.jpg ├── contact.html ├── contactstyle.css ├── index.html └── styles.css ├── MariaSolArroyo-9830 ├── css │ └── style.css ├── html │ └── contacto.html ├── img │ └── IMG_4948.PNG └── index.html ├── MarisolSalazarV-6177 ├── formulario-html │ ├── index.html │ ├── index.js │ └── style.css ├── foto.jpg ├── index.html └── styles.css ├── MartinVargas-6047 ├── blog.html ├── img │ ├── Development.jpg │ ├── Fondo.jpg │ ├── Foto.jpeg │ ├── blog-header.jpg │ ├── blog-img.jpg │ ├── excercise.jpg │ └── skills.jpg ├── index.html ├── styles-blog.css └── styles.css ├── Mau-5427 ├── css │ └── styles.css ├── index.html └── main.js ├── MonsterT#9886 ├── index.html └── styles.css ├── MrRedu-7518 ├── favicon.png ├── form-contacto.html ├── form-contacto_js.js ├── form-contacto_style.css ├── git-hub-icon.png ├── github-banner.png ├── index.html └── style.css ├── Noa_S-5163 ├── README.md ├── css │ └── styles.css ├── index.html └── js │ └── main.js ├── Oziel-3111 ├── contact.html ├── imagen │ └── imagen.jpg ├── index.html ├── styles.css └── styles_contact.css ├── Pancratzia-4189 ├── assets │ ├── css │ │ └── styles.css │ ├── imgs │ │ └── cvpic.jpg │ └── js │ │ └── scripts.js └── index.html ├── PaulaChaneton-2365 ├── contacto.html ├── index.html ├── media │ ├── github-mark.png │ └── imagen email.png └── style.css ├── PaulaQuiroga-8406 ├── .gitignore ├── README.md ├── assets │ └── img.png ├── estilos.css ├── form.html ├── index.html ├── main.mjs ├── package-lock.json └── package.json ├── Peke-4001 ├── index.html └── styles.css ├── Ramo-9888 ├── contact.html ├── header.jpg ├── index.html ├── logo.png └── styles.css ├── Seujumon-1612 ├── CSS │ ├── eform.css │ └── estilos.css ├── README.md ├── form.html └── index.html ├── Sheila_FG-7067 ├── Images │ └── github-mark.png ├── contact.html ├── index.html └── styles │ ├── style-contact.css │ └── style.css ├── Sorxa-9612 ├── Kol+.jpg ├── contacto.html ├── header.jpg ├── index.html ├── script.js └── styles.css ├── TeamPanda-5141 ├── .gitignore ├── css │ ├── form-styles.css │ └── styles.css ├── form-contact.html ├── img │ ├── freecodecamp-logo.png │ ├── github-logo-dark.png │ ├── imagen-fondo-divpanda.jpg │ └── platzi-logo.png ├── index.html ├── package-lock.json └── package.json ├── Vene15-3355 ├── index.html ├── main.css └── unicornio.jpg ├── VeronicaCapobianco-6597 ├── index.html ├── profile.png └── styles.css ├── Wilmer-8071 ├── README.md ├── index.html ├── json.js ├── photo-1505238680356-667803448bb6.avif ├── pngegg.png └── style.css ├── Yaani-8367 ├── README.md ├── assets │ ├── bootstrap.png │ ├── css-3.png │ ├── git.png │ ├── github.png │ ├── html-5.png │ ├── js.png │ ├── mysql.png │ ├── piton.png │ ├── sass.png │ └── wordpress.png ├── contacto.css ├── contacto.html ├── index.html ├── index.js └── style.css ├── Yessy-2278 ├── .DS_Store ├── Banner.png ├── README.md ├── cuadro.png ├── form.html ├── index.html ├── mascota.jpg └── styles.css ├── aa2d-7694 ├── header.jpg ├── index.html └── style.css ├── achequisde-5168 ├── assets │ └── daft-punk.jpg ├── index.html └── styles.css ├── aitorias-9443 ├── contact.html ├── index.html ├── main.js └── styles.css ├── alexis87-6482 ├── img-prog.jpg ├── index.html └── main.css ├── alifm-2843 ├── images │ ├── aflogo.jpg │ └── up-arrow.png ├── index.html └── styles.css ├── arzeus17-4122 ├── README.md ├── about.html ├── arzeus17.jpg ├── estilos.css ├── header.jpg ├── index.html └── mentoring.html ├── atadsd-7852 ├── .vite │ └── deps_temp │ │ └── package.json ├── cv │ ├── index.html │ └── styles.css └── formulario │ ├── formulario.html │ └── stylesformulario.css ├── augaldecr-4610 ├── index.html └── styles.css ├── bR-3929 ├── contacto.css ├── contacto.html ├── index.html ├── main.mjs ├── package-lock.json ├── package.json └── style.css ├── bautista-lonardi-9435 ├── index.html ├── script.js └── style.css ├── beresdev-4037 ├── assets │ ├── Cipher_400px.PNG │ ├── HP_400px.png │ ├── md-links_400px.png │ └── powerL_400px.png ├── index.html └── styles.css ├── brianbr-3719 ├── README.md ├── form.css ├── form.html ├── form.js ├── images │ ├── codingg.jpg │ └── logo.jpg ├── index.html ├── index.js └── main.css ├── byRokii-3761 ├── contact.css ├── contact.html ├── index.html ├── index.js └── styles.css ├── camilol-1734 ├── image │ └── barney.jpg ├── index.html └── styles.css ├── crbm456-0270 ├── contacto.html ├── index.html └── styles.css ├── criss-8824 ├── img │ ├── bootstrap.svg │ ├── css.svg │ ├── git.svg │ ├── github.svg │ ├── html5.svg │ ├── javascript.svg │ ├── me.jpg │ ├── tailwindcss.svg │ └── vscode.svg ├── index.html └── styles.css ├── cristianpb-4535 ├── README.md ├── formulario.css ├── formulario.html ├── formulario.js ├── img │ ├── background img.webp │ ├── michael-dziedzic-qDG7XKJLKbs-unsplash.jpg │ └── pankaj-patel-6JVlSdgMacE-unsplash.jpg ├── index.html ├── index.js └── main.css ├── delospp-7916 ├── contacto.css ├── contacto.html ├── index.html └── styles.css ├── dhdarken-5806 ├── .gitkeep ├── README.md ├── form.html ├── formstyle.css ├── images │ ├── fantasma.png │ └── fondo.jpeg ├── index.html ├── main.mjs └── style.css ├── diirfv-7677 ├── assets │ ├── focused.png │ ├── foto.jpg │ └── rawdata.png ├── index.html ├── pages │ ├── contact.html │ ├── cv.html │ └── projects.html ├── styles.css └── validation.js ├── dynamite-4370 ├── image.jpg ├── index.html ├── main.css └── main.js ├── eavg-1634 ├── icons │ ├── boopstrap-icon.svg │ ├── git-icon.svg │ ├── git-social-icon.svg │ ├── javascript-icon.svg │ └── node-icon.svg ├── images │ └── header.jpg ├── index.html └── styles.css ├── emporto95-7729 ├── contact.html ├── index.html └── style.css ├── equiman-0343 ├── README.md ├── contact.html ├── exercise │ ├── class-1.js │ └── class-2.js ├── index.html ├── main.css ├── main.js └── warnup │ ├── class-1.js │ └── class-2.js ├── esandresaristi-5768 ├── README.md ├── Resources │ ├── header.jpg │ ├── me.png │ ├── me2.jpg │ ├── me3.jpg │ ├── me5.jpg │ └── style2.css └── index.html ├── facundo91-1495 ├── .gitignore ├── css │ ├── style.css │ └── styloForm.css ├── form.html ├── imagen │ └── hero-3.jpg ├── index.html ├── main.mjs ├── package-lock.json └── package.json ├── fjquant-2458 ├── Github logo.jpg ├── form.css ├── form.html ├── index.html └── style.css ├── freivys-4974 ├── header2.jpg ├── index.html ├── logo.png ├── main.js └── style.css ├── gab-3881 ├── index.html └── styles.css ├── gaston-0280 ├── assets │ └── images │ │ └── backgrounddeformado2.webp ├── contacto │ ├── index.html │ ├── index.mjs │ └── styles.css ├── index.html ├── main.css ├── package-lock.json └── package.json ├── giot99-7609 ├── contacto.html ├── index.html └── styles.css ├── giub-7914 ├── contacto.html ├── index.html ├── main.js ├── style.css └── styleContacto.css ├── gustavo(dot)arana-6562 ├── index.html └── style.css ├── haboufaker-8509 ├── README.md ├── index.html └── styles.css ├── ivan-pugliese-8873 ├── .gitignore ├── images │ ├── foto4x4.jpg │ ├── ipcoffees-page.png │ └── pya-page.png ├── index.html ├── main.mjs ├── package-lock.json ├── package.json └── styles.css ├── ivanpugliese-8873 ├── index.html ├── main.js └── styles.css ├── jaardila-4569 ├── code.jfif ├── favicon.ico ├── index.html └── style.css ├── jayler-1407 ├── Contacto.html ├── index.html └── style.css ├── ldrl96-4388 ├── README.md ├── img │ └── header.jpg ├── index.html └── style.css ├── lllariogonzalez-2692 ├── assets │ ├── github.png │ ├── linkedin.png │ ├── logo.png │ └── tech-icon-svg │ │ ├── angularjs.svg │ │ ├── bash.svg │ │ ├── css3.svg │ │ ├── docker.svg │ │ ├── golang.svg │ │ ├── html-5.svg │ │ ├── html5.svg │ │ ├── java.svg │ │ ├── javascript.svg │ │ ├── mongodb.svg │ │ ├── mysql.svg │ │ ├── node-js.svg │ │ ├── nodejs.svg │ │ ├── postgresql.svg │ │ ├── python.svg │ │ ├── react.svg │ │ ├── spring-boot.svg │ │ ├── typescript.svg │ │ └── vue-js.svg ├── index.html ├── index.js └── styles.css ├── lmendev-2708 ├── contact.html ├── form.css ├── index.html └── main.css ├── luanarmo-7586 ├── index.html ├── main.js └── style.css ├── lucianogarriga-1264 ├── (dot)vercel │ ├── README.txt │ └── project.json ├── README.md ├── about.html ├── achievements │ └── courses.html ├── contact.html ├── img │ ├── bg-main.jpg │ ├── bg-nigth.jpg │ ├── screen-profile.png │ └── undefined-academy.jpg ├── index.html └── main.css ├── manuel77-7331 ├── index.html └── styles.css ├── manuelpryda-7878 ├── contact.html ├── index.html └── style.css ├── matilayo-0663 ├── form.html ├── imagenes │ ├── logo-form.png │ ├── logo-github.png │ ├── logo-gmail.png │ ├── logo-linkedin.png │ └── lukasz-szmigiel-jFCViYFYcus-unsplash.jpg ├── index.html └── styles.css ├── monh-6851 ├── formulario_contacto.css ├── formulario_contacto.html ├── index.html └── main.css ├── murquis-5340 ├── contact.html ├── header.jpg ├── index.html └── style.css ├── nencodev-9495 ├── .gitignore ├── contact.html ├── header.jpg ├── index.html └── styles.css ├── pabloxd-4695 ├── assets │ ├── image.jpg │ └── sunset-back.jpg ├── contact.html ├── index.html └── styles │ ├── contact.css │ └── styles.css ├── pacorro-8888 ├── index.html └── style.css ├── pagliuca-6408 ├── README.md ├── contactme.html ├── css │ └── style.css ├── images │ └── yo_400x400.jpg ├── index.html └── result_nu_html_checker.png ├── pioxscorpio94-0264 ├── index.html ├── profile.jpg └── styles.css ├── r4vc31-7548 ├── index.html └── style.css ├── rafitaruiz-4558 ├── contact.html ├── index.html └── style.css ├── rrodriguezca-2238 ├── index.html └── main.css ├── schnoodle-3247 ├── index.html └── style.css ├── sebas-9553 ├── .gitignore ├── contact.css ├── contact.html ├── index.html ├── main.mjs ├── package-lock.json ├── package.json └── styles.css ├── sebasrico-3054 ├── contactenos.html ├── css │ ├── style-contactenos.css │ └── style.css ├── index.html └── paginaDestino.html ├── taliixer-8876 ├── index.html └── style.css ├── tefis96-9675 ├── .gitignore ├── bgButton.js ├── img │ ├── IMG_20200518_171543018-removebg-preview.png │ ├── calcu.png │ ├── icons8-menu-rounded-50.png │ ├── logo-removebg-preview (1).png │ ├── logo-removebg-preview.png │ ├── logo.png │ ├── logoSCS.png │ ├── luna-y-estrellas.png │ ├── mode.svg │ ├── pk-re.png │ ├── pokedex-js.png │ └── sol.png ├── index.html └── styles.css ├── tigret0n-6769 ├── index.html ├── main.js └── styles.css ├── voldy-0445 ├── index.html └── styles.css ├── wil-6448 ├── img │ ├── arcgis.png │ └── logo.png ├── index.html ├── script.js └── styles.css └── zucer-8998 ├── assets └── maracuya.webp ├── contact.html ├── index.html └── styles.css /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/.DS_Store -------------------------------------------------------------------------------- /.github/mergify.yml: -------------------------------------------------------------------------------- 1 | pull_request_rules: 2 | - name: automatic merge for main when CI passes and 1 review 3 | conditions: 4 | - "#approved-reviews-by>=1" 5 | - check-success=test 6 | - base=main 7 | actions: 8 | merge: 9 | method: merge -------------------------------------------------------------------------------- /.github/workflows/cleanup.yml: -------------------------------------------------------------------------------- 1 | name: Code cleanup check 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | pull_request: 8 | 9 | jobs: 10 | cleanup: 11 | runs-on: ubuntu-latest 12 | 13 | steps: 14 | - name: Check out code 15 | uses: actions/checkout@v3 16 | 17 | - name: Set up Node.js 18 | uses: actions/setup-node@v2 19 | with: 20 | node-version: "14" 21 | 22 | - name: Install dependencies 23 | run: npm install glob 24 | 25 | - name: Run cleanup script 26 | run: node cleanup.js 27 | 28 | - name: Check for uncommitted changes 29 | id: git-check 30 | run: echo "::set-output name=status::$(git status --porcelain)" 31 | 32 | - name: Fail if changes are not committed 33 | run: echo "::error::There are files to clean, please run `npm install && npm run clean` locally and commit the changes in your pull request" 34 | if: steps.git-check.outputs.status != '' 35 | -------------------------------------------------------------------------------- /.github/workflows/mergify.yml: -------------------------------------------------------------------------------- 1 | pull_request_rules: 2 | - name: automatic merge for main when CI passes and 1 review 3 | conditions: 4 | - "#approved-reviews-by>=1" 5 | - check-success=test 6 | - base=main 7 | actions: 8 | merge: 9 | method: merge -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- 1 | name: "Close stale issues and PRs" 2 | on: 3 | schedule: 4 | - cron: "30 1 * * *" 5 | 6 | jobs: 7 | stale: 8 | runs-on: ubuntu-latest 9 | permissions: 10 | pull-requests: write 11 | steps: 12 | - uses: actions/stale@v7 13 | with: 14 | repo-token: ${{ secrets.GITHUB_TOKEN }} 15 | days-before-stale: 10 16 | days-before-close: 5 17 | stale-pr-label: "stale" 18 | stale-pr-message: '🚨🪨 Este pull request está obsoleto porque ha estado abierto durante 10 días sin actividad. Por favor, elimine la etiqueta o el comentario "stale" o se cerrará en un plazo de 5 días' 19 | 20 | -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- 1 | name: Run Jest tests 2 | 3 | on: 4 | push: 5 | pull_request: 6 | workflow_dispatch: 7 | inputs: 8 | pr_number: 9 | description: 'Pull request number (optional)' 10 | required: false 11 | 12 | jobs: 13 | test: 14 | runs-on: ubuntu-latest 15 | 16 | steps: 17 | - name: Check out code 18 | uses: actions/checkout@v2 19 | 20 | - name: Use Node.js 21 | uses: actions/setup-node@v2 22 | with: 23 | node-version: '18' 24 | 25 | - name: Install dependencies 26 | run: npm ci 27 | 28 | - name: Run tests 29 | run: npm test 30 | -------------------------------------------------------------------------------- /cleanup.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const path = require('path'); 3 | const glob = require('glob'); 4 | 5 | // Define the target directories 6 | const targetDirs = ["student-cvs"]; 7 | 8 | targetDirs.forEach(targetDir => { 9 | if (fs.existsSync(targetDir)) { 10 | const dirs = glob.sync(`${targetDir}/**/*.*`, { nodir: false }); 11 | 12 | // Rename folder names, replacing '.' with '(dot)' 13 | dirs.forEach(dir => { 14 | if (fs.lstatSync(dir).isDirectory()) { 15 | const parentDir = path.dirname(dir); 16 | const baseName = path.basename(dir); 17 | const newName = baseName.replace('.', '(dot)'); 18 | const newPath = path.join(parentDir, newName); 19 | 20 | if (dir !== newPath) { 21 | fs.renameSync(dir, newPath); 22 | } 23 | } 24 | }); 25 | 26 | // Delete files that match the .gitignore file 27 | const gitignorePath = path.join(targetDir, '.gitignore'); 28 | 29 | if (fs.existsSync(gitignorePath)) { 30 | const gitignore = fs.readFileSync(gitignorePath, 'utf-8'); 31 | const patterns = gitignore.split('\n').filter(pattern => pattern.trim() !== ''); 32 | 33 | patterns.forEach(pattern => { 34 | const files = glob.sync(path.join(targetDir, pattern)); 35 | 36 | files.forEach(file => { 37 | if (fs.existsSync(file)) { 38 | fs.unlinkSync(file); 39 | } 40 | }); 41 | }); 42 | } 43 | } else { 44 | console.log(`The target directory "${targetDir}" does not exist. Please check the path.`); 45 | } 46 | }); 47 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "semana-2", 3 | "version": "1.0.0", 4 | "description": "> 🏕️ [Base de conocimientos.](https://undefinedshell.notion.site/Semana-2-c178367ef97549049ffb313d7b098b59)", 5 | "scripts": { 6 | "test": "jest", 7 | "clean": "node cleanup.js" 8 | }, 9 | "keywords": [], 10 | "author": "", 11 | "license": "ISC", 12 | "devDependencies": { 13 | "glob": "^10.3.3", 14 | "jest": "^29.6.1" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /student-cvs/Aleps-5699/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Aleps-5699/header.jpg -------------------------------------------------------------------------------- /student-cvs/Aleps-5699/validation.js: -------------------------------------------------------------------------------- 1 | //Se define una constante que haga referecia al formularios mediante su "id" contact-form 2 | const form = document.getElementById("contact-form"); 3 | 4 | //Le asignamos un evento escucha para que esté atento al momento de que la página realice un "Submit", cuando el usuario envie su formulario 5 | form.addEventListener("submit", function(event) { 6 | //Al momento de que enviamos el formulario se ejecuta la función "event" haciendo referencia al comportamiento de la página 7 | //A éste evento se le da el preventDefault para cancelar el comportamiento de la página 8 | event.preventDefault(); 9 | //Se escribe en la consola todos los datos referentes al envío del formulario para comprobar su envío 10 | console.log(event); 11 | //Se muestra un mensaje en la pantalla indicando el envío del formulario 12 | alert("Tus datos han sido enviados correctamente"); 13 | //Se reinicia el formulario para que pueda volver a ser enviado 14 | form.reset(); 15 | } 16 | ) -------------------------------------------------------------------------------- /student-cvs/Andresxd10-5559/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | about Andrés Chaverra Vélez 6 | 7 | 8 | 9 | 10 |

Esta es la información de Andrés Chaverra Vélez

11 | Certificaciones 12 | Volver al Home 13 |

Eventualmente completare esta informacion, gracias

14 | 15 | -------------------------------------------------------------------------------- /student-cvs/Andresxd10-5559/achievements/certificaciones.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Esto es una pagina muy cool 6 | Certificaciones 7 | 8 | 9 | 10 | 11 | 12 | 22 | About 23 | 24 | -------------------------------------------------------------------------------- /student-cvs/Andresxd10-5559/medallo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Andresxd10-5559/medallo.jpg -------------------------------------------------------------------------------- /student-cvs/Andresxd10-5559/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0 auto; 3 | max-width: 50em; 4 | } 5 | 6 | body { 7 | font-family: "Helvetica", "Arial", sans-serif; 8 | } 9 | 10 | body { 11 | line-height: 1.5; 12 | padding: 4em 1em; 13 | } 14 | 15 | h2 { 16 | margin-top: 1em; 17 | padding-top: 1em; 18 | } 19 | 20 | body { 21 | color: #555; 22 | } 23 | 24 | h1, 25 | h2, 26 | strong { 27 | color: #19caca; 28 | } 29 | 30 | 31 | code { 32 | padding: 2px 4px; 33 | vertical-align: text-bottom; 34 | } 35 | 36 | pre { 37 | padding: 1em; 38 | } 39 | 40 | a { 41 | color: #1fb8ff; 42 | } 43 | 44 | body { 45 | color: #566b78; 46 | } 47 | 48 | code, 49 | pre { 50 | background: #f5f7f9; 51 | border-bottom: 1px solid #d8dee9; 52 | color: #a7adba; 53 | } 54 | 55 | pre { 56 | border-left: 2px solid #69c; 57 | } 58 | 59 | .styled-table { 60 | border-collapse: collapse; 61 | margin: 25px 0; 62 | font-size: 1em; 63 | font-family: Arial, Helvetica, sans-serif; 64 | min-width: 500px; 65 | box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 66 | } 67 | 68 | .styled-table thead tr { 69 | background: #00a6ff; 70 | color: #ffffff; 71 | text-align: middle; 72 | } 73 | -------------------------------------------------------------------------------- /student-cvs/Angel-Mijares-3276/contacto.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body { 10 | color: #333; 11 | background-color: #dbdada; 12 | } 13 | 14 | .page { 15 | margin: 40 auto; 16 | padding: 0 20px; 17 | font-family: Arial, Helvetica, sans-serif; 18 | max-width: 600px; 19 | } 20 | 21 | .form-group { 22 | 23 | margin: 20px 0; 24 | } 25 | 26 | label, input { 27 | vertical-align: middle; 28 | } 29 | 30 | label, input:not([type="radio"], [type="checkbox"]) { 31 | width: 100%; 32 | } 33 | 34 | label, legend { 35 | font-weight: bold; 36 | text-transform: uppercase; 37 | font-size: 10px; 38 | color: #444; 39 | } 40 | 41 | textarea { 42 | display: block; 43 | width: 100%; 44 | resize: vertical; 45 | } 46 | 47 | input[type="text"], [type="email"], textarea { 48 | background: rgb(241, 241, 245); 49 | border: 1px solid lightgray; 50 | border-radius: 5px; 51 | padding: 4px 6px; 52 | color: #333; 53 | font-family: Arial, Helvetica, sans-serif; 54 | } 55 | 56 | input:focus-visible, textarea:focus-visible { 57 | outline: 3px solid #b9b9b7 58 | } 59 | 60 | .help { 61 | font-size: 12px; 62 | margin-top: 10px; 63 | color: rgb(145, 142, 142); 64 | } 65 | 66 | button { 67 | padding: 8px 20px; 68 | font-weight: bold; 69 | border: 1px solid #421111; 70 | background: #b9b9b7; 71 | color: #333; 72 | border-radius: 4px; 73 | cursor: pointer; 74 | text-shadow: -1px -1px 0 rgb(212, 211, 211); 75 | box-shadow: 1px 1px 3px #3b3b3b; 76 | } 77 | 78 | button:hover { 79 | background: #d4d4d3 ; 80 | } 81 | 82 | button:active { 83 | background: #a0a0a0; 84 | box-shadow: -1px -1px 0px #3b3b3b;; 85 | } 86 | 87 | form { 88 | accent-color: #444; 89 | } -------------------------------------------------------------------------------- /student-cvs/Angel-Mijares-3276/style.css: -------------------------------------------------------------------------------- 1 | @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; 2 | 3 | body { 4 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 5 | background-color: #d4d6d4; 6 | margin: 0 auto; 7 | max-width: 75em; 8 | line-height: 1.5; 9 | padding: 3em 1em; 10 | color: #070707; 11 | } 12 | 13 | h1, h2, strong { 14 | color: #333; 15 | } 16 | 17 | h1, h2 { 18 | margin-top: 1em; 19 | padding-top: 1em; 20 | } 21 | 22 | a { 23 | color: black; 24 | } 25 | 26 | table { 27 | background-color: white; 28 | text-align: left; 29 | border-collapse: collapse; 30 | width: 30%; 31 | } 32 | 33 | th { 34 | background-color: #616060; 35 | border-bottom: 4px #0f362d; 36 | color: white; 37 | } 38 | 39 | tr, td { 40 | padding: 3px; 41 | } 42 | 43 | tr:nth-child(even){ 44 | background-color: #ddd; 45 | } -------------------------------------------------------------------------------- /student-cvs/CV-truquinio-8306/(dot)vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": [ 3 | "encontrarme", 4 | "Puedes", 5 | "rrss" 6 | ] 7 | } -------------------------------------------------------------------------------- /student-cvs/CV-truquinio-8306/CSS/cards.css: -------------------------------------------------------------------------------- 1 | .row { 2 | display: flex; 3 | justify-content: center; 4 | padding: 0 15%; 5 | } 6 | 7 | .cards-container { 8 | display: flex; 9 | justify-content: center; 10 | } 11 | 12 | div .card { 13 | background-color: #ffffff26; 14 | margin: 5% auto; 15 | padding: 2rem; 16 | color: #fff; 17 | } 18 | 19 | div .card:hover { 20 | transform: scale(1.03); 21 | transition: 1s; 22 | cursor: pointer; 23 | } 24 | 25 | .card-title, 26 | .card-text { 27 | margin: 0; 28 | text-align: center; 29 | } 30 | 31 | .card-text a { 32 | color: #e48c0d; 33 | text-decoration: none; 34 | font-weight: bold; 35 | } 36 | 37 | div a { 38 | color: #e48c0d; 39 | text-decoration: none; 40 | font-weight: bold; 41 | } 42 | 43 | .tecnologias:hover { 44 | transform: none; 45 | } 46 | 47 | .card-img { 48 | margin-top: 5%; 49 | } 50 | 51 | .card-img:hover { 52 | transform: scale(1.05); 53 | transition: 1s; 54 | } -------------------------------------------------------------------------------- /student-cvs/CV-truquinio-8306/CSS/footer.css: -------------------------------------------------------------------------------- 1 | footer, 2 | footer a { 3 | color: #ffffff; 4 | text-align: center; 5 | text-decoration: none; 6 | padding: 50px auto 0 0; 7 | background: #212429; 8 | } 9 | 10 | footer a{ 11 | padding: 0 1%; 12 | } 13 | 14 | footer a:hover { 15 | color: #e48c0d; 16 | transition: 0.2s; 17 | } 18 | 19 | .rrss { 20 | display: flex; 21 | flex-wrap: wrap; 22 | } 23 | 24 | .item { 25 | display: inline-block; 26 | justify-content: space-between; 27 | margin-right: 10px; 28 | } 29 | 30 | .item:hover { 31 | transform: scale(1.1); 32 | transition: 1s; 33 | } -------------------------------------------------------------------------------- /student-cvs/CV-truquinio-8306/CSS/reset.css: -------------------------------------------------------------------------------- 1 | /* http://meyerweb.com/eric/tools/css/reset/ 2 | v2.0 | 20110126 3 | License: none (public domain) 4 | */ 5 | 6 | html, body, div, span, applet, object, iframe, 7 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, 8 | a, abbr, acronym, address, big, cite, code, 9 | del, dfn, em, img, ins, kbd, q, s, samp, 10 | small, strike, strong, sub, sup, tt, var, 11 | b, u, i, center, 12 | dl, dt, dd, ol, ul, li, 13 | fieldset, form, label, legend, 14 | table, caption, tbody, tfoot, thead, tr, th, td, 15 | article, aside, canvas, details, embed, 16 | figure, figcaption, footer, header, hgroup, 17 | menu, nav, output, ruby, section, summary, 18 | time, mark, audio, video { 19 | margin: 0; 20 | padding: 0; 21 | border: 0; 22 | font-size: 100%; 23 | font: inherit; 24 | vertical-align: baseline; 25 | } 26 | /* HTML5 display-role reset for older browsers */ 27 | article, aside, details, figcaption, figure, 28 | footer, header, hgroup, menu, nav, section { 29 | display: block; 30 | } 31 | body { 32 | line-height: 1; 33 | } 34 | ol, ul { 35 | list-style: none; 36 | } 37 | blockquote, q { 38 | quotes: none; 39 | } 40 | blockquote:before, blockquote:after, 41 | q:before, q:after { 42 | content: ''; 43 | content: none; 44 | } 45 | table { 46 | border-collapse: collapse; 47 | border-spacing: 0; 48 | } -------------------------------------------------------------------------------- /student-cvs/CristhianMedina-7460/script.js: -------------------------------------------------------------------------------- 1 | // Semana 2 Clase 2 2 | const Person = { 3 | name: "Cristhian", 4 | lastname: "Medina", 5 | age: 29, 6 | isFather: true, 7 | like: [ 8 | "play with my children", 9 | "watch animated movies", 10 | "listen music", 11 | "play videogames" 12 | ] 13 | } 14 | 15 | typeof var1 === "object" && var1 != null; // comprueba si es un objeto, valida que no sea null debido a que el tipo null es un objeto. 16 | 17 | typeof var1 === "object" && var1.length != null; // comprueba si es un array, valida que la propiedad length sea valida. 18 | 19 | Array.isArray(var1); // forma actual de validar un array. 20 | 21 | // Semana 2 Clase 4 22 | 23 | function stopAction(event) { 24 | event.preventDefault(); 25 | } -------------------------------------------------------------------------------- /student-cvs/CristhianMedina-7460/unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/CristhianMedina-7460/unsplash.jpg -------------------------------------------------------------------------------- /student-cvs/Dali-7656/sky.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Dali-7656/sky.avif -------------------------------------------------------------------------------- /student-cvs/DameAsado-6873/README.md: -------------------------------------------------------------------------------- 1 | https://github.com/Wannmi 2 | 3 | # Hola, soy Juan Manuel Mascaró Iglesias 4 | 5 | ## Te invito a conocer un poco sobre mi: 6 | 7 | ### Argentino 💙🤍💙 8 | 9 | ### 👨‍🎓 Estudio **Ingeniería Electronica** en la UNLP 10 | 11 | ### 👨‍🏫 Soy _ayudante_ alumno ad honorem de la cátedra **Análisis de Circuitos** 12 | 13 | ### Te cuento un poco mas: 14 | 15 | 🚗 Me apasiona el deporte motor. 16 | 17 | 🧰 Reparo o restauro aparatos. 18 | 19 | 📱 Me gustaría desarrollar mis ideas. 20 | 21 | 🌱 Me gustan las plantas. 22 | 23 | ## Sobre la consola: 24 | 25 | ### Los comandos que me parecen interesantes son: 26 | 27 | |Comando | Descripción | Acción | 28 | |:------:|:------------------------:|:----------------------------------:| 29 | | pwd | Print Current Directory | Muestra la ruta abs del directorio | 30 | | ls | List Directory Contents | Lista los archivos de la carpeta | 31 | | cd | Change current Directory | Cambia al directorio deseado | 32 | | cd .. | None | Sube un nivel en el directorio | 33 | | mkdir | Make a Directory | Crea una nueva carpeta | 34 | | alias | Alias | Crea un alias replicando un comando| 35 | 36 | 37 | ### Algunos alias útiles: 38 | 39 | | Alias | Acción | 40 | |:-------------------------------:|:------------------------------------------:| 41 | | `alias findd="ls ~/ \| grep $1"`|Busca las carpetas que contengan una palabra| 42 | | `alias cl="clear"` | Limpia la pantalla de la terminal | 43 | 44 | -------------------------------------------------------------------------------- /student-cvs/DameAsado-6873/img/bg-image.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/DameAsado-6873/img/bg-image.avif -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/pages/bootexercises.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bootcamp Exercise 8 | 9 | 10 | 11 | 12 |
13 |

Daniel Campo

14 |
15 |
16 | 19 |
20 |

Bootcamp exercise

21 |
22 | Computer on a table 23 |
24 |

Learned Commands

25 |

Comands

26 |

cd: Allows to change between folders.

27 |

ls: Gives a list of files.

28 |

cat: Shows the file content.

29 | clear: Clean the terminal. 30 |
31 |

Useful Aliases

32 |

alias cl='clear'

33 |

alias f='find . |grep '

34 |
35 |

Aliases

36 |

cl: Clean the terminal.

37 |

f: Search a file.

38 |
39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/pages/imgs/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Dr(dot)Lack47-4891/pages/imgs/back.jpg -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/pages/imgs/cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Dr(dot)Lack47-4891/pages/imgs/cat.jpg -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/pages/imgs/look.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Dr(dot)Lack47-4891/pages/imgs/look.jpg -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/pages/imgs/study.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Dr(dot)Lack47-4891/pages/imgs/study.jpg -------------------------------------------------------------------------------- /student-cvs/Dr(dot)Lack47-4891/script.js: -------------------------------------------------------------------------------- 1 | ("form").addEventListener("submit", function (event) { 2 | event.preventDefault(); 3 | }); -------------------------------------------------------------------------------- /student-cvs/Edwin_Ortiz-3619/img/educacion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Edwin_Ortiz-3619/img/educacion.jpg -------------------------------------------------------------------------------- /student-cvs/Edwin_Ortiz-3619/img/lentec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Edwin_Ortiz-3619/img/lentec.jpg -------------------------------------------------------------------------------- /student-cvs/Edwin_Ortiz-3619/img/perfil.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Edwin_Ortiz-3619/img/perfil.jpeg -------------------------------------------------------------------------------- /student-cvs/Enmanuel-8754/ejemplo.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Enmanuel-8754/ejemplo.avif -------------------------------------------------------------------------------- /student-cvs/Enmanuel-8754/form.js: -------------------------------------------------------------------------------- 1 | const formP = document.querySelector("#form"); 2 | 3 | formP.addEventListener("submit", (event) => { 4 | 5 | event.preventDefault(); 6 | 7 | }); 8 | 9 | // addEventListener para escuchar al evento "submit" del formulario. 10 | // Luego llamar a la funcion que maneja el evento y utilizar event.preventDefault(); -------------------------------------------------------------------------------- /student-cvs/Enmanuel-8754/formulario.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body { 10 | color: #333; 11 | background-color: #fefefe; 12 | } 13 | 14 | h1 { 15 | color:#713f12 16 | } 17 | 18 | .page{ 19 | max-width: 800px; 20 | margin: 100px auto; 21 | padding: 0 40px; 22 | font-family: Arial, Helvetica, sans-serif; 23 | } 24 | 25 | .form-group { 26 | margin: 20px 0; 27 | } 28 | 29 | label, input { 30 | vertical-align: middle; 31 | } 32 | 33 | label, input:not([type="radio"], [type="checkbox"]) { 34 | width: 100%; 35 | } 36 | 37 | textarea { 38 | display: block; 39 | width: 100%; 40 | resize: vertical; 41 | } 42 | 43 | label, legend { 44 | font-weight: bold; 45 | text-transform: uppercase; 46 | font-size: 14px; 47 | color: #444; 48 | } 49 | 50 | input[type="text"], input[type="email"], textarea{ 51 | background: white; 52 | border: 2px solid lightgray; 53 | border-radius: 4px; 54 | padding: 8px 10px; 55 | color: #333; 56 | } 57 | 58 | .help { 59 | font-size: 12px; 60 | margin-top: 10px; 61 | color: gray; 62 | } 63 | 64 | button { 65 | padding: 16px 60px; 66 | text-transform: uppercase; 67 | font-weight: bold; 68 | border: 1px solid #713f12; 69 | background: #eab308; 70 | color: #333; 71 | text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5); 72 | border-radius: 8px; 73 | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 74 | cursor: pointer; 75 | } 76 | 77 | button:hover { 78 | background: #facc15; 79 | } 80 | 81 | button:active { 82 | background: #ca8a04; 83 | box-shadow: none; 84 | } -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/clase1/calentamiento.js: -------------------------------------------------------------------------------- 1 | // Asignamos la cantidad de monedas de Hugo, este valor es el que tienes que resolver. 2 | 3 | let hugo = 15; //respuesta es 15 4 | 5 | // Calculamos la cantidad de monedas de Paco y Luis en función de Hugo 6 | 7 | let paco = 2 * hugo; 8 | let luis = paco + 10; 9 | 10 | // Sumamos las cantidades de monedas de los tres amigos 11 | 12 | let total = hugo + paco + luis; 13 | if (total === 85) { 14 | console.log("Hugo: " + hugo) 15 | console.log("Paco: " + paco) 16 | console.log("Luis: " + luis) 17 | } -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/clase1/code1.js: -------------------------------------------------------------------------------- 1 | let objeto = { 2 | 3 | } 4 | 5 | if(typeof objeto === "object" && objeto != null){ 6 | console.log("excelente"); 7 | } -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/clase2/calentamiento.js: -------------------------------------------------------------------------------- 1 | const human = { 2 | name: "Ever Jesús", 3 | lastName: "Montero Minaya", 4 | country: "Peru", 5 | email: "example@gmail.com", 6 | blonde: false, 7 | tall: true, 8 | nickname: "EverJM", 9 | numberDis: 6591 10 | } -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/clase2/code.js: -------------------------------------------------------------------------------- 1 | let arr = [1,2,3]; 2 | 3 | if(typeof arr === "object" && Array.isArray(arr)){ 4 | console.log("IS ARRAY!!"); 5 | } -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/css/reset.css: -------------------------------------------------------------------------------- 1 | /*** 2 | The new CSS reset - version 1.8.4 (last updated 14.2.2023) 3 | GitHub page: https://github.com/elad2412/the-new-css-reset 4 | ***/ 5 | 6 | /* 7 | Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property 8 | - The "symbol *" part is to solve Firefox SVG sprite bug 9 | */ 10 | *:where(:not(html, iframe, canvas, img, svg, video, audio, input, textarea):not(svg *, symbol *)) { 11 | all: unset; 12 | display: revert; 13 | } 14 | 15 | /* Preferred box-sizing value */ 16 | *, 17 | *::before, 18 | *::after { 19 | box-sizing: border-box; 20 | } 21 | 22 | /* Reapply the pointer cursor for anchor tags */ 23 | a, button { 24 | cursor: revert; 25 | } 26 | 27 | /* Remove list styles (bullets/numbers) */ 28 | ol, ul, menu { 29 | list-style: none; 30 | } 31 | 32 | /* removes spacing between cells in tables */ 33 | table { 34 | border-collapse: collapse; 35 | } 36 | 37 | /* minimum style to allow to style meter element */ 38 | meter { 39 | -webkit-appearance: revert; 40 | appearance: revert; 41 | } 42 | 43 | /* preformatted text - use only for this feature */ 44 | :where(pre) { 45 | all: revert; 46 | } 47 | 48 | /* remove default dot (•) sign */ 49 | ::marker { 50 | content: initial; 51 | } 52 | 53 | /* fix the feature of 'hidden' attribute. 54 | display:revert; revert to element instead of attribute */ 55 | :where([hidden]) { 56 | display: none; 57 | } 58 | 59 | -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/EverJM-6591/img/logo.png -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/img/perfil-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/EverJM-6591/img/perfil-img.png -------------------------------------------------------------------------------- /student-cvs/EverJM-6591/js/code.js: -------------------------------------------------------------------------------- 1 | const btnEnviar = document.querySelector("#btn-enviar"); 2 | btnEnviar.addEventListener("click",noCargar); 3 | function noCargar(event){ 4 | event.preventDefault(); 5 | alert("Aun no se puede enviar, muchas gracias :)"); 6 | } -------------------------------------------------------------------------------- /student-cvs/EzequielCaste-9004/README.md: -------------------------------------------------------------------------------- 1 | # Ezequiel Castellanos 2 | 3 | [GitHub](https://github.com/EzequielCaste) 4 | 5 | 👋 Hi, I'm a Frontend Developer focused on React. 6 | 7 | ## About Me 8 | - 📫 How to reach me: `ezequiel.caste@gmail.com` 9 | - ⚡ Fun fact: I used to work as an English/Spanish Translator 📚 10 | 11 | 12 | ## Terminal Commands 13 | | Command | Description | 14 | | ------- | ----------------------------------------------- | 15 | |`uptime` | shows how much time the computer has been on | 16 | |`date` | shows the date and time of the current system | 17 | |`touch` | creates a new file | 18 | |`ls` | list the content of the current directory | 19 | |`cd` | change directory | 20 | 21 | ## Alias Commands 22 | | Alias | Description | 23 | | ----- | ------------------- | 24 | |`cl` | clear the terminal | 25 | |`npmd` | run `npm run dev` | 26 | |`ga` | runs `git add .` | 27 | |`gc` | runs `git commit -m`| 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /student-cvs/EzequielCaste-9004/marek-piwnicki-9MJU5vDAAAY-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/EzequielCaste-9004/marek-piwnicki-9MJU5vDAAAY-unsplash.jpg -------------------------------------------------------------------------------- /student-cvs/GabrielObregon-7536/.gitignore: -------------------------------------------------------------------------------- 1 | .vite 2 | node_modules -------------------------------------------------------------------------------- /student-cvs/GabrielObregon-7536/correcto.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Correcto 9 | 10 | 11 |
12 |

Formulario enviado correctamente, en la brevedad nos comunicaremos contigo. Saludos.

13 |
14 | 15 | -------------------------------------------------------------------------------- /student-cvs/GabrielObregon-7536/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/GabrielObregon-7536/header.jpg -------------------------------------------------------------------------------- /student-cvs/Gaston095-2770/images/img-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Gaston095-2770/images/img-header.jpg -------------------------------------------------------------------------------- /student-cvs/Gaston095-2770/script.js: -------------------------------------------------------------------------------- 1 | document.getElementById("button").addEventListener("submit", function(event){ 2 | event.preventDefault(); 3 | }); -------------------------------------------------------------------------------- /student-cvs/HernanBautista-7481/code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/HernanBautista-7481/code.jpg -------------------------------------------------------------------------------- /student-cvs/HernanBautista-7481/main.css: -------------------------------------------------------------------------------- 1 | @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; 2 | 3 | * { 4 | margin: 0; 5 | padding: 0; 6 | } 7 | 8 | body { 9 | margin: 0 auto; 10 | padding-top: 0; 11 | max-width: 50em; 12 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 13 | line-height: 1.5; 14 | color: #555; 15 | background-color: #F2F3F4; 16 | } 17 | 18 | h1 { 19 | font-size: 2.5em; 20 | font-weight: 300; 21 | } 22 | 23 | h2, h3 { 24 | margin-top: 10px; 25 | padding-top: 10px; 26 | } 27 | 28 | h1,h2, h3 { 29 | color: #333; 30 | } 31 | 32 | img { 33 | height: 250px; 34 | width: 100%; 35 | } 36 | 37 | a { 38 | color: #e81c4f; 39 | text-decoration: none; 40 | padding: 2px 1px 0 41 | } 42 | 43 | a:hover { 44 | text-decoration: underline; 45 | color: #555; 46 | } 47 | 48 | li { 49 | margin-left: 40px; 50 | } 51 | 52 | table { 53 | border-collapse: collapse; 54 | margin: 25px 0; 55 | font-size: 1em; 56 | font-family: sans-serif; 57 | min-width: 600px; 58 | } 59 | tr { 60 | background-color: #BDC3C7; 61 | color: #1B2631; 62 | text-align: middle; 63 | border: black; 64 | border: 1px solid black; 65 | } 66 | 67 | th, td { 68 | padding: 12px 15px; 69 | border: 1px solid black; 70 | } -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/angularjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/angularjs.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/background.jpg -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/canva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/canva.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/css3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/css3.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/debian.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/discord.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/favicon.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/fotoperfil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/fotoperfil.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/github.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/grafica-idiomas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/grafica-idiomas.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/html5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/html5.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/idiomas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/idiomas.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/illustrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/illustrator.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/instagram.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/javascript.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/linkedin.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/linux.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/markdown.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/nextjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/nextjs.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/nodejs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/nodejs.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/office365.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/office365.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/photoshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/photoshop.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/python.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/react.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/twitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/twitch.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/twitter.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/ubuntun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/ubuntun.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/unix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/unix.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/vscode.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/windows.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/winserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/winserver.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/wordpress.png -------------------------------------------------------------------------------- /student-cvs/IDKJesBen-9115/img/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/IDKJesBen-9115/img/youtube.png -------------------------------------------------------------------------------- /student-cvs/INGCapaDev-8510/main.js: -------------------------------------------------------------------------------- 1 | document.addEventListener('DOMContentLoaded', (event) => { 2 | const form = document.getElementById('form'); 3 | form.addEventListener('submit', (event) => { 4 | event.preventDefault(); 5 | }); 6 | }); 7 | -------------------------------------------------------------------------------- /student-cvs/Ixam-1702/contacto.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Contacto 9 | 10 | 11 |
12 |

Contacto

13 |

Si necesitas mas información puedes enviar el siguiente formulario

14 |
15 |
16 | 17 | 18 |
19 |
20 | 21 | 22 |
23 |
24 | 25 | 26 |
27 | 28 |
29 |
30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /student-cvs/Ixam-1702/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Ixam-1702/header.jpg -------------------------------------------------------------------------------- /student-cvs/Ixam-1702/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Julio Carlos 9 | 10 | 11 |
12 | Logo 13 |

Acerca de mi

14 | por Julio Carlos 15 |
16 |
17 |
18 |

Hola, me llamo Julio Carlos

19 |

Soy Ingeniero Informatico, me interesan las areas de Hardware y Desarrollo.

20 |

Los lenguajes de programación que mas utilizo son Java y PHP. Ademas de lo relacionado con dichos lenguajes, como ser:

21 | 28 |

Actualmente me encuentro aprendiendo el framework CSS Bootstrap

29 |
30 | 34 |
35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /student-cvs/Ixam-1702/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Ixam-1702/logo.png -------------------------------------------------------------------------------- /student-cvs/Ixam-1702/script.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("submit", (e) => { 2 | e.preventDefault(); 3 | }) -------------------------------------------------------------------------------- /student-cvs/Jessbel-7277/main.js: -------------------------------------------------------------------------------- 1 | const form = document.querySelector('form'); 2 | 3 | form.addEventListener('submit', e => { 4 | e.preventDefault(); 5 | console.log("Enviados :) "); 6 | }); -------------------------------------------------------------------------------- /student-cvs/Joaquin-Esteban-2337/README.md: -------------------------------------------------------------------------------- 1 | # Hola!, soy Joaquin Esteban 2 | ## Soy Developer Web Full-Stack en JavaScript 3 | Actualmente estudiante en **Platzi**, actualmente cursando la ruta de aprendizaje **Full-stack developer en Javascript** y tambien cursando el **BootCamp de UndefinedShell** de Guillermo Rodas, soy una persona muy activa y me encanta el sandwich de miga. 4 | 5 | ## Mi perfil de Git-Hub 6 | **https://github.com/joaquinesteban** 7 | 8 | # Semana 1, en **BootCamp UndefinedShell** 9 | **Comandos de consola Aprendidos en clase.** 10 | | Comandos | Descripcion | 11 | |----------|-----------------------| 12 | |ls | lista | 13 | |cd | cambio de directorio | 14 | |rm | remover | 15 | |mkdir | crear carpeta | 16 | |touch | crear archivo | 17 | 18 | **Alias Aprendidos en Clase.** 19 | |Alias| Descripcion | 20 | |-----|----------------| 21 | |cl | clear (limpiar)| 22 | |npms | npm start | 23 | |npmd | npm run dev | -------------------------------------------------------------------------------- /student-cvs/JoeOs-8843/style.css: -------------------------------------------------------------------------------- 1 | @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; 2 | 3 | body { 4 | margin: 0 auto; 5 | max-width: 35em; 6 | text-align: center; 7 | font-family: "Roboto", Helvetica, sans-serif; 8 | line-height: 2.2; 9 | padding: 3em 2em; 10 | color: darkslateblue; 11 | 12 | } 13 | 14 | h2 { 15 | margin-top: 0.5em; 16 | padding-top: 0.5em; 17 | } 18 | 19 | h1, 20 | h2, 21 | strong { 22 | color: blueviolet; 23 | } 24 | 25 | code, 26 | pre { 27 | background: lightslategray; 28 | color: antiquewhite; 29 | border-bottom: 1px solid rgb(226, 193, 189); 30 | } 31 | 32 | code { 33 | padding: 3px 20px; 34 | } 35 | 36 | li { 37 | color: #281e61; 38 | } 39 | 40 | pre { 41 | border-left: 2px solid rgb(170, 137, 235); 42 | } 43 | 44 | header { 45 | background-color: #518a79; 46 | background-image: url(header.jpg); 47 | background-position: center top; 48 | background-repeat: no-repeat; 49 | background-size: cover; 50 | line-height: 1.9; 51 | padding: 10vw 2em; 52 | color: aliceblue; 53 | 54 | 55 | display: inline-block; 56 | height: 120px; 57 | vertical-align: top; 58 | width: 120px; 59 | font-weight: 300; 60 | } -------------------------------------------------------------------------------- /student-cvs/Johans-2787/formulario-de-contacto.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Formularios HTML 6 | 7 | 8 | 9 | Back 10 | 11 |
12 |
13 |

Contacto

14 |

Rellene los datos y deje un breve mensaje

15 |
16 | 17 |
18 |
19 | 20 | 21 |
22 | 23 |
24 | 25 | 26 |
27 | 28 |
29 | 30 | deja tu mensaje 31 |
32 | 33 |
34 | 35 |
36 | 37 |
38 |
39 | 47 | -------------------------------------------------------------------------------- /student-cvs/JorgeVillafraz-6924/foto2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/JorgeVillafraz-6924/foto2.jpg -------------------------------------------------------------------------------- /student-cvs/JoseHerrera-9309/img/komarov.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/JoseHerrera-9309/img/komarov.jpg -------------------------------------------------------------------------------- /student-cvs/Juanmi72-5949/semana1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Juanmi72-5949/semana1.png -------------------------------------------------------------------------------- /student-cvs/Juanmi72-5949/style.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | max-width: 800px; 4 | margin:100px auto; 5 | padding: 0 40px; 6 | background-color: aliceblue; 7 | } 8 | 9 | body{ 10 | 11 | box-sizing: inherit; 12 | } 13 | header { 14 | 15 | /*border: solid aqua 3px;*/ 16 | padding: 2px; 17 | margin: 3px 0 18 | } 19 | h1{ 20 | text-align: center; 21 | background-color: aquamarine; 22 | } 23 | h2{ 24 | background-color:antiquewhite 25 | } 26 | 27 | h3{ 28 | background-color:blanchedalmond 29 | } 30 | li { 31 | list-style: none; 32 | } 33 | 34 | 35 | img{ 36 | max-width: 500px; 37 | 38 | } 39 | 40 | .form-group { 41 | margin: 20px 0; 42 | } 43 | label, input { 44 | width: 100%; 45 | display: block; 46 | padding: 2px; 47 | 48 | } 49 | input { 50 | background: white; 51 | border: 1px solid lightgray; 52 | border-radius: 4px; 53 | padding: 8px 10px; 54 | color: #333 55 | } 56 | 57 | label { 58 | font-weight: bold; 59 | text-transform: uppercase; 60 | font-size: 14px; 61 | color: #444 62 | 63 | } 64 | 65 | button { 66 | padding: 16px 60px; 67 | text-transform: uppercase; 68 | font-weight: bold; 69 | border: 1px solid #3b2a2a; 70 | background: #62b4eb; 71 | color: black; 72 | box-shadow: -1px -1px 3px rgba(255,255,255, 0.5); 73 | border-radius: 8px; 74 | box-shadow: 1px 1px 3px rgba(0,0,0, 0.5); 75 | cursor: pointer; 76 | } 77 | 78 | button:hover{ 79 | background: #aecfe6; 80 | } 81 | button:active{ 82 | background: #8abee4; 83 | box-shadow: none; 84 | } -------------------------------------------------------------------------------- /student-cvs/Kick Off-2479/Assets/escuela_de_atenas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Kick Off-2479/Assets/escuela_de_atenas.png -------------------------------------------------------------------------------- /student-cvs/Kick Off-2479/Exercises/first_exercise.js: -------------------------------------------------------------------------------- 1 | let hugo = 15 2 | 3 | let paco = hugo * 2 4 | 5 | let luis = paco + 10 6 | 7 | let total = hugo + paco + luis 8 | 9 | if (total === 85) { 10 | console.log("Hugo: " + hugo) 11 | console.log("Paco: " + paco) 12 | console.log("Luis: " + luis) 13 | } -------------------------------------------------------------------------------- /student-cvs/Kick Off-2479/Exercises/second_exercise.js: -------------------------------------------------------------------------------- 1 | const human = { 2 | name: "José", 3 | lastname: "Contreras", 4 | hair_color: "Brown", 5 | skin_color: "Soft brown", 6 | age: 27, 7 | singer: false, 8 | marriage: false, 9 | }; 10 | 11 | // the way to identificate an Array is asking with [Array].isArray = true/false 12 | // for example: console.log(Array.isArray([1, 2, 3])); 13 | // answer = true -------------------------------------------------------------------------------- /student-cvs/Kick Off-2479/layout.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 3 | } 4 | 5 | div { 6 | display: flex; 7 | flex-direction: column; 8 | border: 1px solid Gainsboro; 9 | padding: 10px; 10 | } 11 | 12 | img { 13 | width: 100%; 14 | height: 100%; 15 | } 16 | 17 | input[type="search"] { 18 | padding: 8px 12px; 19 | border-radius: 4px; 20 | border: 1px solid Gainsboro; 21 | width: 400px; 22 | background: WhiteSmoke; 23 | } 24 | 25 | .container { 26 | display: grid; 27 | grid-template-columns: repeat(3, 1fr); 28 | grid-template-rows: 50px auto auto; 29 | gap: 20px; 30 | } 31 | 32 | nav { 33 | display: flex; 34 | justify-content: space-evenly; 35 | align-items: center; 36 | grid-column: 1 / 4; 37 | grid-row: 1 / 2; 38 | } 39 | 40 | ul { 41 | list-style: none; 42 | padding: 0; 43 | display: flex; 44 | gap: 30px; 45 | } 46 | 47 | div:last-child { 48 | grid-column: 1 / 4; 49 | } -------------------------------------------------------------------------------- /student-cvs/KnivesMillions-2975/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/KnivesMillions-2975/images/github.png -------------------------------------------------------------------------------- /student-cvs/KnivesMillions-2975/scripts/switch.js: -------------------------------------------------------------------------------- 1 | let switchDarkLight = document.getElementById('container'); 2 | let body = document.querySelector('body'); 3 | 4 | switchDarkLight.onclick = function() { 5 | switchDarkLight.classList.toggle('active'); 6 | body.classList.toggle('active'); 7 | } 8 | -------------------------------------------------------------------------------- /student-cvs/Krinpyk-7419/icon/angle-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Krinpyk-7419/icon/angle-right.png -------------------------------------------------------------------------------- /student-cvs/Lili-3546/portada.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Lili-3546/portada.jpg -------------------------------------------------------------------------------- /student-cvs/Lizeth-9127/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Contact 10 | 11 | 12 | 13 |
14 |
15 |
16 |

Contact Page

17 |
18 |
19 | 20 |
21 |
22 |

Enter the following information to leave a message:

23 | 24 | 28 | 29 | 32 | 33 | 37 | 38 | 41 |
42 |
43 |
44 | 45 | -------------------------------------------------------------------------------- /student-cvs/Luisponce-8843/formulario/contacto.js: -------------------------------------------------------------------------------- 1 | const forms = document.querySelectorAll("form"); 2 | forms.forEach(form => { 3 | form.addEventListener("submit", event => { 4 | event.preventDefault(); 5 | }); 6 | }); -------------------------------------------------------------------------------- /student-cvs/Luisponce-8843/imagenes/imagen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Luisponce-8843/imagenes/imagen.jpg -------------------------------------------------------------------------------- /student-cvs/Luisponce-8843/imagenes/imagen2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Luisponce-8843/imagenes/imagen2.jpg -------------------------------------------------------------------------------- /student-cvs/Luisponce-8843/imagenes/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Luisponce-8843/imagenes/logo.png -------------------------------------------------------------------------------- /student-cvs/Maikcol-2796/img/Tic-tac-toe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Maikcol-2796/img/Tic-tac-toe.png -------------------------------------------------------------------------------- /student-cvs/Maikcol-2796/img/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Maikcol-2796/img/app.png -------------------------------------------------------------------------------- /student-cvs/Maikcol-2796/img/foto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Maikcol-2796/img/foto.jpg -------------------------------------------------------------------------------- /student-cvs/Maikcol-2796/img/pixel-art.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Maikcol-2796/img/pixel-art.jpg -------------------------------------------------------------------------------- /student-cvs/Maikcol-2796/img/projects-react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Maikcol-2796/img/projects-react.png -------------------------------------------------------------------------------- /student-cvs/Marcos(dot)-0222/My picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Marcos(dot)-0222/My picture.jpg -------------------------------------------------------------------------------- /student-cvs/Marcos(dot)-0222/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Contact 8 | 9 | 10 | 11 |
12 |

YOUR CONTACT INFORMATION 👇🏻

13 |
14 |
15 | 16 | 17 |
18 |
19 | 20 | 21 |
22 |
23 | 24 | 25 |
26 | 27 |
28 |
29 | return to main page ↩️ 30 |
31 |
32 | 33 | 34 | -------------------------------------------------------------------------------- /student-cvs/Marcos(dot)-0222/contactstyle.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body { 10 | max-width: 500px; 11 | margin: 20px auto; 12 | padding: 0 20px; 13 | box-align: center; 14 | font-family: Arial, Helvetica, sans-serif; 15 | background-color: #fffbeb; 16 | } 17 | 18 | h1 { 19 | color: #1e3a8a; 20 | font-weight: bold; 21 | text-decoration: underline; 22 | font-family: Arial, Helvetica, sans-serif; 23 | font-size: 160%; 24 | } 25 | 26 | .form-group { 27 | margin: 20px 0; 28 | } 29 | 30 | label, 31 | input { 32 | width: 100%; 33 | display: block; 34 | } 35 | 36 | textarea { 37 | box-sizing: cont; 38 | } 39 | 40 | label { 41 | margin-bottom: 8px; 42 | font-weight: bold; 43 | text-transform: uppercase; 44 | font-size: 15px; 45 | color: #1e3a8a; 46 | } 47 | 48 | input, 49 | textarea { 50 | width: 100%; 51 | background: rgb(254, 255, 241); 52 | border: 1px solid #1f3779; 53 | border-radius: 6px; 54 | padding: 8px 10px; 55 | } 56 | 57 | button { 58 | margin: 10px; 59 | text-transform: uppercase; 60 | padding: 12px 30px; 61 | font-size: 18px; 62 | background-color: #1e3b8a; 63 | color: #fffbeb; 64 | border: 2px solid rgb(5, 5, 78); 65 | border-radius: 5px; 66 | box-shadow: 1px 1px 2px rgb(0, 7, 48); 67 | cursor: pointer; 68 | } 69 | 70 | button:hover { 71 | background: #264aaf; 72 | } 73 | 74 | button:active { 75 | background: #193070; 76 | box-shadow: -1px -1px 0 rgb(0, 7, 48); 77 | } 78 | 79 | .return, 80 | a { 81 | text-transform: uppercase; 82 | color: #2546a0; 83 | text-decoration: underline; 84 | font-size: 20px; 85 | margin-top: 40px; 86 | } -------------------------------------------------------------------------------- /student-cvs/Marcos(dot)-0222/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 3 | margin: 0 auto; 4 | max-width: 50em; 5 | line-height: 1.5; 6 | padding: 4em 1em; 7 | background-color: rgb(139, 164, 231); 8 | color: rgb(255, 255, 255); 9 | } 10 | body img { 11 | display: inline-block; 12 | height: 500px; 13 | vertical-align: top; 14 | width: 350px; 15 | } 16 | 17 | h2 { 18 | margin-top: 1em; 19 | padding-top: 1em; 20 | color: #2c1497 21 | } 22 | 23 | h3 { 24 | color: rgb(93, 66, 161) 25 | } 26 | a { 27 | color:rgb(118, 239, 255) 28 | } 29 | 30 | h1 { 31 | color: #e81c4f; 32 | font-weight: 200; 33 | font-style: inherit; 34 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 35 | } -------------------------------------------------------------------------------- /student-cvs/MariaSolArroyo-9830/img/IMG_4948.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MariaSolArroyo-9830/img/IMG_4948.PNG -------------------------------------------------------------------------------- /student-cvs/MarisolSalazarV-6177/formulario-html/index.js: -------------------------------------------------------------------------------- 1 | const ContactForm = document.querySelector('#FormContact'); 2 | 3 | ContactForm.addEventListener('submit', function(event){ 4 | event.preventDefault(); 5 | }) 6 | 7 | -------------------------------------------------------------------------------- /student-cvs/MarisolSalazarV-6177/foto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MarisolSalazarV-6177/foto.jpg -------------------------------------------------------------------------------- /student-cvs/MarisolSalazarV-6177/styles.css: -------------------------------------------------------------------------------- 1 | body{ 2 | margin: 0 auto; 3 | max-width: 50em; 4 | font-family: Arial, Helvetica, sans-serif; 5 | line-height: 1.5; 6 | padding: 4em 1em; 7 | color: #555; 8 | } 9 | 10 | h1, h2, h3, strong { 11 | color: #333; 12 | margin-top: 0.5em; 13 | padding-top: 0.5em; 14 | } 15 | 16 | code, pre { 17 | background: #f5f7f9; 18 | border-bottom: 1px solid #d8dee9; 19 | color: #a7adba; 20 | padding: 1em; 21 | vertical-align: text-bottom; 22 | border-left: 2px solid #69c; 23 | } 24 | 25 | address a { 26 | color: #e81c4f; 27 | text-decoration: none; 28 | } 29 | 30 | .nav{ 31 | display: inline; 32 | font-size: 20px; 33 | text-align: center; 34 | word-spacing: 20px; 35 | } 36 | 37 | a { 38 | color: black; 39 | text-decoration: none; 40 | align-content: center; 41 | } 42 | 43 | .table{ 44 | position: sticky; 45 | width: 100%; 46 | height: 100%; 47 | text-align: justify; 48 | } 49 | 50 | .img{ 51 | padding: 1em 2em; 52 | } 53 | 54 | .footer{ 55 | color: gray; 56 | } 57 | -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/Development.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/Development.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/Fondo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/Fondo.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/Foto.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/Foto.jpeg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/blog-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/blog-header.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/blog-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/blog-img.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/excercise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/excercise.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/img/skills.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MartinVargas-6047/img/skills.jpg -------------------------------------------------------------------------------- /student-cvs/MartinVargas-6047/styles-blog.css: -------------------------------------------------------------------------------- 1 | /* FONT */ 2 | @import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Roboto:wght@300;500&display=swap"); 3 | 4 | body { 5 | font-family: "Roboto"; 6 | } 7 | img { 8 | max-width: 100%; 9 | } 10 | nav { 11 | display: flex; 12 | justify-content: space-around; 13 | align-items: center; 14 | color: #f8f8f8; 15 | } 16 | input[type="search"] { 17 | padding: 5px 10px; 18 | border-radius: 8px; 19 | border: 1px solid gainsboro; 20 | } 21 | a { 22 | color: #fff; 23 | background-color: #940253; 24 | text-decoration: none; 25 | text-transform: uppercase; 26 | font-size: 15px; 27 | margin-bottom: 10px; 28 | font-weight: bold; 29 | padding: 10px; 30 | border-radius: 8px; 31 | } 32 | article.card { 33 | max-width: 350px; 34 | background-color: #f8f8f8; 35 | border-radius: 8px; 36 | margin: 1rem; 37 | box-shadow: 0 0 12px #d7d7d7; 38 | } 39 | .card-header img { 40 | border-radius: 8px 8px 0 0; 41 | max-height: 200px; 42 | height: 150px; 43 | width: 100%; 44 | } 45 | .card-cat { 46 | margin-top: 1rem; 47 | } 48 | .card-cat span { 49 | background: #940253; 50 | color: #f8f8f8; 51 | padding: 0.2rem 0.5rem; 52 | border-radius: 4px; 53 | } 54 | .card footer { 55 | padding: 0 1rem; 56 | } 57 | .card-wrap { 58 | display: flex; 59 | flex-flow: wrap; 60 | justify-content: center; 61 | align-items: center; 62 | } 63 | -------------------------------------------------------------------------------- /student-cvs/Mau-5427/main.js: -------------------------------------------------------------------------------- 1 | const d = document; 2 | 3 | d.addEventListener("DOMContentLoaded", (e) => { 4 | d.addEventListener("submit", (e) => { 5 | e.preventDefault(); 6 | }) 7 | }) -------------------------------------------------------------------------------- /student-cvs/MrRedu-7518/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MrRedu-7518/favicon.png -------------------------------------------------------------------------------- /student-cvs/MrRedu-7518/form-contacto_js.js: -------------------------------------------------------------------------------- 1 | document.querySelector('form').addEventListener('submit', function(event) { 2 | event.preventDefault(); 3 | // Evita el comportamiento de envío por defecto 4 | 5 | let formData = new FormData(event.target); 6 | // Crea un objeto FormData con los datos del formulario 7 | 8 | fetch(event.target.action, { 9 | // Envía una solicitud POST al servidor especificado en el atributo action del formulario 10 | method: 'post', 11 | body: formData 12 | }).then(response => { 13 | // Maneja la respuesta del servidor aquí 14 | alert("Formulario enviado"); 15 | }); 16 | }); -------------------------------------------------------------------------------- /student-cvs/MrRedu-7518/git-hub-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MrRedu-7518/git-hub-icon.png -------------------------------------------------------------------------------- /student-cvs/MrRedu-7518/github-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/MrRedu-7518/github-banner.png -------------------------------------------------------------------------------- /student-cvs/Noa_S-5163/README.md: -------------------------------------------------------------------------------- 1 | # Hi!!! 👋 I´m Noa Salgado 2 | 3 | ## I´m a **full stack developer** focused on improving my skills and making a career change into tech 4 | 5 | - ➡️ I´m currently learning JavaScript and React 6 | - ➡️ I love programming and make different projects to practice 7 | 8 | ## My Github Profile 9 | 10 | [NoaSalgado](https://github.com/NoaSalgado) 11 | 12 | ### Learned in the first week of **Undefined Shell Bootcamp** 13 | 14 | #### CLI Commands 15 | 16 | | Command | Description | 17 | | ------- | ---------------------------------------------- | 18 | | `mkdir` | Creates a new directory | 19 | | `ls` | Prints a list of the contents of a directory | 20 | | `cat` | Displays the contents of a file in the console | 21 | | `echo` | Creates a new file | 22 | | `pwd` | Displays the user´s current working directory | 23 | 24 | #### Two useful alias 25 | 26 | | Alias | Description | 27 | | ------------------------------------------------------------- | ---------------------------- | 28 | | `alias update = 'udo apt-get update && sudo apt-get upgrade'` | Updates the operating system | 29 | | `alias md = 'mkdir'` | Creates a new directory | 30 | -------------------------------------------------------------------------------- /student-cvs/Noa_S-5163/js/main.js: -------------------------------------------------------------------------------- 1 | const formEl = document.querySelector('#form'); 2 | 3 | formEl.addEventListener('submit', (e) => { 4 | e.preventDefault(); 5 | alert('Message sent!!'); 6 | }); 7 | -------------------------------------------------------------------------------- /student-cvs/Oziel-3111/imagen/imagen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Oziel-3111/imagen/imagen.jpg -------------------------------------------------------------------------------- /student-cvs/Pancratzia-4189/assets/imgs/cvpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Pancratzia-4189/assets/imgs/cvpic.jpg -------------------------------------------------------------------------------- /student-cvs/Pancratzia-4189/assets/js/scripts.js: -------------------------------------------------------------------------------- 1 | const form = document.querySelector("form"); 2 | 3 | form.addEventListener("submit", (e) => { 4 | e.preventDefault(); 5 | }); 6 | -------------------------------------------------------------------------------- /student-cvs/PaulaChaneton-2365/media/github-mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/PaulaChaneton-2365/media/github-mark.png -------------------------------------------------------------------------------- /student-cvs/PaulaChaneton-2365/media/imagen email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/PaulaChaneton-2365/media/imagen email.png -------------------------------------------------------------------------------- /student-cvs/PaulaQuiroga-8406/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ -------------------------------------------------------------------------------- /student-cvs/PaulaQuiroga-8406/assets/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/PaulaQuiroga-8406/assets/img.png -------------------------------------------------------------------------------- /student-cvs/PaulaQuiroga-8406/main.mjs: -------------------------------------------------------------------------------- 1 | console.log("Hello world"); 2 | function handleSubmit(event) { 3 | event.preventDefault(); 4 | console.log("Hola mundo"); 5 | } 6 | 7 | const $form = 8 | document.querySelector("form"); 9 | $form.addEventListener("submit", handleSubmit); -------------------------------------------------------------------------------- /student-cvs/PaulaQuiroga-8406/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "semana-2", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "main.mjs", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "author": "", 10 | "license": "ISC", 11 | "dependencies": { 12 | "vite": "^4.2.1" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /student-cvs/Ramo-9888/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Ramo-9888/header.jpg -------------------------------------------------------------------------------- /student-cvs/Ramo-9888/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Ramo-9888/logo.png -------------------------------------------------------------------------------- /student-cvs/Seujumon-1612/CSS/eform.css: -------------------------------------------------------------------------------- 1 | *{ 2 | box-sizing: border-box; 3 | } 4 | .bloque{ 5 | display: block; 6 | } 7 | .cien{ 8 | width: 100%; 9 | } 10 | .cincuenta{ 11 | width: 45%; 12 | } 13 | fieldset{ 14 | border: solid 1px pink; 15 | color: #333; 16 | } 17 | legend{ 18 | color: #333; 19 | font-weight: bold; 20 | font-size: 20px; 21 | } 22 | textarea{ 23 | resize: vertical; 24 | border: solid 1px pink; 25 | background-color: rgb(138, 44, 226, .2); 26 | } 27 | label{ 28 | text-align: center; 29 | color: #333; 30 | font-weight: bold; 31 | font-size: 18px; 32 | } 33 | label, input{ 34 | padding: 3px 0; 35 | margin: 3px 0; 36 | border: none; 37 | 38 | 39 | } 40 | select{ 41 | border: solid 1px pink; 42 | background-color: rgb(138, 44, 226, .2); 43 | } 44 | select:hover{ 45 | background-color: pink; 46 | } 47 | input{ 48 | border-bottom: solid 1px pink; 49 | border-radius: 8px; 50 | text-align: center; 51 | background-color: rgb(138, 44, 226, .2); 52 | 53 | } 54 | input, select, textarea{ 55 | padding: 8px; 56 | } 57 | 58 | form{ 59 | margin: 0 auto; 60 | max-width: 450px; 61 | padding: 5px 10px; 62 | border-right: solid 1px rgb(209, 188, 188); 63 | border-left: solid 1px rgb(209, 188, 188); 64 | border-radius: 16px 0 16px 0; 65 | /*padding: 5px 180px;*/ 66 | } 67 | 68 | button{ 69 | padding: 16px; 70 | margin: 4px auto; 71 | border-radius: 12px; 72 | background-color: lightpink; 73 | text-transform: uppercase; 74 | letter-spacing: 2px; 75 | cursor:pointer; 76 | } 77 | button:hover{ 78 | background-color: palevioletred; 79 | } -------------------------------------------------------------------------------- /student-cvs/Seujumon-1612/CSS/estilos.css: -------------------------------------------------------------------------------- 1 | body{ 2 | margin: 0 auto; 3 | max-width: 50em; 4 | font-family: Helvetica, Arial, sans-serif; 5 | color: #333; 6 | } 7 | header{ 8 | text-align: center; 9 | border-bottom: solid pink 3px; 10 | border-radius: 17px; 11 | border-top: solid purple 3px; 12 | margin-top: 26px; 13 | padding-bottom: 16px; 14 | } 15 | section{ 16 | border-right: solid rgb(209, 188, 188, .7) 2px; 17 | border-left: solid rgb(209, 188, 188, .7) 2px; 18 | padding: 3px 15px; 19 | margin: 2px; 20 | } 21 | section img{ 22 | width: 90%; 23 | } 24 | .aboutme{ 25 | font-size: large; 26 | } 27 | a{ 28 | padding: 6px 8px; 29 | background-color: rgb(138, 44, 226, .7) ; 30 | color: whitesmoke; 31 | text-decoration: none; 32 | border-radius: 12px; 33 | } 34 | a:hover{ 35 | background-color: darkorchid; 36 | } 37 | a:active{ 38 | background-color: deeppink; 39 | } 40 | .bloque{ 41 | display: inline-block; 42 | } 43 | footer{ 44 | padding: 15px; 45 | border-radius: 18px 18px 0 0 ; 46 | /*background-color: purple;*/ 47 | border: solid pink; 48 | text-align: center; 49 | } -------------------------------------------------------------------------------- /student-cvs/Sheila_FG-7067/Images/github-mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Sheila_FG-7067/Images/github-mark.png -------------------------------------------------------------------------------- /student-cvs/Sheila_FG-7067/styles/style-contact.css: -------------------------------------------------------------------------------- 1 | body{ 2 | color: #333; 3 | background-color: rgb(241, 224, 195); 4 | } 5 | 6 | html{ 7 | box-sizing: border-box; 8 | } 9 | 10 | * { 11 | box-sizing: inherit; 12 | } 13 | 14 | .page { 15 | max-width: 800px; 16 | margin: 80px auto; 17 | padding: 0 50px; 18 | font-family: Arial, Helvetica, sans-serif; 19 | } 20 | 21 | .form-group { 22 | margin: 25px 0; 23 | } 24 | 25 | label, input { 26 | vertical-align: middle; 27 | } 28 | 29 | label, input:not([type="radio"], [type="checkbox"]) { 30 | width: 100%; 31 | 32 | } 33 | 34 | textarea{ 35 | display: block; 36 | width: 100%; 37 | resize: vertical; 38 | color: #333; 39 | letter-spacing: 0.5px; 40 | } 41 | 42 | label, legend { 43 | font-weight: bold; 44 | text-transform: uppercase; 45 | font-size: 14px; 46 | color: #464646; 47 | } 48 | 49 | .no-transform { 50 | text-transform: none; 51 | } 52 | 53 | input[type="text"], input[type="email"], input[type="tel"], textarea { 54 | background: white; 55 | border: 1px solid lightgray; 56 | border-radius: 4px; 57 | padding: 8px 10px; 58 | color: #333; 59 | } 60 | 61 | .help { 62 | font-size: 12px; 63 | margin-top: 10px; 64 | color: grey; 65 | } 66 | 67 | button { 68 | padding: 16px 32px; 69 | text-transform: uppercase; 70 | font-weight: bold; 71 | border: 1px solid #4a2505; 72 | background: #fbc41d; 73 | color: #333; 74 | text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5); 75 | border-radius: 8px; 76 | box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 77 | cursor: pointer; 78 | } 79 | 80 | button:hover { 81 | background: #efc955; 82 | } 83 | 84 | button.active { 85 | background: #624a04; 86 | box-shadow: rgba(0, 0, 0, 0.5); 87 | } -------------------------------------------------------------------------------- /student-cvs/Sheila_FG-7067/styles/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0 auto; 3 | background: papayawhip; 4 | font-size: 16px; 5 | font-family: Arial, Helvetica, sans-serif; 6 | align-content: center; 7 | max-width: max-content; 8 | color: #333; 9 | } 10 | 11 | #contenido { 12 | background-color: honeydew; 13 | padding: 8px; 14 | backdrop-filter: blur(10px); 15 | } 16 | 17 | #titulos { 18 | color: #333; 19 | } 20 | 21 | .parrafo { 22 | font-size: 14px; 23 | } 24 | 25 | .tabla1, 26 | td, 27 | th { 28 | border: 1px solid; 29 | font-size: 14px; 30 | } 31 | 32 | .tabla1 { 33 | width: 80%; 34 | border-collapse: collapse; 35 | margin: auto; 36 | } 37 | 38 | .tabla1 th { 39 | color: #333; 40 | background-color: khaki; 41 | } 42 | 43 | .tabla1 td:nth-child(1) { 44 | text-align: center; 45 | width: auto; 46 | } 47 | 48 | .tabla1 td:nth-child(2) { 49 | text-indent: 40px; 50 | font-style: italic; 51 | } 52 | 53 | .tabla2, 54 | td, 55 | th { 56 | border: 1px solid; 57 | font-size: 14px; 58 | } 59 | 60 | .tabla2 { 61 | width: 60%; 62 | border-collapse: collapse; 63 | margin: auto; 64 | } 65 | 66 | .tabla2 th { 67 | color: #333; 68 | background-color: khaki; 69 | } 70 | 71 | .tabla2 td:nth-child(1) { 72 | text-align: center; 73 | width: auto; 74 | } 75 | 76 | .tabla2 td:nth-child(2) { 77 | text-indent: 40px; 78 | font-style: italic; 79 | } 80 | 81 | .link { 82 | text-align: end; 83 | font-size: 14px; 84 | margin: 0 auto; 85 | } 86 | 87 | .github-mark { 88 | width: 2%; 89 | height: 2%; 90 | } 91 | 92 | -------------------------------------------------------------------------------- /student-cvs/Sorxa-9612/Kol+.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Sorxa-9612/Kol+.jpg -------------------------------------------------------------------------------- /student-cvs/Sorxa-9612/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Sorxa-9612/header.jpg -------------------------------------------------------------------------------- /student-cvs/Sorxa-9612/script.js: -------------------------------------------------------------------------------- 1 | 2 | const form = document.querySelector("form"); 3 | console.log(form) 4 | form.addEventListener("submit", function(event) { 5 | event.preventDefault(); 6 | console.log(event); 7 | alert("No se pude enviar el formulario") 8 | } 9 | ) -------------------------------------------------------------------------------- /student-cvs/TeamPanda-5141/img/freecodecamp-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/TeamPanda-5141/img/freecodecamp-logo.png -------------------------------------------------------------------------------- /student-cvs/TeamPanda-5141/img/github-logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/TeamPanda-5141/img/github-logo-dark.png -------------------------------------------------------------------------------- /student-cvs/TeamPanda-5141/img/imagen-fondo-divpanda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/TeamPanda-5141/img/imagen-fondo-divpanda.jpg -------------------------------------------------------------------------------- /student-cvs/TeamPanda-5141/img/platzi-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/TeamPanda-5141/img/platzi-logo.png -------------------------------------------------------------------------------- /student-cvs/TeamPanda-5141/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "teampanda-5141", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "dev": "vite", 8 | "build": "vite build", 9 | "preview": "vite preview", 10 | "test": "echo \"Error: no test specified\" && exit 1" 11 | }, 12 | "keywords": [], 13 | "author": "", 14 | "license": "ISC", 15 | "devDependencies": { 16 | "vite": "^4.2.1" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /student-cvs/Vene15-3355/unicornio.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Vene15-3355/unicornio.jpg -------------------------------------------------------------------------------- /student-cvs/VeronicaCapobianco-6597/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/VeronicaCapobianco-6597/profile.png -------------------------------------------------------------------------------- /student-cvs/VeronicaCapobianco-6597/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | max-width: 600px; 3 | margin: 0 auto; 4 | background: #313132; 5 | color: #cebebe; 6 | font-family: monospace; 7 | font-size: 14px; 8 | } 9 | 10 | *{ 11 | margin: 0; 12 | padding: 0; 13 | box-sizing: border-box; 14 | } 15 | 16 | h1{ 17 | font-size: 48px; 18 | color: chartreuse; 19 | } 20 | 21 | h2 { 22 | font-style: italic; 23 | } 24 | 25 | h3{ 26 | color: yellowgreen; 27 | font-size: 20px; 28 | } 29 | 30 | main, section{ 31 | padding: 50px 0; 32 | } 33 | 34 | a{ 35 | text-decoration: none; 36 | color: yellowgreen; 37 | } 38 | 39 | p { 40 | line-height: 1.5; 41 | } 42 | 43 | figure, form{ 44 | max-width: 300px; 45 | padding: 50px 0; 46 | margin: 0 auto; 47 | } 48 | 49 | input, textarea{ 50 | width: 100%; 51 | padding: 8px; 52 | margin: 10px 0; 53 | background-color: #cebebe; 54 | border-radius: 5px; 55 | border: none; 56 | } 57 | 58 | textarea{ 59 | resize: none; 60 | } 61 | 62 | .btn{ 63 | cursor: pointer; 64 | background-color: yellowgreen; 65 | font-weight: bold; 66 | color: #313132; 67 | border: none; 68 | } 69 | 70 | .btn:hover{ 71 | opacity: 0.8; 72 | } 73 | 74 | footer{ 75 | text-align: center; 76 | padding: 8px; 77 | color: yellowgreen; 78 | } 79 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /student-cvs/Wilmer-8071/json.js: -------------------------------------------------------------------------------- 1 | // Ejercicio calentamiento 01 bootcamp de Guillermo Rodas: 2 | // Hugo, Paco y Luis tienen una cantidas desconocida de monedas cada uno 3 | //Sabemos que Paco tiene el doble de monedas que Hugo y que Luis tiene 10 monedas mas que Paco 4 | 5 | //Si el total de ellos tienen 85 Monedas, ¿Cuantas Monedas tiene cada uno? 6 | 7 | let hugo = 15; 8 | 9 | let paco = 2 * hugo; 10 | let luis = paco + 10; 11 | 12 | let total = hugo + paco + luis; 13 | 14 | if (total === 85){ 15 | console.log("Hugo:" + hugo); 16 | console.log("Paco:" + paco); 17 | console.log("Luis:" + luis); 18 | } 19 | 20 | 21 | //Ejercicio 1 - Semana 02 22 | 23 | //Como implementar una expresion para verificar si un valor es un objeto 24 | 25 | function idObjeto(obj) { 26 | return typeof obj === "object" && obj !== null; 27 | } 28 | 29 | console.log(idObjeto([])) 30 | 31 | // Ejercicio calentamiento 02 bootcamp de Guillermo Rodas: 32 | //Escribir un objeto "humano" que te represente: 33 | 34 | const human = { 35 | name: "Wilmer", 36 | edad: 30, 37 | sexo: "Masculino", 38 | estatura: 1.78, 39 | 40 | } 41 | console.log(human); 42 | 43 | //Ejercicio 02 - semana 02: 44 | //¿Como implementar una expresion para verificar si un valor es un array? 45 | 46 | function idArray(arr){ 47 | return Array.isArray(arr) && arr !== null; 48 | } 49 | 50 | // let arr = []; - Devuelve true 51 | let arr = 5; 52 | 53 | console.log(idArray(arr)); 54 | 55 | //Ejercicio 04 - semana 02: 56 | // 57 | 58 | 59 | function prevEnvio(evento){ 60 | evento.preventDefault(); 61 | } 62 | 63 | document.getElementById("form").addEventListener("submit", prevEnvio); -------------------------------------------------------------------------------- /student-cvs/Wilmer-8071/photo-1505238680356-667803448bb6.avif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Wilmer-8071/photo-1505238680356-667803448bb6.avif -------------------------------------------------------------------------------- /student-cvs/Wilmer-8071/pngegg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Wilmer-8071/pngegg.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/README.md: -------------------------------------------------------------------------------- 1 | # 👋 Hello, I´m Yanina Unrein, 2 | 3 | I´m a **Full-stack JavaScript Developer Trainee** from **Argentina**. 4 | 5 | ## ✨ Github Profile 6 | 7 | [Click to visit github profile](https://github.com/Yanina-Unrein) 8 | 9 | ## 📚 Studies 10 | I am currently studying a technical degree in **Web Development and Digital Applications** at the ISPC and a Technical Degree in **Web Development** at the University of Entre Rios. 11 | 12 | ## 💻 Courses 13 | - Bootcamp JavaScript Full-Stack | Undefined Academy 14 | - Web development JavaSript/NodeJS | Codo a Codo edition 2023 15 | - Open Bootcamp 16 | 17 | ### 🚀 Technologies 18 | - HTML 19 | - CSS 20 | - JavaScript 21 | - MySQL 22 | - Python 23 | - Wordpress 24 | 25 | #### 5 Commands 26 | 27 | | Commands | Description | 28 | |----------|---------------------------------| 29 | | ls | Lista el contenido | 30 | | cd | nos permite cambiar directorios | 31 | | mkdir | crear una carpeta | 32 | | clear | limpiar la terminal | 33 | | alias | listar los alias | 34 | 35 | #### Alias 36 | ``` 37 | alias cp="cp -i" 38 | alias mkdircd='function _mkdircd(){ mkdir -p "$1"; cd "$1"; };_mkdircd' 39 | alias rm="rm -i" 40 | ``` -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/bootstrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/bootstrap.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/css-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/css-3.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/git.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/github.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/html-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/html-5.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/js.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/mysql.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/piton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/piton.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/sass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/sass.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/assets/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yaani-8367/assets/wordpress.png -------------------------------------------------------------------------------- /student-cvs/Yaani-8367/index.js: -------------------------------------------------------------------------------- 1 | const toggleButton = document.getElementById('button-menu') 2 | const navWrapper = document.getElementById('nav') 3 | 4 | toggleButton.addEventListener('click',() => { 5 | toggleButton.classList.toggle('close') 6 | navWrapper.classList.toggle('show') 7 | }) 8 | 9 | navWrapper.addEventListener('click',e => { 10 | if(e.target.id === 'nav'){ 11 | navWrapper.classList.remove('show') 12 | toggleButton.classList.remove('close') 13 | } 14 | }) -------------------------------------------------------------------------------- /student-cvs/Yessy-2278/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yessy-2278/.DS_Store -------------------------------------------------------------------------------- /student-cvs/Yessy-2278/Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yessy-2278/Banner.png -------------------------------------------------------------------------------- /student-cvs/Yessy-2278/README.md: -------------------------------------------------------------------------------- 1 | # 👋 Hola! soy Yessica Castañeda 2 | ### 🎓 _FullStack Developer_ 3 | 🌎 Bogotá - **Colombia** 4 | 5 | 👉🏼 Perfil GitHub: https://github.com/ycastaneda1 6 | 7 | ## Comandos Terminal 8 | 9 | ✔️ ️Estos son algunos comandos aprendidos 10 | 11 | | Comando | Descripción | Ejemplo | 12 | | ------ | ------ | ------ | 13 | | cal | Muestra calendario del mes actual | cal | 14 | | rm -r | Permite eliminar una carpeta dada una ruta | rm - r carpetaborrar| 15 | | touch | Crea un archivo nuevo dada una ruta y/o nombre | touch nuearch| 16 | | cat | imprime el contenido de un archivo dada su ruta y/o nombre |cat holamundo | 17 | | mv | nos permite mover un archivo o carpeta dada una ruta inicial y una final | mv holamundo /users/yess/Descargas| 18 | | mv | adicional a lo anterior nos permite cambiar el nombre de un archivo o carpeta | mv holamundo chaomundo | 19 | 20 | ## Comandos alias útiles 21 | 22 | recomendados 📌 23 | 24 | 25 | 26 | * Findd: permitirá buscar un archivo dentro de la ruta en que se encuentre 27 | 28 | 29 | ```sh 30 | alias findd="ls ~/ | grep $1" # siendo $1 es el primer y único parámetro 31 | ``` 32 | 33 | > Ejemplo: findd Doc 34 | 35 | * npmd: permitirá ejecutar un script dev 36 | 37 | ```sh 38 | alias npmd="npm run dev" 39 | ``` 40 | 41 | > Ejemplo: npmd -------------------------------------------------------------------------------- /student-cvs/Yessy-2278/cuadro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yessy-2278/cuadro.png -------------------------------------------------------------------------------- /student-cvs/Yessy-2278/mascota.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/Yessy-2278/mascota.jpg -------------------------------------------------------------------------------- /student-cvs/aa2d-7694/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/aa2d-7694/header.jpg -------------------------------------------------------------------------------- /student-cvs/achequisde-5168/assets/daft-punk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/achequisde-5168/assets/daft-punk.jpg -------------------------------------------------------------------------------- /student-cvs/alexis87-6482/img-prog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/alexis87-6482/img-prog.jpg -------------------------------------------------------------------------------- /student-cvs/alifm-2843/images/aflogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/alifm-2843/images/aflogo.jpg -------------------------------------------------------------------------------- /student-cvs/alifm-2843/images/up-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/alifm-2843/images/up-arrow.png -------------------------------------------------------------------------------- /student-cvs/arzeus17-4122/README.md: -------------------------------------------------------------------------------- 1 | https://github.com/Arzeus17 2 | 3 | # Olá, sou Luis Alejandro Ariza Arredondo 4 | ## Desenvolvedor Web Full Stack Jr | Cientista e Analista de Dados 5 | Sou **Cientista e Analista de Dados**, com mais de 10 anos de experiência na área das Ciencias Marinhas e Pesqueiras, exercendo funções de Pesquisador e Docente em cursos de Graduação e Pós-Graduação, participando em vários Projetos de Investigação na área, e coordenando e organizando atividades científicas como Congressos, Conferências, Cursos. 6 | 7 | Atualmente estou em processo de transição de carreira para a área de tecnologia, pela qual sou apaixonado, e desenvolvendo passo a passo, minhas Hard Skills como **Desenvolvedor Web Full Stack**, e fortalecendo minhas habilidades com outras ferramentas para análise de dados. 8 | 9 | Com o uso das ferramentas como JavaScript, React, NodeJS, Python, R, SQL, Power BI, entre outras, meu background academico e profisional, e meu constante vontade de apreender, posso ofrecer um bom desenvolvimento de produtos. 10 | 11 | **Meus comandos mais usados na terminal sao:** 12 | | Comando | DescriÇao | 13 | |---------|------------------------------| 14 | | ls | lista contenidos de un directorio | 15 | | cd | cambia entre directorios | 16 | | clear | limpia la terminal | 17 | | code . | abre el VSC | 18 | | mkdir | crea una carpeta | -------------------------------------------------------------------------------- /student-cvs/arzeus17-4122/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About Luis Alejandro Ariza 5 | 6 | 7 | 8 |
9 |

Esta es la informacion acerca de Luis Alejandro Ariza A.

10 | 14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /student-cvs/arzeus17-4122/arzeus17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/arzeus17-4122/arzeus17.jpg -------------------------------------------------------------------------------- /student-cvs/arzeus17-4122/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/arzeus17-4122/header.jpg -------------------------------------------------------------------------------- /student-cvs/arzeus17-4122/mentoring.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Mentoring 5 | 6 | 7 | 8 |
9 | 12 | 16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /student-cvs/atadsd-7852/.vite/deps_temp/package.json: -------------------------------------------------------------------------------- 1 | {"type":"module"} -------------------------------------------------------------------------------- /student-cvs/bR-3929/main.mjs: -------------------------------------------------------------------------------- 1 | function handleSubmit (event){ 2 | event.preventDefault(); 3 | console.log("Hola mundo"); 4 | } 5 | 6 | const $form = document.querySelector("form"); 7 | $form.addEventListener("submit", handleSubmit); 8 | -------------------------------------------------------------------------------- /student-cvs/bR-3929/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "br-3929", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1", 8 | "dev": "vite", 9 | "build": "vite build", 10 | "preview": "vite preview" 11 | }, 12 | "keywords": [], 13 | "author": "", 14 | "license": "ISC", 15 | "dependencies": { 16 | "vite": "^4.2.1" 17 | } 18 | } 19 | 20 | 21 | -------------------------------------------------------------------------------- /student-cvs/bR-3929/style.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body, 10 | html { 11 | background: whitesmoke; 12 | max-width: 1200px; 13 | margin: 0 15px; 14 | font-family: Arial, Helvetica, sans-serif; 15 | } 16 | 17 | header h1 { 18 | text-align: center; 19 | font-family: 'Rubik Iso', cursive; 20 | font-size: 50px; 21 | } 22 | .aprendiz li a{ 23 | text-decoration: none; 24 | color: blue; 25 | } 26 | .aprendiz li{ 27 | margin-top: 5px; 28 | } 29 | 30 | table { 31 | background-color: rgb(255, 255, 255); 32 | font-family: Arial, Helvetica, sans-serif; 33 | border-collapse: collapse; 34 | width: 100%; 35 | } 36 | 37 | th { 38 | border: 2px solid rgb(0, 0, 0); 39 | } 40 | 41 | td { 42 | border: 2px solid rgb(0, 0, 0); 43 | text-align: center; 44 | } 45 | .tabla h1{ 46 | font-size: 30px; 47 | } 48 | .tabla h2{ 49 | font-size: 22px; 50 | text-align: center; 51 | margin-top: 15px; 52 | } 53 | code { 54 | font-size: 16px; 55 | border: 2px solid black; 56 | background: white; 57 | border-radius: 5px; 58 | padding: 2px 15px; 59 | } 60 | 61 | footer { 62 | position: fixed; 63 | bottom: 50px; 64 | text-align: center; 65 | padding: 10px; 66 | } -------------------------------------------------------------------------------- /student-cvs/bautista-lonardi-9435/script.js: -------------------------------------------------------------------------------- 1 | const form = document.querySelector("#form"); 2 | 3 | form.addEventListener("submit", (e) => { 4 | e.preventDefault(); 5 | }); 6 | -------------------------------------------------------------------------------- /student-cvs/beresdev-4037/assets/Cipher_400px.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/beresdev-4037/assets/Cipher_400px.PNG -------------------------------------------------------------------------------- /student-cvs/beresdev-4037/assets/HP_400px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/beresdev-4037/assets/HP_400px.png -------------------------------------------------------------------------------- /student-cvs/beresdev-4037/assets/md-links_400px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/beresdev-4037/assets/md-links_400px.png -------------------------------------------------------------------------------- /student-cvs/beresdev-4037/assets/powerL_400px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/beresdev-4037/assets/powerL_400px.png -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/README.md: -------------------------------------------------------------------------------- 1 | Hola mi nombre es Brian y este es mi perfil de Github:[brianbrallard](https://github.com/brianbrallard) 2 | 3 | ### Soy un estudiante de licenciatura en informática con un gran interés en el desarrollo web. Estoy apasionado por aprender nuevas tecnologías y herramientas para mejorar mis habilidades de programación y desarrollar aplicaciones web innovadoras. Me considero una persona creativa y proactiva, siempre buscando soluciones a los desafíos que se presentan. Además, me gusta trabajar en equipo y compartir conocimientos con otros estudiantes y desarrolladores. 4 | 5 | 6 | 7 | 8 | | Comando | Descripción | 9 | | ------- | ----------- | 10 | | ls | Lista los archivos y directorios en el directorio actual | 11 | | cd | Cambia el directorio actual a otro directorio | 12 | | mkdir | Crea un nuevo directorio en el directorio actual | 13 | | rm | Elimina un archivo | 14 | | mv | Mueve o renombra un archivo o directorio | 15 | 16 | ## Comandos Alias Útiles 17 | 18 | | Alias | Descripción | 19 | | ----- | ----------- | 20 | | ll | Muestra los detalles de los archivos en un formato legible por humanos | 21 | | gp | Realiza "git pull" y "git push" al mismo tiempo | -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Formulario 9 | 10 | 11 |

Formulario

12 |
13 |
14 | 15 | 16 |
17 |
18 | 19 | 20 |
21 |
22 | 23 | 24 |
25 |
26 | 27 | 28 |
29 | 30 | 31 | 32 | 33 | acepto los términos y condiciones 34 | 35 | 36 | 37 |
38 | 39 | 40 | -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/form.js: -------------------------------------------------------------------------------- 1 | const form = document.querySelector('form'); 2 | const terminos = document.getElementById("terminos") 3 | const checckbox = document.getElementById("checkbox") 4 | form.addEventListener('submit', (e) => { 5 | 6 | e.preventDefault(); 7 | form.reset(); 8 | terminos.innerHTML= "Formulario enviado con exito" 9 | checckbox.checked = true 10 | setTimeout(() => { 11 | location.reload() 12 | }, 2000); 13 | }); -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/images/codingg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/brianbr-3719/images/codingg.jpg -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/brianbr-3719/images/logo.jpg -------------------------------------------------------------------------------- /student-cvs/brianbr-3719/index.js: -------------------------------------------------------------------------------- 1 | 2 | // ejercicios 3 | //asignamos la cantidad de monedas de Hugo 4 | let hugo = 15 5 | // Calculamos la cantidad de monedas de Paco y Luis en funcion de hugo 6 | let paco = 2 * hugo 7 | let luis = paco + 10 8 | //sumamos las cantidades de monedas de los tres amigos 9 | let total = hugo + paco + luis 10 | //y agregamos el condicional que solamente se ejecutara con el valor correcto de hugo (15). 11 | if(total === 85){ 12 | console.log("hugo: " + hugo) 13 | console.log("paco: " + paco) 14 | console.log("luis: " + luis) 15 | 16 | } 17 | //verificar si un valor es un objeto 18 | let a = [] 19 | 20 | if (typeof a === "object" && a !== null){ 21 | console.log("a es un objeto") 22 | } else { 23 | console.log("a no es un objeto") 24 | } 25 | 26 | //calentamiento 10/04/2023 27 | 28 | //escribir un objeto "humano" que te represente. 29 | const humano = { 30 | name: "Brian", 31 | lastname: "Polo", 32 | height: "1,77", 33 | age: 24, 34 | nationality: "Argentina" 35 | } 36 | 37 | //ejercicio 10/04/2023 38 | // verificar si un valor es un array 39 | let b = ["a", "b", "c", 6] 40 | 41 | if(Array.isArray(b)){ 42 | console.log("b es un array") 43 | } else{ 44 | console.log("b no es un array") 45 | } -------------------------------------------------------------------------------- /student-cvs/byRokii-3761/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Contact Me 9 | 10 | 11 | 12 | 13 |
14 | 20 |
21 |
22 |
23 |
24 |

Contact Me

25 | 26 | 27 | 28 | 29 |
30 |
31 |
32 | 33 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /student-cvs/byRokii-3761/index.js: -------------------------------------------------------------------------------- 1 | const submitButton = document.querySelector('input[type="submit"]'); 2 | 3 | submitButton.addEventListener("click", (e) => { 4 | e.preventDefault(); 5 | alert("Listo👍"); 6 | }); 7 | -------------------------------------------------------------------------------- /student-cvs/camilol-1734/image/barney.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/camilol-1734/image/barney.jpg -------------------------------------------------------------------------------- /student-cvs/crbm456-0270/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Perfil GitHub 7 | 8 | 9 | 10 | 11 | 12 |
13 | 20 |
21 | 22 |
23 | 24 |
25 |

Hi there 👋 I'm Cristian Bolaño

26 |

I'm Systems Engineer

27 |

I'm from Colombia

28 |
29 | 30 |
31 |

Actually

32 |

I'm currently learning Full-stack JavaScript in the Bootcamp of 34 | Guillermo Rodas y Undefined Academy 35 |

36 |
37 | 38 |
39 |

Lenguajes y herramientas ⚙✨

40 | 47 |
48 | 49 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/bootstrap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/css.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/git.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/html5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/javascript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/criss-8824/img/me.jpg -------------------------------------------------------------------------------- /student-cvs/criss-8824/img/tailwindcss.svg: -------------------------------------------------------------------------------- 1 | 8 | 10 | 11 | 12 | 13 | 16 | -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/README.md: -------------------------------------------------------------------------------- 1 | Perfil de GitHub:[Cristianp9927](https://github.com/Cristianp9927) 2 | ## Hola me llamo Cristian Polo 3 | ### Sobre mi 4 | Soy un estudiante con gran interés en el mundo de la tecnología y su funcionamiento. 5 | Soy una persona muy disciplinada y me gusta afrontar nuevos retos constantemente. 6 | ### Educación 7 | • Analista en Sistemas (título intermedio) – Universidad Siglo XXI. Córdoba, Argentina. 8 | 2020 - Fecha proyectada de término: 12/2022 9 | • Licenciatura en Informática. Universidad Siglo XXI. Córdoba, Argentina. 2020 10 | Fecha proyectada de término: 2025 11 | • Estudiante en Tecnicatura Superior en Desarrollo Web y Aplicaciones. I.S.P.C 12 | (Córdoba, Arg.) 2022 – Fecha proyectada de término: 06/2024 13 | • CISCO – Python Fundamentals 14 | 15 | 16 | 17 | | Comando | Descripción | 18 | | ------- | ----------- | 19 | | ls | Lista los archivos y directorios en el directorio actual | 20 | | cd | Cambia el directorio actual a otro directorio | 21 | | mkdir | Crea un nuevo directorio en el directorio actual | 22 | | rm | Elimina un archivo | 23 | | mv | Mueve o renombra un archivo o directorio | 24 | ## Comandos Alias Útiles 25 | 26 | | Alias | Descripción | 27 | | ----- | ----------- | 28 | | ll | Muestra los detalles de los archivos en un formato legible por humanos | 29 | | gp | Realiza "git pull" y "git push" al mismo tiempo | 30 | -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/formulario.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: Arial, sans-serif; 3 | background-color: #f6ecec; 4 | } 5 | 6 | h1 { 7 | text-align: center; 8 | color: #cf2121; 9 | margin-top: 50px; 10 | margin-bottom: 30px; 11 | } 12 | 13 | form { 14 | background-color: #ffffff; 15 | padding: 30px; 16 | border-radius: 5px; 17 | box-shadow: 0px 0px 10px #CCCCCC; 18 | max-width: 500px; 19 | margin: 0 auto; 20 | } 21 | 22 | label { 23 | display: block; 24 | font-weight: bold; 25 | margin-bottom: 10px; 26 | color: #dd8f8f; 27 | } 28 | 29 | input[type="text"], input[type="email"], input[type="tel"], textarea { 30 | display: block; 31 | width: 97%; 32 | padding: 10px; 33 | margin-bottom: 20px; 34 | border-radius: 5px; 35 | border: none; 36 | box-shadow: 0px 0px 5px #ce3d3d; 37 | } 38 | 39 | 40 | fieldset { 41 | margin-bottom: 20px; 42 | border: none; 43 | } 44 | 45 | legend { 46 | font-weight: bold; 47 | margin-bottom: 10px; 48 | color: #813737; 49 | } 50 | 51 | button{ 52 | background-color: #e1cccc; 53 | color: #060505; 54 | padding: 15px 30px; 55 | border-color:none; 56 | border-radius: 5px; 57 | cursor: pointer; 58 | font-size: 1rem; 59 | margin-left: 200px; 60 | margin-top: 50px; 61 | display: block; 62 | 63 | } 64 | -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/formulario.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Document 10 | 11 | 12 | Formulario 13 | 14 | 15 |

Contacto

16 |
17 | 18 |

19 | 20 | 21 |

22 | 23 | 24 |

25 | 26 | 27 |

28 | 29 | 30 |
31 | Contáctame por: 32 | 33 | 34 | 35 |
36 | Aceptar los términos y condiciones. 37 | 38 | 39 |
40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/formulario.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | const form = document.querySelector('form') 4 | 5 | form.addEventListener('submit', function(event) { 6 | event.preventDefault(); 7 | form.reset() 8 | setTimeout(() => { 9 | location.reload() 10 | 11 | }, 2500); 12 | }); 13 | -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/img/background img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/cristianpb-4535/img/background img.webp -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/img/michael-dziedzic-qDG7XKJLKbs-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/cristianpb-4535/img/michael-dziedzic-qDG7XKJLKbs-unsplash.jpg -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/img/pankaj-patel-6JVlSdgMacE-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/cristianpb-4535/img/pankaj-patel-6JVlSdgMacE-unsplash.jpg -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/index.js: -------------------------------------------------------------------------------- 1 | let hugo = 15 2 | let paco = hugo * 2 3 | let luis = paco + 10 4 | let total = hugo + paco + luis 5 | if(total===85){ 6 | console.log("hugo:"+ hugo) 7 | console.log("paco:"+ paco) 8 | console.log("luis:"+ luis) 9 | 10 | } 11 | let a = null 12 | if(typeof a==="object"){ 13 | console.log("a es un objeto") 14 | } 15 | const human = { 16 | name : "cristian", 17 | age : "24", 18 | blackhaired : true, 19 | lastname : "polo" 20 | } 21 | let b = ["b", 5] 22 | if(Array.isArray(b)){ 23 | console.log("b es un arreglo") 24 | } -------------------------------------------------------------------------------- /student-cvs/cristianpb-4535/main.css: -------------------------------------------------------------------------------- 1 | 2 | body{ 3 | font-family: Arial, Helvetica, sans-serif; 4 | color: #555; 5 | padding: 2em 1em; 6 | line-height: 1.5; 7 | } 8 | 9 | header { 10 | background-color: #263d36; 11 | background-image: url("/img/background\ img.webp"); 12 | background-position: center top; 13 | background-repeat: no-repeat; 14 | background-size: cover; 15 | padding: 6em 1em; 16 | } 17 | 18 | header h1 { 19 | color: white; 20 | font-size: 2em; 21 | font-weight: 300; 22 | } 23 | 24 | 25 | header a { 26 | color: rgb(242, 255, 0); 27 | text-decoration: none; 28 | border: 1px solid #ccff00; 29 | border-radius: 290486px; 30 | font-size: 0.8em; 31 | letter-spacing: 0.2em; 32 | padding: 0.5em 1em; 33 | text-transform: uppercase; 34 | transition: none 200ms ease-out; 35 | transition-property: color, background; 36 | font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 37 | } 38 | 39 | a:hover { 40 | background: #e81c4f; 41 | color: white; 42 | } 43 | 44 | h1,h2,h3,strong { 45 | color: rgb(222, 34, 34); 46 | margin-top: 1em; 47 | } 48 | 49 | p, ul { 50 | border-top: 1px solid #000000; 51 | border-left: none; 52 | background-color: #e7c8c2; 53 | } 54 | 55 | ul,p { 56 | margin: 0; 57 | } 58 | 59 | 60 | 61 | em{ 62 | color: rgb(255, 0, 0); 63 | } 64 | 65 | .parrafo{ 66 | 67 | background: none; 68 | color: #00ffff; 69 | 70 | } 71 | 72 | 73 | @media (min-width: 768px) { 74 | body { 75 | max-width: 50em; 76 | margin: 0 auto; 77 | padding: 4em 1em; 78 | } 79 | h2 { 80 | margin-top: 0; 81 | padding-top: 0; 82 | } 83 | p,ul { 84 | border-left: 2px solid #000000; 85 | } 86 | } 87 | -------------------------------------------------------------------------------- /student-cvs/delospp-7916/contacto.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body { 10 | color: #333; 11 | background: #fafafa; 12 | } 13 | 14 | .page { 15 | max-width: 800px; 16 | margin: 100px auto; 17 | padding: 0 40px; 18 | font-family: Arial, Helvetica, sans-serif; 19 | } 20 | 21 | .form-group { 22 | margin: 20px 0; 23 | } 24 | 25 | label, input { 26 | vertical-align: middle; 27 | } 28 | 29 | label, input:not([type="radio"], [type="checkbox"]){ 30 | width: 100%; 31 | } 32 | 33 | textarea { 34 | display: block; 35 | width: 100%; 36 | resize: vertical; 37 | } 38 | 39 | label, legend { 40 | font-weight: bold; 41 | text-transform: uppercase; 42 | font-size: 14px; 43 | color: #444; 44 | } 45 | 46 | input[type="text"], input[type="email"], textarea{ 47 | background: white; 48 | border: 1px solid lightgray; 49 | border-radius: 4px; 50 | padding: 8px 10px; 51 | color:#333; 52 | } 53 | 54 | .help { 55 | font-size: 12px; 56 | margin-top: 10px; 57 | color: gray; 58 | } 59 | 60 | button { 61 | padding: 16px 60px; 62 | text-transform: uppercase; 63 | font-weight: bold; 64 | border: 1px solid #713f12; 65 | background: #eab308; 66 | color: #333; 67 | text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5); 68 | border-radius: 8px; 69 | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 70 | cursor: pointer; 71 | } 72 | 73 | button:hover { 74 | background: #facc15; 75 | } 76 | 77 | button:active { 78 | background: #ca8a04; 79 | box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); 80 | } 81 | 82 | form { 83 | accent-color: #eab308; 84 | } 85 | 86 | input:focus-visible, textarea:focus-visible { 87 | border: 1px solid #eab308; 88 | outline: 3px solid #facc15; 89 | } -------------------------------------------------------------------------------- /student-cvs/delospp-7916/styles.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap'); 2 | 3 | body { 4 | margin: 0 auto; 5 | max-width: 50em; 6 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 7 | line-height: 1.5; 8 | padding: 4em 1em; 9 | color: #566b78; 10 | } 11 | 12 | h2 { 13 | margin-top: 1em; 14 | padding-top: 1em; 15 | } 16 | 17 | h1, h2, strong { 18 | color: #333; 19 | } 20 | 21 | a { 22 | color: #0f669c; 23 | font-weight: 500; 24 | } -------------------------------------------------------------------------------- /student-cvs/dhdarken-5806/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/dhdarken-5806/.gitkeep -------------------------------------------------------------------------------- /student-cvs/dhdarken-5806/README.md: -------------------------------------------------------------------------------- 1 | https://github.com/dhdarken. 2 | 3 | # About Me 4 | 5 | I am a young man who would like to learn to develop, which is why I have been looking for some time ago how to document myself and make the most of my free time to carry out my goal, which is to become someone of high knowledge. 6 | 7 | I consider myself a person with very good values ​​such as respect, honesty, persevering, dedicated, basically open to all the knowledge that I can get, I currently know a little English although it is a bit difficult for me to understand it if they speak it very fast, although another One of my virtues is adaptability. 8 | 9 | # Hobbies 10 | 11 | - Play Soccer 12 | - Program 13 | - Read 14 | - Video Games 15 | - Music 16 | 17 | # Comandos Que Mas Uso 18 | 19 | | comando | descripcion | 20 | | ------- | ------------------------- | 21 | | cd | cambiar de directorio | 22 | | add . | agregar todos los cambios | 23 | | ls | listar directorio | 24 | | clear | limpiar la consola | 25 | | alias | listar los alias | 26 | 27 | # Estos Son Mis Alias 28 | 29 | | alias | descripcion | 30 | | ----------------- | ------------------------------------------------------------- | 31 | | imagenes | alias imagenes=”cd /home/sapoclay/Imágenes/” | 32 | | actualizarsistema | alias actualizarsistema=”sudo apt update && sudo apt upgrade” | 33 | | hdivocs | alias hdivocs=”cd /opt/lampp/hdivocs” | 34 | -------------------------------------------------------------------------------- /student-cvs/dhdarken-5806/images/fantasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/dhdarken-5806/images/fantasma.png -------------------------------------------------------------------------------- /student-cvs/dhdarken-5806/images/fondo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/dhdarken-5806/images/fondo.jpeg -------------------------------------------------------------------------------- /student-cvs/dhdarken-5806/main.mjs: -------------------------------------------------------------------------------- 1 | function handleSubmit(e) { 2 | e.preventDefault(); 3 | console.log("hola mundo"); 4 | } 5 | 6 | const $form = document.querySelector("form"); 7 | 8 | $form.addEventListener("submit", handleSubmit); 9 | -------------------------------------------------------------------------------- /student-cvs/diirfv-7677/assets/focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/diirfv-7677/assets/focused.png -------------------------------------------------------------------------------- /student-cvs/diirfv-7677/assets/foto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/diirfv-7677/assets/foto.jpg -------------------------------------------------------------------------------- /student-cvs/diirfv-7677/assets/rawdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/diirfv-7677/assets/rawdata.png -------------------------------------------------------------------------------- /student-cvs/diirfv-7677/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Indira Franchi 11 | 12 | 13 | 14 |
15 | 22 |
23 | 24 |
25 |
26 | Imagen de perfil 27 |
28 | 29 |
30 |

Hola, soy Indira Franchi

31 |

Me gradué de Ingeniero de Telecomunicaciones, me encanta la tecnología; es por ello que siempre estoy en continuo aprendizaje. Tengo conocimientos en HTML, CSS y Python. Actualmente estoy formándome como desarrollador Full stack.

32 |
33 |
34 | 35 | 40 | 41 | -------------------------------------------------------------------------------- /student-cvs/diirfv-7677/validation.js: -------------------------------------------------------------------------------- 1 | //Código para realizar la validación de la etiqueta , mediante su id 'country' 7 | const country = document.getElementById('country'); 8 | 9 | //le defino a 'country' un mensaje de validación personalizado que indicará que inicialmente tendrá un error (debe seleccionar un país) 10 | country.setCustomValidity('El pais es obligatorio'); 11 | 12 | //ejecuto la validación para que se lance un error si no se cambia el país 13 | country.checkValidity(); 14 | 15 | //le asigno a formulario un evento de "escucha" para que el navegador esté atento cuando el usuario presione el botón 'enviar' (evento submit) 16 | form.addEventListener('submit', function(e) { 17 | //verifico si el formulario tiene algún valor por defecto asignado, de ser así, se cancela el submit 18 | e.preventDefault(); 19 | //si llegamos a esta línea, no hay valor por defecto, se utiliza el reset para limpiar los datos del formulario 20 | form.reset(); 21 | }); 22 | 23 | //le asigno a 'country' un evento de escucha para saber si ha cambiado su valor 24 | country.addEventListener('change', function() { 25 | //como ya el usuario habrá cambiado el valor de country, entonces elimino el error en la validación 26 | country.setCustomValidity(''); 27 | //se comprueba que no tenga error 28 | country.checkValidity(); 29 | }); -------------------------------------------------------------------------------- /student-cvs/dynamite-4370/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/dynamite-4370/image.jpg -------------------------------------------------------------------------------- /student-cvs/dynamite-4370/main.js: -------------------------------------------------------------------------------- 1 | const buttonSubmit = document.querySelector('#enviar'); 2 | 3 | buttonSubmit.addEventListener('click', function(event){ 4 | event.preventDefault(); 5 | }) -------------------------------------------------------------------------------- /student-cvs/eavg-1634/icons/boopstrap-icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/eavg-1634/icons/git-social-icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/eavg-1634/icons/javascript-icon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/eavg-1634/images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/eavg-1634/images/header.jpg -------------------------------------------------------------------------------- /student-cvs/equiman-0343/exercise/class-1.js: -------------------------------------------------------------------------------- 1 | // ¿Cómo puedo implementar una expresión para verificar si un valor es un objeto? 2 | 3 | let obj1 = {} 4 | typeof obj1 === 'object' //true ✅ 5 | 6 | let obj2 = null 7 | typeof obj2 === 'object' //true ⛔ 8 | typeof obj2 !== null && obj2 === 'object' //false ✅ 9 | 10 | let obj3 = {} 11 | typeof obj3 !== null && obj3 === 'object' //true ✅ 12 | 13 | -------------------------------------------------------------------------------- /student-cvs/equiman-0343/exercise/class-2.js: -------------------------------------------------------------------------------- 1 | // ¿Cómo puedo implementar una expresión para verificar si un valor es un array? 2 | 3 | let arr1 = [] 4 | typeof arr1 //'object' ⛔ 5 | typeof arr1 === 'object' && arr1?.length !== null //true ⚠ 6 | 7 | let arr2 = {length: 0} 8 | typeof arr1 === 'object' && arr1?.length !== null //true ⛔ 9 | 10 | let arr3 = [] 11 | Array.isArray(arr3) //true ✅ 12 | 13 | let arr4 = {} 14 | Array.isArray(arr4) //false ✅ 15 | -------------------------------------------------------------------------------- /student-cvs/equiman-0343/main.js: -------------------------------------------------------------------------------- 1 | 2 | function handleSubmit(event) { 3 | event.preventDefault(); 4 | } 5 | 6 | 7 | const $form = document.querySelector("form"); 8 | $form.addEventListener("submit", handleSubmit); -------------------------------------------------------------------------------- /student-cvs/equiman-0343/warnup/class-1.js: -------------------------------------------------------------------------------- 1 | // t = h + p + l 2 | // t = h + p + (p + 10) 3 | // t = h + (2h) + ((2h) + 10) 4 | // 85 = h + (2h) + ((2h) + 10) 5 | // 85 = h + (2h) + (2h) + 10 6 | // 85 - 10 = h + (2h) + (2h) 7 | // 85 - 10 = h (1 + 2 + 2) 8 | // 75 = h (5) 9 | // 75/5 = h 10 | // 15 = h 11 | 12 | // Asignamos la cantidad de monedas de Hugo, este valor es el que tienes que resolver. 13 | let hugo = 15; 14 | // Calculamos la cantidad de monedas de Paco y Luis en función de Hugo. 15 | let paco = 2 * hugo; 16 | let luis = paco + 10; 17 | 18 | // Sumamos las cantidades de monedas de los tres amigos 19 | let total = hugo + paco + luis; 20 | 21 | if (total === 85) { 22 | console.log("Hugo: " + hugo) 23 | console.log("Paco: " + paco) 24 | console.log("Luis: " + luis) 25 | } 26 | 27 | -------------------------------------------------------------------------------- /student-cvs/equiman-0343/warnup/class-2.js: -------------------------------------------------------------------------------- 1 | const equiman = () => ({ 2 | me: [ "family-man", "engineer", "software-developer", "metalhead" ], 3 | code: [ "javascript", "html", "css", "react", "c-sharp", "sql", "bash", "batch" ], 4 | tools: [ "visual-studio-code", "github", "github-actions", "figma" ], 5 | os: [ "windows", "ubuntu", "macos" ], 6 | worked: [ "apache-cordova", "jquery", "bootstrap", "ext-net", "sql-server", "mysql", "excel-vba"], 7 | learning: ["english", "react", "jest", "unit-testing"], 8 | pets: ["ktrya 🐶", "roncko 🐶", "lucio 🐱", "danna 🐱"] 9 | }) -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/README.md: -------------------------------------------------------------------------------- 1 | # Andrés Aristizabal Orozco 😎🧔 2 | ***Tecnologo Administrador de Redes de Computo*** 3 | [🔎INSTAGRAM](https://www.instagram.com/esandresaristi/) 4 | [🔎GITHUB](https://github.com/andresarioro) 5 | 6 | Cuento con experiencia en servicio al cliente y robótica educativa. Poseo gran interés por el desarrollo de software, y cuento con 7 | buena lógica de programación debido a las funciones en las que me he desempeñado. 8 | Actualmente trabajo como docente de robótica con la **Fundación Marina Orth** 9 | 10 | *** 11 | 12 | ## HOBBIES 13 | 1. 🚲 Montar bicicleta 14 | 2. 🏍 Hacer rutas en moto 15 | 3. 🎸 Tocar guitarra 16 | 4. 🍹 Preparar cocteles 17 | 5. 💻 Coding 18 | 19 | *** 20 | ## Los comandos que más uso en la terminal de linux 21 | 22 | |**Comando**|**Descripción** | 23 | |-----------|---------------------------------| 24 | |**pwd** |Muestra la ruta en la que estamos| 25 | |**mkdir** |Crea una carpeta | 26 | |**ls** |Muestra los archivos de una ruta | 27 | |**touch** |Crea un archivo | 28 | |**cd** |Permite navegar entre carpetas | 29 | 30 | ## Los alias 31 | 32 | |**alias** |**Descripción**| 33 | |----------|---------------| 34 | |alias instalar='sudo apt-get install'|Nos permite la instalación de un paquete| 35 | |alias gh="history \| grep"|Encontrar un comando en el historial de la terminal mediante el comando gh| 36 | 37 | *** 38 | 39 | ## Frases que utilizo 40 | - ¿Qué es lo peor que puede pasar? 🤷‍♀️ 41 | - Igual hay que mercar 😎 42 | 43 | -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/Resources/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/esandresaristi-5768/Resources/header.jpg -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/Resources/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/esandresaristi-5768/Resources/me.png -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/Resources/me2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/esandresaristi-5768/Resources/me2.jpg -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/Resources/me3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/esandresaristi-5768/Resources/me3.jpg -------------------------------------------------------------------------------- /student-cvs/esandresaristi-5768/Resources/me5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/esandresaristi-5768/Resources/me5.jpg -------------------------------------------------------------------------------- /student-cvs/facundo91-1495/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /student-cvs/facundo91-1495/css/styloForm.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | 9 | body { 10 | color: #333; 11 | background-color: #fafafa; 12 | } 13 | 14 | .page { 15 | max-width: 800px; 16 | margin: 100px auto; 17 | padding: 0 40px; 18 | font-family: Arial, Helvetica, sans-serif; 19 | } 20 | 21 | .form-group { 22 | margin: 30px auto; 23 | 24 | } 25 | 26 | label, input:not([type="radio"], [type="checkbox"]) { 27 | width: 100%; 28 | } 29 | 30 | label, input { 31 | vertical-align: middle; 32 | } 33 | 34 | textarea { 35 | display: block; 36 | width: 100%; 37 | resize: vertical; 38 | } 39 | 40 | label, legend { 41 | font-weight: bold; 42 | text-transform: uppercase; 43 | font-size: 14px; 44 | color: #444 45 | } 46 | 47 | input [type="text"], input [type="email"], textarea { 48 | background: white; 49 | border: 1px solid lightgrey; 50 | border-radius: 4px; 51 | padding: 8px 10px; 52 | color: #333 53 | 54 | } 55 | 56 | .grande { 57 | width: 60px; 58 | height: 40px; 59 | } 60 | 61 | .help { 62 | font-size: 12px; 63 | margin-top: 10px; 64 | color: gray; 65 | } 66 | 67 | button { 68 | padding: 16px 60px; 69 | text-transform: uppercase; 70 | font-weight: bold; 71 | border: 1px solid #713f12; 72 | background-color: #eab308; 73 | text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5); 74 | color: #333; 75 | border-radius: 8px; 76 | box-shadow: 1px 1px 3px rgba(0, 0, 0, .5); 77 | cursor: pointer; 78 | } 79 | 80 | 81 | button:hover { 82 | background: #facc15; 83 | } 84 | 85 | button:active { 86 | background: #ca8a04; 87 | box-shadow: none; 88 | } -------------------------------------------------------------------------------- /student-cvs/facundo91-1495/imagen/hero-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/facundo91-1495/imagen/hero-3.jpg -------------------------------------------------------------------------------- /student-cvs/facundo91-1495/main.mjs: -------------------------------------------------------------------------------- 1 | function handleSubmit(event) { 2 | event.preventDefault(); 3 | console.log("Hola mundo"); 4 | } 5 | 6 | const $form =document.querySelector("form"); 7 | $form.addEventListener("submit", handleSubmit); -------------------------------------------------------------------------------- /student-cvs/facundo91-1495/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "facundo91-1495", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "type": "module", 7 | "scripts": { 8 | "dev": "vite", 9 | "build": "vite build", 10 | "preview": "vite preview", 11 | "test": "echo \"Error: no test specified\" && exit 1" 12 | }, 13 | "keywords": [], 14 | "author": "", 15 | "license": "ISC", 16 | "dependencies": { 17 | "vite": "^4.2.1" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /student-cvs/fjquant-2458/Github logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/fjquant-2458/Github logo.jpg -------------------------------------------------------------------------------- /student-cvs/fjquant-2458/form.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | body { 4 | margin: 0 auto; 5 | max-width: 50em; 6 | font-family: "Roboto", Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 7 | line-height: 1.2; 8 | padding: 4em 1em; 9 | background-color: antiquewhite; 10 | } 11 | 12 | .page{ 13 | max-width: 400px; 14 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 15 | ; 16 | } 17 | 18 | .form { 19 | margin-top: 20px; 20 | } 21 | 22 | label, input[type="text"], input[type="email"] { 23 | width: 100% 24 | } 25 | 26 | input, select, option, textarea{ 27 | background-color: bisque ; 28 | } 29 | 30 | textarea{ 31 | display: block; 32 | width: 100%; 33 | } 34 | 35 | button{ 36 | margin-top: 20px; 37 | padding: 12px 24px; 38 | border-radius: 20px; 39 | background-color: blanchedalmond; 40 | font-weight: bold; 41 | box-shadow: 2px 2px 3px #333; 42 | } 43 | 44 | button:hover{ 45 | background-color: coral; 46 | border: ne; 47 | } 48 | 49 | button:active{ 50 | background-color: chocolate; 51 | } -------------------------------------------------------------------------------- /student-cvs/freivys-4974/header2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/freivys-4974/header2.jpg -------------------------------------------------------------------------------- /student-cvs/freivys-4974/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/freivys-4974/logo.png -------------------------------------------------------------------------------- /student-cvs/freivys-4974/main.js: -------------------------------------------------------------------------------- 1 | console.log('Successful connection'); 2 | 3 | const $form = document.querySelector('form'); 4 | 5 | $form.addEventListener('submit', (e) => { 6 | e.preventDefault(); 7 | console.log('No data sent'); 8 | }); 9 | -------------------------------------------------------------------------------- /student-cvs/gab-3881/styles.css: -------------------------------------------------------------------------------- 1 | @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; 2 | body { 3 | max-width: 50em; 4 | margin: 0 auto; 5 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 6 | line-height: 1.5; 7 | padding: 4em 1em; 8 | color: #555; 9 | } 10 | 11 | h2 { 12 | margin-top: 1em; 13 | padding-top: 1em; 14 | color: #333; 15 | } 16 | 17 | h1,strong { 18 | color: #333; 19 | } 20 | 21 | a { 22 | color: #e81c4f; 23 | } 24 | 25 | input { 26 | vertical-align: middle; 27 | } 28 | .form-group__names { 29 | width: 100%; 30 | } 31 | 32 | .form-group__name{ 33 | display: inline-block; 34 | } 35 | 36 | .form-group__lastname { 37 | display: inline-block; 38 | } 39 | 40 | .form-group input:not([type="checkbox"]), .form-group textarea, label { 41 | display: block; 42 | width: 100%; 43 | } 44 | 45 | 46 | input:not([type="checkbox"]), textarea { 47 | padding: 8px 16px; 48 | border: 1px solid lightgray; 49 | border-radius: 4px; 50 | } 51 | 52 | /* input:not([type="checkbox"]) { 53 | width: 100%; 54 | } */ 55 | 56 | 57 | label { 58 | margin-top: 20px; 59 | font-weight: bold; 60 | } 61 | 62 | .btn { 63 | margin-top: 20px; 64 | padding: 16px 32px; 65 | text-transform: uppercase; 66 | font-weight: bold; 67 | border-radius: 8px; 68 | border: 1px solid #082f49; 69 | background-color: #0ea5e9; 70 | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 71 | cursor: pointer; 72 | } 73 | 74 | textarea { 75 | resize: none; 76 | } 77 | 78 | .btn:hover { 79 | background-color: #7dd3fc; 80 | } 81 | 82 | .btn:active { 83 | background-color: #0891b2; 84 | } 85 | 86 | 87 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /student-cvs/gaston-0280/assets/images/backgrounddeformado2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/gaston-0280/assets/images/backgrounddeformado2.webp -------------------------------------------------------------------------------- /student-cvs/gaston-0280/contacto/index.mjs: -------------------------------------------------------------------------------- 1 | function handleSubmit(event) { 2 | event.preventDefault(); 3 | console.log("hola mundo"); 4 | } 5 | 6 | const $form = document.querySelector("form"); 7 | $form.addEventListener("submit",handleSubmit); -------------------------------------------------------------------------------- /student-cvs/gaston-0280/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "gaston-0280", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "dev": "vite", 8 | "build": "vite build", 9 | "preview": "vite preview", 10 | "test": "echo \"Error: no test specified\" && exit 1" 11 | }, 12 | "keywords": [], 13 | "author": "", 14 | "license": "ISC", 15 | "dependencies": { 16 | "vite": "^4.2.1" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /student-cvs/giub-7914/main.js: -------------------------------------------------------------------------------- 1 | // alert('esto es un alert') 2 | $(document).ready(function(){ 3 | $("form").submit(function(evento){ 4 | getFormData(); 5 | evento.preventDefault() 6 | }) 7 | }) -------------------------------------------------------------------------------- /student-cvs/giub-7914/style.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | body { 9 | padding: 0 0 50px 0; 10 | margin: 0 auto; 11 | font-family: sans-serif; 12 | line-height: 1.5; 13 | background-color: #fafafa; 14 | } 15 | 16 | .nav{ 17 | display: flex; 18 | justify-content: flex-end; 19 | gap: 50px; 20 | padding: 20px 70px; 21 | background-color: #f7f4f4; 22 | } 23 | .urlContacto { 24 | text-decoration: none; 25 | color:silver; 26 | } 27 | 28 | .presentacion, .contacto { 29 | display: inline-block; 30 | text-align:justify; 31 | padding: 20px 0 30px 200px; 32 | width: 70%; 33 | margin-left: 130px; 34 | } 35 | 36 | .presentacion > p { 37 | padding: 5px; 38 | } 39 | .presentacion h1 { 40 | text-align: center; 41 | } 42 | 43 | .contacto h2 { 44 | text-align: center; 45 | align-items: center; 46 | align-content: center; 47 | } 48 | .contacto ul { 49 | display: inline-block; 50 | align-items: center; 51 | list-style: none; 52 | padding: 10px; 53 | 54 | } 55 | .contacto a { 56 | text-decoration: none; 57 | } 58 | 59 | 60 | .tablas { 61 | padding: 10px 30% 20px 33%; 62 | margin: -23px; 63 | align-content: end ; 64 | align-items: center; 65 | } 66 | .tablas h2 { 67 | text-align: center; 68 | padding: 20px 0 30px; 69 | } 70 | .comandos td { 71 | padding-left: 5px; 72 | padding-right: 5px; 73 | } 74 | .alias td { 75 | padding-left: 5px ; 76 | } 77 | 78 | .urlContacto { 79 | text-decoration: none; 80 | } 81 | 82 | /* nav { 83 | display: inline-block; 84 | padding: 20px 25px; 85 | width: 100%; 86 | } 87 | nav a { 88 | color: #111; 89 | text-decoration: none; 90 | padding: 20px 25px; 91 | } 92 | 93 | nav a:hover { 94 | color: black; 95 | background-color: #999; 96 | } */ -------------------------------------------------------------------------------- /student-cvs/giub-7914/styleContacto.css: -------------------------------------------------------------------------------- 1 | html { 2 | box-sizing: border-box; 3 | } 4 | 5 | * { 6 | box-sizing: inherit; 7 | } 8 | body { 9 | padding: 0 0 50px 0; 10 | margin: 0 auto; 11 | font-family: sans-serif; 12 | line-height: 1.5; 13 | background-color: #fafafa; 14 | } 15 | h2{ 16 | text-align: center; 17 | margin-top: -30px; 18 | } 19 | .nav{ 20 | display: flex; 21 | justify-content: flex-end; 22 | gap: 50px; 23 | padding: 20px 70px; 24 | background-color: #f7f4f4; 25 | } 26 | .urlContacto { 27 | text-decoration: none; 28 | color:silver; 29 | } 30 | .page { 31 | max-width: 800px; 32 | margin: 100px auto; 33 | padding: 0 40px; 34 | font-family: Arial, Helvetica, sans-serif; 35 | } 36 | .form-group { 37 | margin: 20px 0; 38 | } 39 | label, input { 40 | vertical-align: middle; 41 | } 42 | label, input[type="text"], input[type="email"] { 43 | width: 100%; 44 | } 45 | label { 46 | font-weight: bold; 47 | text-transform: uppercase; 48 | font-size: 14px; 49 | color: #444; 50 | } 51 | input[type="text"], input[type="email"], textarea { 52 | background: white; 53 | border: 1px solid lightgray; 54 | border-radius: 4px; 55 | padding: 8px 10px; 56 | color: #333; 57 | } 58 | textarea { 59 | display: block; 60 | width: 100%; 61 | resize: none; 62 | margin-top: 10px; 63 | } 64 | .pregunta{ 65 | margin-right: 30px; 66 | } -------------------------------------------------------------------------------- /student-cvs/gustavo(dot)arana-6562/style.css: -------------------------------------------------------------------------------- 1 | @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500'; 2 | 3 | body { 4 | margin: 0 auto; 5 | max-width: 50em; 6 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 7 | line-height: 1.5; 8 | padding: 4em 1em; 9 | color: #566b78; 10 | } 11 | 12 | h2 { 13 | margin-top: 1em; 14 | padding-top: 1em; 15 | } 16 | 17 | h1, 18 | h2, 19 | strong { 20 | color: #333; 21 | } 22 | 23 | code, 24 | pre { 25 | background: #f5f7f9; 26 | border-bottom: 1px solid #d8dee9; 27 | color: #a7adba; 28 | } 29 | 30 | code { 31 | padding: 2px 4px; 32 | vertical-align: text-bottom; 33 | } 34 | 35 | pre { 36 | border-left: 2px solid #69c; 37 | } 38 | 39 | a { 40 | color: #e81c4f; 41 | } -------------------------------------------------------------------------------- /student-cvs/haboufaker-8509/README.md: -------------------------------------------------------------------------------- 1 | # Hi there 👋, my name is Hisam Abou Faker 2 | 3 | ## I am a **Developer** and **Mechanical Engineer** from **Venezuela** living in **Argentina**. 4 | 5 | I have experience with: HTML, CSS, Javascript, manual application testing, bug reporting, test execution, ticketing, and experience in web and mobile functional testing in agile environments. 6 | 7 | I am interested in joining multidisciplinary teams focused on innovation and continuous improvement. 8 | 9 | ## Languages and Tools 10 | 11 | - HTML 12 | - CSS 13 | - Bootstrap 14 | - SASS 15 | - JavaScript 16 | - Node.js 17 | - Terminal 18 | - Git 19 | - GitHub 20 | - React 21 | - QA 22 | - Jira 23 | 24 | ### 📫 You can find me on: 25 | 26 | 27 | [Linkedin](https://www.linkedin.com/in/haboufaker/) 28 | [Github](https://github.com/haboufaker/haboufaker) 29 | -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/images/foto4x4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/ivan-pugliese-8873/images/foto4x4.jpg -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/images/ipcoffees-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/ivan-pugliese-8873/images/ipcoffees-page.png -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/images/pya-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/ivan-pugliese-8873/images/pya-page.png -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/main.mjs: -------------------------------------------------------------------------------- 1 | function handleSubmit(event) { 2 | event.preventDefault(); // 3 | console.log("Hola mundo"); 4 | } 5 | const $form = document.querySelector("form"); 6 | $form.addEventListener("submit",handleSubmit); -------------------------------------------------------------------------------- /student-cvs/ivan-pugliese-8873/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ivan-pugliese-8873", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "main.js", 6 | "scripts": { 7 | "dev": "vite", 8 | "test": "echo \"Error: no test specified\" && exit 1" 9 | }, 10 | "keywords": [], 11 | "author": "", 12 | "license": "ISC", 13 | "dependencies": { 14 | "vite": "^4.2.1" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /student-cvs/ivanpugliese-8873/main.js: -------------------------------------------------------------------------------- 1 | const FORM = document.querySelector("#form"); 2 | 3 | FORM.addEventListener("submit", (event) => { 4 | event.preventDefault(); 5 | }) 6 | -------------------------------------------------------------------------------- /student-cvs/jaardila-4569/code.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/jaardila-4569/code.jfif -------------------------------------------------------------------------------- /student-cvs/jaardila-4569/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/jaardila-4569/favicon.ico -------------------------------------------------------------------------------- /student-cvs/ldrl96-4388/img/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/ldrl96-4388/img/header.jpg -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lllariogonzalez-2692/assets/github.png -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lllariogonzalez-2692/assets/linkedin.png -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lllariogonzalez-2692/assets/logo.png -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/golang.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/html-5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/html5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/java.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/javascript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/mongodb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/node-js.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/python.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/spring-boot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/typescript.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/assets/tech-icon-svg/vue-js.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /student-cvs/lllariogonzalez-2692/index.js: -------------------------------------------------------------------------------- 1 | const form = document.querySelector("form") 2 | 3 | form.addEventListener("submit", (event) => { 4 | event.preventDefault() 5 | console.log("default event overridden") 6 | }) -------------------------------------------------------------------------------- /student-cvs/lmendev-2708/form.css: -------------------------------------------------------------------------------- 1 | form { 2 | display: flex; 3 | flex-direction: column; 4 | max-width: 28rem; 5 | } 6 | 7 | label { 8 | display: flex; 9 | flex-direction: column; 10 | margin-bottom: 1rem; 11 | text-transform: uppercase; 12 | font-size: .8rem; 13 | font-weight: bold; 14 | color: #444; 15 | } 16 | 17 | input[type="text"], input[type="email"], textarea { 18 | background-color: #fff; 19 | border: 1px solid lightgray; 20 | border-radius: 4px; 21 | padding: .8rem 1rem; 22 | font-size: .8rem; 23 | color: #333; 24 | } 25 | 26 | textarea { 27 | resize: vertical; 28 | } 29 | 30 | button { 31 | padding: 1rem; 32 | text-transform: uppercase; 33 | font-weight: bold; 34 | border: 1px solid #69c; 35 | border-radius: 8px; 36 | background-color: #69c; 37 | box-shadow: 1px 1px 3px rgba(0, 0, 0, .5); 38 | color: #fff; 39 | } 40 | 41 | button:hover { 42 | cursor: pointer; 43 | background-color: #0284c7; 44 | } 45 | 46 | button:active{ 47 | box-shadow: none; 48 | background-color: #075985; 49 | } 50 | -------------------------------------------------------------------------------- /student-cvs/lmendev-2708/main.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: "Helvetica", "Arial", sans-serif; 3 | } 4 | 5 | body { 6 | margin: 0 auto; 7 | max-width: 50em; 8 | color: #566b78; 9 | } 10 | 11 | header h2 { 12 | display: none; 13 | } 14 | 15 | nav ul { 16 | list-style-type: none; 17 | padding: 0; 18 | display: flex; 19 | justify-content: center; 20 | } 21 | 22 | nav ul li { 23 | padding: 0 1rem; 24 | } 25 | 26 | nav ul li:not(:first-child){ 27 | border-left: 1px solid; 28 | } 29 | 30 | nav ul li a { 31 | text-decoration: none; 32 | } 33 | 34 | nav ul li a:hover { 35 | text-decoration: underline; 36 | } 37 | 38 | h2 { 39 | margin-top: 2rem; 40 | padding-left: .5rem; 41 | border-left: 2px solid #69c; 42 | } 43 | 44 | h1, 45 | h2, 46 | strong { 47 | color: #333; 48 | } 49 | 50 | a { 51 | color: #e81c4f; 52 | } 53 | 54 | table { 55 | border-collapse: collapse; 56 | } 57 | 58 | table thead th { 59 | background-color: #333; 60 | color: #ffffff; 61 | font-weight: bold; 62 | font-size: 13px; 63 | border: 1px solid #333; 64 | } 65 | 66 | table th, table td { 67 | padding: .5rem; 68 | } 69 | 70 | footer h3 { 71 | display: none; 72 | } 73 | 74 | footer ul { 75 | list-style-type: none; 76 | padding: 0; 77 | } 78 | -------------------------------------------------------------------------------- /student-cvs/luanarmo-7586/main.js: -------------------------------------------------------------------------------- 1 | document.querySelector('button[type="submit"]').addEventListener('click', function (event) { 2 | event.preventDefault(); 3 | }); 4 | -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/(dot)vercel/README.txt: -------------------------------------------------------------------------------- 1 | > Why do I have a folder named ".vercel" in my project? 2 | The ".vercel" folder is created when you link a directory to a Vercel project. 3 | 4 | > What does the "project.json" file contain? 5 | The "project.json" file contains: 6 | - The ID of the Vercel project that you linked ("projectId") 7 | - The ID of the user or team your Vercel project is owned by ("orgId") 8 | 9 | > Should I commit the ".vercel" folder? 10 | No, you should not share the ".vercel" folder with anyone. 11 | Upon creation, it will be automatically added to your ".gitignore" file. 12 | -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/(dot)vercel/project.json: -------------------------------------------------------------------------------- 1 | {"projectId":"prj_lRORmCmtNYeKWCaRBZURSggVQ1GR","orgId":"XEnT7lrejp1AAxfG0jroDaj2"} -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/img/bg-main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lucianogarriga-1264/img/bg-main.jpg -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/img/bg-nigth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lucianogarriga-1264/img/bg-nigth.jpg -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/img/screen-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lucianogarriga-1264/img/screen-profile.png -------------------------------------------------------------------------------- /student-cvs/lucianogarriga-1264/img/undefined-academy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/lucianogarriga-1264/img/undefined-academy.jpg -------------------------------------------------------------------------------- /student-cvs/manuelpryda-7878/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Manuel Pryda 7878 9 | 10 | 11 | 12 |
13 |

Hey, Soy Manuel Pulido

14 |

Aprendiendo en el maravilloso mundo de la programación

15 |

Soy Licenciado en Administración y Dirección de Empresas con más de de diez años de experiencia en 16 | el ámbito del sector empresarial, en gestión de patrimonios y gestión económica-financiera, con conocimientos básicos de HTML y CSS, 17 | me embarco en esta nueva aventura para intentar dar un giro de 180º en mi carrera profesional. 18 | 19 |


20 | 21 | Os dejo enlace a mis redes sociales para que podamos compartir nuestros conocimientos e ideas.

22 | 27 |
28 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /student-cvs/manuelpryda-7878/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Roboto'; 3 | font-style: italic; 4 | font-weight: 100; 5 | font-display: swap; 6 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2'); 7 | } 8 | 9 | body { 10 | font-family: 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif; 11 | background-color: whitesmoke; 12 | max-width: 600px; 13 | margin: 0 auto; 14 | padding: 2rem; 15 | font-size: 20px; 16 | 17 | } 18 | 19 | .contact-page { 20 | font-family: 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif; 21 | max-width: 800px; 22 | margin: 100px auto; 23 | padding: 0 40px; 24 | 25 | } 26 | 27 | .form-group { 28 | margin: 20px 0; 29 | } 30 | 31 | label { 32 | width: 100%; 33 | font-weight: bold; 34 | color: #444; 35 | } 36 | 37 | input { 38 | width: 100%; 39 | background: white; 40 | border: 1px solid lightgray; 41 | border-radius: 4px; 42 | padding: 8px 10px; 43 | color: #333; 44 | } 45 | 46 | button { 47 | padding: 12px 60px; 48 | text-transform: uppercase; 49 | font-weight: bold; 50 | background: burlywood; 51 | color: #333; 52 | border-radius: 8px; 53 | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); 54 | cursor: pointer; 55 | 56 | } 57 | 58 | button:hover { 59 | background: rgb(236, 141, 106); 60 | } 61 | 62 | button:active { 63 | background:burlywood; 64 | box-shadow: none; 65 | } -------------------------------------------------------------------------------- /student-cvs/matilayo-0663/imagenes/logo-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/matilayo-0663/imagenes/logo-form.png -------------------------------------------------------------------------------- /student-cvs/matilayo-0663/imagenes/logo-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/matilayo-0663/imagenes/logo-github.png -------------------------------------------------------------------------------- /student-cvs/matilayo-0663/imagenes/logo-gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/matilayo-0663/imagenes/logo-gmail.png -------------------------------------------------------------------------------- /student-cvs/matilayo-0663/imagenes/logo-linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/matilayo-0663/imagenes/logo-linkedin.png -------------------------------------------------------------------------------- /student-cvs/matilayo-0663/imagenes/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/matilayo-0663/imagenes/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg -------------------------------------------------------------------------------- /student-cvs/monh-6851/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Semana 2, Clase 3: HTML semántico 7 | 8 | 9 | 10 |
11 | 12 |
13 |
14 |

Hello I'm Mon Hh✨

15 |

living in the Atlantic Ocean of Northwest Spain

16 |
17 | 18 |
19 |

I work as:

20 |
    21 |
  • Full Stack Javascript Developer
  • 22 |
  • Electronic Developer
  • 23 |
24 |

I'm also a Sound Engineer and Video Editor

25 |

I make Generative Audio and Video

26 |

Design digital instruments with these tools:

27 |
    28 |
  • max/msp
  • 29 |
  • puredata
  • 30 |
  • processing
  • 31 |
  • others ....
  • 32 |
33 |
34 |
35 |
36 | 37 | -------------------------------------------------------------------------------- /student-cvs/monh-6851/main.css: -------------------------------------------------------------------------------- 1 | /* first rule --- 2 | Centering */ 3 | 4 | /* 01 Centering */ 5 | header, 6 | main { 7 | margin: 0 auto; 8 | max-width: 50em; 9 | } 10 | 11 | /* 02 Font family */ 12 | body { 13 | font-family: "Helvetica", "Arial", sans-serif; 14 | } 15 | 16 | /* 03 Spacing */ 17 | body { 18 | line-height: 1.5; 19 | padding: 4em 1em; 20 | } 21 | /* h2 { 22 | margin-top: 1em; 23 | padding-top: 1em; 24 | } */ 25 | h1, h2 { 26 | margin-bottom: 0em; 27 | border-bottom: 0em; 28 | padding-bottom: 0em; 29 | } 30 | h2 { 31 | font-size: 1.17em; 32 | } 33 | 34 | h3 { 35 | /* margin-bottom: 0em; 36 | border-bottom: 0em; 37 | padding-bottom: 0em; */ 38 | margin: 0.25em 0em; 39 | font-size: 1.0em; 40 | } 41 | 42 | 43 | /* 04 Color and contrast */ 44 | body { 45 | color: #555; 46 | } 47 | h3 { 48 | color: #333; 49 | } 50 | h3 { 51 | color: #444; 52 | } 53 | strong { 54 | color: #333; 55 | } 56 | 57 | 58 | /* 05 Balance */ 59 | ul { 60 | /* background: #eee; */ 61 | /* padding: 1px 1px; */ 62 | vertical-align: text-top; 63 | margin-top: 0em; 64 | padding-top: 0em; 65 | } 66 | 67 | /* 06 Primary color */ 68 | h1 { 69 | color: #000000; 70 | } 71 | /* 07 Secondary colors */ 72 | body { 73 | background: white; 74 | /* color: #566b78; */ 75 | } 76 | 77 | /* Classes */ 78 | /* .li_black{ 79 | color:#1f1f1f 80 | } */ 81 | 82 | .li_font_size{ 83 | font-size: 0.9em; 84 | } 85 | 86 | /* #id Selectors */ 87 | #p_subtitle{ 88 | /* vertical-align: text-top; */ 89 | margin-top: 0em; 90 | padding-top: 0em; 91 | border-top: 0em; 92 | /* color: red; */ 93 | } -------------------------------------------------------------------------------- /student-cvs/murquis-5340/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Perfil murquis- 8 | 9 | 10 | 11 | 12 |
13 |

Mi perfil de GitHub

14 |
15 | 21 |
22 |
23 |

Contact

24 |
25 | 26 | 27 |
28 | Pronoun 29 | 30 | 31 | 32 |
33 | 34 | 35 | 36 | 37 |
38 |
39 |
40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /student-cvs/murquis-5340/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/murquis-5340/header.jpg -------------------------------------------------------------------------------- /student-cvs/murquis-5340/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Perfil murquis- 8 | 9 | 10 | 11 |
12 |

Mi perfil de GitHub

13 |
14 | 20 |
21 |
22 |

Who am I?

23 | 30 |
31 |
32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /student-cvs/nencodev-9495/.gitignore: -------------------------------------------------------------------------------- 1 | .vite/ -------------------------------------------------------------------------------- /student-cvs/nencodev-9495/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/nencodev-9495/header.jpg -------------------------------------------------------------------------------- /student-cvs/pabloxd-4695/assets/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/pabloxd-4695/assets/image.jpg -------------------------------------------------------------------------------- /student-cvs/pabloxd-4695/assets/sunset-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/pabloxd-4695/assets/sunset-back.jpg -------------------------------------------------------------------------------- /student-cvs/pabloxd-4695/styles/styles.css: -------------------------------------------------------------------------------- 1 | @import "https://fonts.googleapis.com/css?family=Roboto:300,400,500"; 2 | 3 | * { 4 | box-sizing: border-box; 5 | padding: 0; 6 | margin: 0; 7 | } 8 | 9 | body { 10 | margin: 0 auto; 11 | max-width: 50em; 12 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 13 | line-height: 1.5; 14 | padding: 4em 1em; 15 | color: #566b78; 16 | } 17 | 18 | h1, 19 | h2, 20 | strong { 21 | color: #333; 22 | } 23 | 24 | h1 { 25 | text-align: center; 26 | margin-bottom: 20px; 27 | } 28 | 29 | h2 { 30 | margin-top: 1em; 31 | padding-top: 1em; 32 | } 33 | 34 | .container-profile { 35 | display: grid; 36 | align-items: center; 37 | grid-template-columns: 1fr 1fr; 38 | column-gap: 10px; 39 | } 40 | 41 | img { 42 | max-width: 100%; 43 | max-height: 100%; 44 | } 45 | 46 | .text-profile { 47 | font-size: 20px; 48 | } 49 | 50 | a { 51 | color: #e81c4f; 52 | } 53 | 54 | table { 55 | margin: auto; 56 | caption-side: bottom; 57 | border: 2px dashed black; 58 | } 59 | 60 | td { 61 | border: 2px solid midnightblue; 62 | text-align: center; 63 | } 64 | 65 | td[colspan] { 66 | box-shadow: inset 0 0 10px lightblue; 67 | text-align: center; 68 | } 69 | 70 | footer { 71 | text-align: center; 72 | margin-top: 50px; 73 | } 74 | 75 | .figure-contact { 76 | margin-top: 50px; 77 | font-size: 35px; 78 | display: flex; 79 | justify-content: center; 80 | align-items: center; 81 | border: 1px solid #d24c6d; 82 | border-radius: 0.25rem; 83 | } 84 | 85 | .figure-contact:hover { 86 | background-color: #d24c6d; 87 | } 88 | 89 | .figure-contact:hover #contact { 90 | color: whitesmoke; 91 | } 92 | 93 | #contact { 94 | text-decoration: none; 95 | color: #d24c6d; 96 | } 97 | -------------------------------------------------------------------------------- /student-cvs/pagliuca-6408/images/yo_400x400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/pagliuca-6408/images/yo_400x400.jpg -------------------------------------------------------------------------------- /student-cvs/pagliuca-6408/result_nu_html_checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/pagliuca-6408/result_nu_html_checker.png -------------------------------------------------------------------------------- /student-cvs/pioxscorpio94-0264/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/pioxscorpio94-0264/profile.jpg -------------------------------------------------------------------------------- /student-cvs/rrodriguezca-2238/main.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0 auto; 3 | max-width: 50em; 4 | font-family: "Helvetica", "Arial", sans-serif 5 | line-height: 1.5; 6 | padding: 4em 1em; 7 | color: #566b78; 8 | } 9 | 10 | h2 { 11 | margin-top: 1em; 12 | padding-top: 1em; 13 | text-align: center; 14 | } 15 | 16 | 17 | pre { 18 | background: #eee; 19 | } 20 | 21 | 22 | h1 { 23 | background-color: #5a8891; 24 | 25 | background-position: center top; 26 | background-repeat: no-repeat; 27 | background-size: cover; 28 | line-height: 1.2; 29 | text-align: center; 30 | font-weight: 300; 31 | text-align: center; 32 | border: 1px solid #e81c4f; 33 | border-radius: 290486px; 34 | color: white; 35 | font-size: 1em; 36 | letter-spacing: 0.2em; 37 | padding: 1em 2em; 38 | text-transform: uppercase; 39 | text-decoration: none; 40 | transition: none 200ms ease-out; 41 | transition-property: color; 42 | text-align: center; 43 | } 44 | 45 | .form-group { 46 | font-weight: bold; 47 | text-transform: uppercase; 48 | font-size: 14px; 49 | vertical-align: middle; 50 | margin-top: 20px; 51 | } 52 | textarea { 53 | width: 100%; 54 | vertical-align: middle; 55 | background: white; 56 | border: 1px solid lightgray; 57 | border-radius: 4px; 58 | padding: 8px 10px; 59 | color: #333; 60 | } 61 | 62 | -------------------------------------------------------------------------------- /student-cvs/sebas-9553/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /student-cvs/sebas-9553/main.mjs: -------------------------------------------------------------------------------- 1 | 2 | function handleSubmit(event) { 3 | event.preventDefault(); 4 | console.log('Hello world') 5 | } 6 | 7 | const $form = document.querySelector("form") 8 | $form.addEventListener("submit", handleSubmit) 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /student-cvs/sebas-9553/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "semana-2", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "dev": "vite", 8 | "build": "vite build", 9 | "preview": "vite preview" , 10 | "test": "echo \"Error: no test specified\" && exit 1" 11 | }, 12 | "repository": { 13 | "type": "git", 14 | "url": "git+https://github.com/sebasvalencia/semana-2.git" 15 | }, 16 | "keywords": [], 17 | "author": "", 18 | "license": "ISC", 19 | "bugs": { 20 | "url": "https://github.com/sebasvalencia/semana-2/issues" 21 | }, 22 | "homepage": "https://github.com/sebasvalencia/semana-2#readme", 23 | "dependencies": { 24 | "vite": "^4.2.1" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /student-cvs/sebas-9553/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | max-width: 600px; 3 | font-size: 16px; 4 | margin: 0 auto; 5 | background: #f3f4f6; 6 | color: #333; 7 | font-family: Arial, Helvetica, sans-serif; 8 | } 9 | 10 | h1 { 11 | line-height: 1.5; 12 | margin-top: 50px; 13 | } 14 | 15 | p { 16 | line-height: 1.1; 17 | } 18 | 19 | span { 20 | color: blue; 21 | } 22 | 23 | code { 24 | padding: 2px; 25 | color: crimson; 26 | background-color: #f1f1f1; 27 | font-size: 14px; 28 | font-family: Consolas, "courier new"; 29 | } 30 | 31 | .header { 32 | color: #666; 33 | padding: 10px; 34 | text-align: center; 35 | } 36 | 37 | .hello { 38 | font-size: 20px; 39 | } 40 | .footer { 41 | color: #666; 42 | padding: 50px; 43 | text-align: center; 44 | } 45 | -------------------------------------------------------------------------------- /student-cvs/sebasrico-3054/css/style.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: rgb(36, 33, 28); 3 | margin: 0 auto; 4 | max-width: 50em; 5 | font-family: "Roboto", "Helvetica", "Arial", sans-serif; 6 | line-height: 1.5; 7 | padding: 4em 1em; 8 | color: #d2dde4; 9 | } 10 | 11 | h1, 12 | h2, 13 | strong { 14 | margin-top: 1em; 15 | padding-top: 1em; 16 | color: rgb(185, 178, 178); 17 | } 18 | 19 | 20 | a { 21 | color: #0d852b; 22 | } 23 | 24 | div img { 25 | display: flex; 26 | justify-content: center; 27 | padding: 10px; 28 | } 29 | 30 | nav { 31 | padding: 20px; 32 | } 33 | 34 | article { 35 | margin: 10px; 36 | } 37 | 38 | #content { 39 | width: 100%; 40 | height: 100%; 41 | margin: auto; 42 | display: flex; 43 | flex-direction: row; 44 | 45 | 46 | } 47 | 48 | .icon { 49 | width: 50px; 50 | height: 50px; 51 | display: flex; 52 | 53 | } 54 | footer { 55 | background-color: rgb(36, 33, 30); 56 | padding: 40px; 57 | text-align: center; 58 | } -------------------------------------------------------------------------------- /student-cvs/sebasrico-3054/paginaDestino.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 15 | 16 | 17 | 18 |

RESIVI DATOS EXITOSAMENTE!!!

19 | 20 | 21 | -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/.gitignore: -------------------------------------------------------------------------------- 1 | .vite -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/bgButton.js: -------------------------------------------------------------------------------- 1 | function changeWebMode(){ 2 | let webMode = document.body; 3 | webMode.classList.toggle("darkMode"); 4 | } 5 | 6 | 7 | function scrollTop(){ 8 | let topScroll = document.getElementById('btnScroll'); 9 | let imgScroll = document.getElementById('arrowImg') 10 | if(document.body.scroll > 20 || document.documentElement.scrollTop > 20){ 11 | topScroll.style.visibility = 'visible'; 12 | imgScroll.style.visibility = 'visible'; 13 | }else{ 14 | topScroll.style.visibility = 'collapse'; 15 | imgScroll.style.visibility = 'collapse'; 16 | } 17 | } 18 | 19 | function upButton(){ 20 | document.body.scrollTop = 0; 21 | document.documentElement.scrollTop = 0; 22 | 23 | } 24 | window.onscroll = function(){ 25 | scrollTop() 26 | } -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/IMG_20200518_171543018-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/IMG_20200518_171543018-removebg-preview.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/calcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/calcu.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/icons8-menu-rounded-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/icons8-menu-rounded-50.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/logo-removebg-preview (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/logo-removebg-preview (1).png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/logo-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/logo-removebg-preview.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/logo.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/logoSCS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/logoSCS.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/luna-y-estrellas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/luna-y-estrellas.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/pk-re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/pk-re.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/pokedex-js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/pokedex-js.png -------------------------------------------------------------------------------- /student-cvs/tefis96-9675/img/sol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/tefis96-9675/img/sol.png -------------------------------------------------------------------------------- /student-cvs/tigret0n-6769/main.js: -------------------------------------------------------------------------------- 1 | document.getElementById("mySubmit").addEventListener("click", function(event){ 2 | event.preventDefault() 3 | }); 4 | 5 | function handleSubmit(event) { 6 | event.preventDefault() 7 | console.log("Hola Mundo"); 8 | } 9 | 10 | const $form = document.querySelector("form"); 11 | 12 | $form.addEventListener("submit", handleSubmit) -------------------------------------------------------------------------------- /student-cvs/voldy-0445/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | max-width: 800px; 3 | margin: 100px auto; 4 | padding: 0 40px; 5 | background-color: black; 6 | color: aliceblue; 7 | font-size: 15px; 8 | font-family: Arial, Helvetica, sans-serif; 9 | } 10 | 11 | h1 { 12 | text-align: center; 13 | color: #FF1493; 14 | } 15 | 16 | .presentation { 17 | text-align: center; 18 | 19 | } 20 | 21 | strong { 22 | color: #91E0E0; 23 | } 24 | 25 | h2, h3 { 26 | color: #CD98DE; 27 | } 28 | 29 | form { 30 | box-sizing: border-box; 31 | } 32 | 33 | 34 | .form-group { 35 | margin: 20px 0; 36 | } 37 | 38 | label, input { 39 | vertical-align: middle; 40 | width: 25%; 41 | 42 | } 43 | 44 | label, input [type="text"], input [type="email"] { 45 | width: 100%; 46 | } 47 | 48 | fieldset { 49 | width: 57%; 50 | } 51 | textarea { 52 | margin-top: 10px; 53 | width: 60%; 54 | display: block; 55 | resize: vertical; 56 | } 57 | 58 | label, legend { 59 | font-weight: bold; 60 | text-transform: uppercase; 61 | font-size: 14px; 62 | color: #9c9c9c; 63 | } 64 | 65 | a { 66 | color: #9c9c9c; 67 | 68 | } 69 | 70 | button { 71 | padding: 16px 60px; 72 | text-transform: uppercase; 73 | font-weight: bold; 74 | border: 1px solid black; 75 | background: #364D7E; 76 | color: black; 77 | border-radius: 8px; 78 | box-shadow: 1px 1px 3px rgba(0,0,0, 0.5); 79 | cursor: pointer; 80 | } 81 | 82 | button:hover { 83 | background: #53B2BF; 84 | } 85 | 86 | button:active { 87 | background: #424E68; 88 | box-shadow: -1px -1px 0 rgba(0,0,0, 0.5); 89 | } -------------------------------------------------------------------------------- /student-cvs/wil-6448/img/arcgis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/wil-6448/img/arcgis.png -------------------------------------------------------------------------------- /student-cvs/wil-6448/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/wil-6448/img/logo.png -------------------------------------------------------------------------------- /student-cvs/wil-6448/script.js: -------------------------------------------------------------------------------- 1 | document.getElementById("form").addEventListener("submit", function (event) { 2 | event.preventDefault(); // Prevenir el envío por defecto del formulario 3 | // Realizar validaciones adicionales y enviar los datos utilizando AJAX 4 | }); -------------------------------------------------------------------------------- /student-cvs/zucer-8998/assets/maracuya.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undefined-academy/semana-2/2d3a159d5994b992a6892ba6c249be4e72065bc0/student-cvs/zucer-8998/assets/maracuya.webp --------------------------------------------------------------------------------