abheektripathy / site

landing website for the intelowlproject.

Home Page:https://intelowlproject.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landing website for the IntelOwl Project Community

Figma Prototype

Adding new content to the website

Adding up blogs.

Add your article as a new markdown file in the Blogs directory with the same title as the file.

If you are an IntelOwl contributor and you would like to add content on this blog which is related to IntelOwl, feel free to fork this repository and submit an article! We will review it and publish it!

Adding up a new feature/testimonial/sponsor.

In Constants folder, you can add the content for specific section in thier specific file in form of these json objects, no need to scour the codebase.

Features in featuresdata.ts

{
       "color": "lighter",
       "title":"feature name",
       "description":"feature desc"
}

(color here defines the shade of the container which would be rendered.)

Testimonials in testimonialdata.ts

{
       name: "meh",
       designation: "engineer",
       review: "Lorem ipsum dolor sit amet, consectetur adipiscing elit."  
}

Sponsors in sponsordata.ts

{
        companyname: "ushfhjhb",
        companylevel: "bronze",
        companylogo: "image path",
        companylink: "link",
        companydesc: "akjda jlfal jfbjabj lablj absjlfba"
}

Faq's in faqdata.ts

{
        question: "Lorem ipsum dolor sit a",
        answer:"Lorem ipsum dolor sit a Lorem ipsum dolor sit a"
}

Note

For any newer images/pdf's/media to be added, the path shall be /site/{yourimage.png} rather than /{yourimage.png} this is due to how routes are handled while deploying to github pages.

About

landing website for the intelowlproject.

https://intelowlproject.github.io/site/


Languages

Language:TypeScript 95.6%Language:JavaScript 2.5%Language:CSS 1.9%