Giter VIP home page Giter VIP logo

website's People

Contributors

adithya-sr avatar anirudhbot avatar anubha-v-ardhan avatar anuragthepathak avatar avineshtripathi avatar bhavyastar avatar bishal7679 avatar bluzeey avatar code-hyker avatar digambar-t7 avatar dipankardas011 avatar jai-solania-29 avatar krisharyan avatar lavakush07 avatar mkgupta01 avatar nawaz027 avatar octonawish-akcodes avatar omaximani0 avatar omkarborhade98 avatar rajpatelbot avatar rakshitgondwal avatar rounak-28 avatar saiyam1814 avatar santosh1176 avatar sanyamjain04 avatar shaggyyy2002 avatar shivam-sharma7 avatar superaayush avatar verma-kunal avatar yogeshsumman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

website's Issues

Add Contributing guide for website

CONTRIBUTING.md is a file which tells folks all they need to know to contribute to an project

Create the file for this repo, with step by step process for contributing to various domains (notes, website), link to guidelines if required (for example guildelines for wriitng notes), use screenshots if needed.

[FEATURE] Add CONTRIBUTING.md file

Description

  • Add the contributing.md file explaining how to clone the repo and get started with contributing.
  • What are the requirements one should have before cloning the repo?
  • Mention how to propose a feature request?
  • How to create a pull request?

Screenshots

No response

Additional information

No response

Bug in Newsletter

Description

  1. The Email address is not centred
  2. The button is not aligned with the email Text box
  3. The Cursor pointer events doesn't work

I can slove those if you give the issue to me

Screenshots

image

Additional information

No response

[FEATURE] Redirection of workshop

Description

