https://github.com/leandroberlin/html-102
Exercise
https://github.com/leandroberlin/html-102
Last synced: 3 months ago
JSON representation
Exercise
- Host: GitHub
- URL: https://github.com/leandroberlin/html-102
- Owner: LeandroBerlin
- Created: 2018-10-24T18:34:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T09:07:17.000Z (over 6 years ago)
- Last Synced: 2025-01-19T10:09:01.442Z (5 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-102 :fire:
Simple exercise:
1. Create a new local project (on your laptop) called e.g. 'html-102'
1. Create a new remote repository on **your** github called e.g. 'html-102' and connect it with your local project
1. Create a new project with this structure```
html-102
│
│ index.html
└───assets
│
└───css
│ style.css
└───images
bandit.png```
Your project (local/remote) should look like https://github.com/LeandroDCI/html-102
(copy the content of the index.html and style.css - copy the bandit.png image )Options:
- You can download the zip from this repository and copy the files to your project
- You can clone this repository and copy the files to your project
- You can do whatever you want but copy those files!!! :alien:**Note:**
if you already have a github repository for your DCI exercises you can create this project structure in your existing repository! :+1: