Skip to content

vitorcosta039/my-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Website

Access my website which contains information about my life. Who knows, maybe we can work together, your project can change the world!
vitorcosta.dev

image

Built With

About project

Style

  • Using the BEM CSS pattern;
  • Tailwind was configured and used in the project.

Element classes are in alphabetical order to help with maintenance. Except for two rules:
1. When not a tailwind identifier, example: "header, footer, page-home"
2. When are classes that complement other classes: class="bg-white hover:bg-primary"

Example of the two rules together:

class="bg-white dark:bg-black-2 border-primary flex h-20 header items-center" - BAD 🔴
class="header bg-white border-primary dark:bg-black-2 flex h-20 items-center" - BAD 🔴
class="header bg-white dark:bg-black-2 border-primary flex h-20 items-center" - GOOD 🟢

Contact

Vitor Costa - @vitorcosta.dev - [email protected]

About

hope you like my website 😃

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published