Skip to content

DafrDev/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odin-recipes

This is my first project from "The Odin Project" https://www.theodinproject.com/paths

In this project i've put in practice what i've learned till now:

  • create html files and their basic template
  • use of some basic tags in the 'body':
    • 'h1' title tags
    • 'img'image tag
    • 'a'anchor tags
    • 'ul' unordered lists 'li'
    • 'ol'ordered lists 'li'
  • put into practice of git :
    • git clone
    • git add .
    • git status
    • git commit with or without -m
    • git log
    • git reset --soft HEAD~1
    • git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages