-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update blog layout to mimic Dracula UI #12
Comments
The commits to implement this feature will be stored in the v2-dracula-ui branch. |
starting to change the blog layout and copy some classes and styles from the dracula theme, see also: #12
fix imports of Layout component because it has changed, see also: #12
Tweet by @FelippeRegazio: Ta ralando com CSS, aqui vão umas dicas:
.card esse do conteúdo vale pra quase qualquer elemento que divida conteudos horizontalmente. ex: modal?.modal article?.content outra dica importante: sempre crie um holder veja que em .card o holder é .card. paddings vão em __head, __body, ou __footer. preservando o holder pra ser layoutado sem side effect. |
updating the first page style that shows the list of posts, add images to social media links in the footer, see also: #12
enhance the quality of code used in the scss files, see also: #12
enhance the HeaderPost component by adjusting the classname used in the CSS, see also: #12
enhance the Layout component to use some more semantic CSS styles, see also: #12
enhancing the readability of the code by using other names to CSS classes, see also: #12
enhancing the readability through the css classes change, see also: #12
enhancing the readability through the changes in CSS class names, see also: #12
enhance the readability of the code by changing the name of css classes, add layout.css for global css variables different of colors, see also: #12
updating some packages to leave problems found, creating a .nvmrc file to store the Node.js version used in development (NVM config), see also: #12
Heurísticas de Nielsen
|
commiting more changes in the project structure, see also: #12
After some time I've decided to not continue the development of this version of the blog because the prototype isn't looking good in my opinion. I'll be continuing with another design. |
starting to change the blog layout and copy some classes and styles from the dracula theme, see also: #12
fix imports of Layout component because it has changed, see also: #12
updating the first page style that shows the list of posts, add images to social media links in the footer, see also: #12
enhance the quality of code used in the scss files, see also: #12
enhance the HeaderPost component by adjusting the classname used in the CSS, see also: #12
enhance the Layout component to use some more semantic CSS styles, see also: #12
enhancing the readability of the code by using other names to CSS classes, see also: #12
enhancing the readability through the css classes change, see also: #12
enhancing the readability through the changes in CSS class names, see also: #12
enhance the readability of the code by changing the name of css classes, add layout.css for global css variables different of colors, see also: #12
updating some packages to leave problems found, creating a .nvmrc file to store the Node.js version used in development (NVM config), see also: #12
commiting more changes in the project structure, see also: #12
Some references:
The text was updated successfully, but these errors were encountered: