Giter Club home page Giter Club logo

intelowlui's Introduction

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"
}

Contributor Notes

Make sure to go through the contribute section here, before creating your pr.

While testing any markdown related changes, if you run into any issue, you can do npx --no-install contentlayer build to generate the contentlayer content yourself, through your vscode terminal.

Run The Application locally
npm install
npm run dev

intelowlui's People

Contributors

abheektripathy avatar mlodic avatar syedahkam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.