Instead of redirecting the workshop section to main page itself (#), can't we just add a page with a message of "Will update soon"

Screenshots

Screenshot 2022-05-30 150532

Additional information

No response

Addition of DockerFile

Description

Wanted to add the docker file so that in future if we want to deploy anywhere we can easily do so

Screenshots

No response

Additional information

No response

[Bug] Making pages responsive

Description

Currently the pages are not properly responsive to different screen sizes and devices
The aim of the issue is to research and implement uniform responsiveness through out the website

Screenshots

No response

Additional information

Possible solution to this would be using some libraries like react-responsive or @media css
P.S. your suggestions are always welcome

[FEATURE] <Add customize 404-page>

Description

  • Add customize 404 page
  • If by mistake the user redirects to the wrong page, then a customized webpage with a 404 status code will be shown.

Screenshots

image

Additional information

No response

[FEATURE] Change the colour of Text

Description

In the homepage when writing something the text is not visible adding SS to make it more clearer.

Screenshots

Problem:

Solution:

Additional information

No response

Alignment of Homepage is not consistent

Description

With the new merge of the Homepage in PR #33, we can find an inconsistency in the alignment specially for a higher resolution.

An issue was seen for the following resolution:
Browser: Chrome 101.0 and Firefox 100.0
Screen resolution: 1920x1080
Screen size: 22 inch

Screenshots

image

Additional information

Problem

Currently the styles.module.css uses px for various sizes and alignment which makes the component not responsive

Possible Solution

We can use % instead of px to make it responsive or we can use the CSS @media rule. For more info link

Any other idea to this problem is always welcome

Add PR template(s)

We need a PR template to guide folks for all they need to mention while making a PR.

[FEATURE] Remove buy me a coffee

Description

We do not need Buy me a coffee button in the footer so the task would be to remove the button, remove the or above the button and align the sponsor button accordingly

Screenshots

2022-07-14_14-25

Additional information

No response

Fix base URL

  • rn the url looks like https://kubesimplify.github.io/website/
  • I think we should change the base url to /
  • not sure if this would affect the deployment to gh pages since it was changed in #22
  • baseUrl: "/website/",

feat: add about page for the website

Add an About page where the main purpose of kubesimplify will be there.
There are different sections like:

  1. Details about the founder.
  2. Details about the team members.
  3. Subscribe to newsletter
  4. Amazing footer.

Wrong redirect for Discord, Twitter and GitHub

Discord, Twitter and GitHub links are set to default for Docusaurus.
We need to change them to KubeSimplify ones. Also, we don't need Stack Overflow, we can edit it for our LinkedIn instead.

Fix spaces form left and from right of cards following images.

Description

  • i am also talking about blog card and video content. They both not at right place, Fix exatra spaces form left and from right. set right margin and padding of video content card and reduce left-side spaces from blog card also. See following image

Screenshots

Screenshot (129)

Additional information

  • don't use margin and padding in 'px'--> it will be always in '%'

We already have a PR for the same #51. Please give your input regarding the changes there

/close

i am also talking about blog card and video content. They both not at right place,

Add code of conduct for website

Every open source project should have a code of coduct that establishes expectation of behaviour from contributors and everyone participating on the project.

KubeSimplify uses CNCF code of conduct

Add a file code-of-conduct.md stating above and linking to CNCF's code of conduct

Create an Interactive Mindmap

We need an interactive mindmap that satisfies the following conditions:

  • It must be based upon DevOps Roadmap
  • It must have links embedded into it for redirection to the blogs/notes. (A provision must be there so that it can be updated easily in the future)
  • It must follow the design theme of Kubesimpify
  • It must update in realtime when embedded onto the website

Add a nodejs workflow

Adding a Nodejs workflow through Github actions will help in testing and building all the PR that are made to the project and also makes it easy for the reviewers to review the PRs.
Screenshot 2022-05-05 at 12 02 08 AM

It checks it for the three versions of node.

[GitHub management] Add workflow to automatically label new issues as `triage/awaiting`

We are using the "triage" way to manage issues and decide which ones to work on.

  • triage/awaiting: Maintainers are evaluating the issue to decide if we want to work on it or not
  • triage/accepted: Issue is accepted and folks can work on it.

The idea is to automatically add triage/awaiting label on every new issue created. Maintainer will replace triage/awaiting with triage/accepted if it's accepted, else, the issue will be closed.

Refer Adding labels to issues for help on how to write the workflow

Change the Alignment of the Sponsors Button

Description

The alignment of the sponsors button is looking not so good. It should change the alignment of these two buttons.

Screenshots

Screenshot (78)

Additional information

No response

Add Workshop site link in the navbar

Description

Adding Workshop site link at the navbar [Community - Workshops] dropdown menu

Screenshots

No response

Additional information

No response

Add README for website

Edit the README and include details on the following (and more if needed)

  • What is this project
  • How is this project built (This project will be built using Static site generator Docusaurus)
  • Steps to setup and run the project locally
  • How to contribute (Link to CONTRIBUTING.md)
  • Code of Conduct (Link to code-of-conduct.md)

Feel free to suggest any additions to above list.

Footer is not Responsive

Description

Footer looks perfect only on the default desktop view, but if we change the dimension of the website then the footer is getting disbalanced.

Screenshots

image

Additional information

No response

[FEATURE] Add remaining part of homepage

Description

some pointers

  • We have the code ready but that is not combined with website repo
  • It uses bootstrap which we are currently not using so if bootstrap makes the entire website smooth throughout then please do use that all across homepage

steps to perform

Additional task to perform
Make entire page in modular form like ambassador page

Screenshots

No response

Additional information

I can send you the code for html and css, join our discord https://discord.gg/nNTaHn82 and say a hi

Add issue template(s)

If there would be an Issue and PR template that can really help maintainers in order to review the changes.

[Bug] Components are not functional on the HomePage

Description

  • The Subscribe button and the Email Address text field is not functional
  • For both the cards below i.e. the Blog content and Youtube content the button is functional but there is no button effect/animation on clicking

Screenshots

2022-06-09_02-23
2022-06-09_02-16

Additional information

For maintainers
We can add good-first-issue to this issue

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.