Skip to content

travolgi/grid-vanilla-js-space-tourism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space tourism website build with Grid layout and Vanilla javascript

Space tourism website

I used Vanilla javascript to change the content of the pages by fetching the data from the json local file

eleId.textContent = jsonData[idField];

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Accessibility workflow
  • Vanilla Javascript