Skip to content

pratham31012002/InfoSecKids-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSC VIT

InfoSecKids

Website for InfoSecKids


Join Us Discord Chat

DOCS UI

Features

  • Events, blogs and 100daysofinfoseckids page fetching data from json file
  • Markdown rendering
  • Filtering events by tag in events page
  • Searching events by title, date and description

How to Install

  • Clone the repository on your local system
$ git clone https://github.com/GDGVIT/InfoSecKids-website.git
  • Open src->index.html

How to add an event

  • See video
  • Go to src->events.json

    Screenshot-2021-05-04-175504

  • Add a new object( event ) by providing details like
    • title
    • tag
    • date
    • description ( shown in the events page )
    • content ( path of the markdown content of that event ( rendered on clicking the continue reading button ) )
    • image ( image for the event )

    data

  • Go to src->events

    event

  • Insert the markdown file for that event in the format that should be rendered

    events


How to add a blog

  • See video
  • Go to src->blogs.json

    blogsjson

  • Add a new object( blog ) by providing details like
    • title
    • date
    • description ( shown in home page )
    • content ( path of the markdown file of that blog ( rendered on clicking the continue reading button ) )

    blogsjson1

  • Go to src->blogs

    blog

  • Insert the markdown file for that event in the format that should be rendered

    blogs

How to add a day in the 100daysofinfoseckids Page

  • See video
  • Go to src->100days.json

    100days

  • Add a new object( day ) by providing details like<
    • image ( image of the day )

    days

Contributors

Pratham Jain

Your Name Here (Insert Your Image Link In Src

GitHub LinkedIn

Made with ❤️ by DSC VIT

About

Website for InfoSecKids Community

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.2%
  • HTML 34.7%
  • CSS 20.6%
  • Other 0.5%