C:\Users\Fernanda> cd C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio>git clone https://gitlab.fabcloud.org/academany/fabacademy/2024/labs/puebla/students/fernanda-capetillo.git
Cloning into 'fernanda-capetillo'...
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 15 (delta 1), reused 0 (delta 0), pack-reused 0Receiving objects:  86% (13/15)
Receiving objects: 100% (15/15), 28.90 KiB | 14.45 MiB/s, done.
Resolving deltas: 100% (1/1), done.

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio>cd C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\fernanda-capetillo

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\fernanda-capetillo>git add .
warning: in the working copy of 'public/.gitignore', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/css/fontawesome-all.min.css', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/css/main.css', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/css/noscript.css', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/files/Blink.ino', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/images/logo.svg', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/js/breakpoints.min.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/js/browser.min.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/js/jquery.min.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/webfonts/fa-brands-400.svg', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/webfonts/fa-regular-400.svg', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'public/assets/webfonts/fa-solid-900.svg', LF will be replaced by CRLF the next time Git touches it

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\fernanda-capetillo>git commit -m "Clone Website"
[main c2379c7] Clone Website
 63 files changed, 15342 insertions(+), 349 deletions(-)
 create mode 100644 public/.gitignore
 create mode 100644 public/assets/css/fontawesome-all.min.css
 create mode 100644 public/assets/css/main.css
 create mode 100644 public/assets/css/noscript.css
 create mode 100644 public/assets/files/Blink.ino
 create mode 100644 public/assets/files/Drawing1.dwg
 create mode 100644 public/assets/files/plywood.jpg

[...]

 create mode 100644 public/elements.html
 delete mode 100644 public/final-project.html
 create mode 100644 public/finalproject.html
 delete mode 100644 public/images/avatar-photo.jpg
 delete mode 100644 public/images/sample-photo.jpg
 delete mode 100644 public/style.css

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\fernanda-capetillo>git push
warning: missing OAuth configuration for gitlab.fabcloud.org - see https://aka.ms/gcm/gitlab for more information
Enumerating objects: 77, done.
Counting objects: 100% (77/77), done.
Delta compression using up to 16 threads
Compressing objects: 100% (67/67), done.
Writing objects: 100% (70/70), 6.53 MiB | 679.00 KiB/s, done.
Total 70 (delta 4), reused 0 (delta 0), pack-reused 0
To https://gitlab.fabcloud.org/academany/fabacademy/2024/labs/puebla/students/fernanda-capetillo.git
   5ed11f0..c2379c7  main -> main

C:\Users\Fernanda\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\fernanda-capetillo>     

2

1

3

6

7

8

11

5

9

10

4