Coder Social home page Coder Social logo

elevate-lab / elevate-lab-website Goto Github PK

View Code? Open in Web Editor NEW
18.0 6.0 64.0 537 KB

A website to inform and invite contributors to elevate-lab

Home Page: https://elevate-lab.github.io/elevate-lab-website/

License: MIT License

HTML 63.35% CSS 18.73% JavaScript 17.92%
hactoberfest2021 hactoberfest

elevate-lab-website's People

Contributors

2802harsh avatar allcontributors[bot] avatar atmanad avatar ayush-baranwal avatar beumsk avatar chuckyroh avatar crazy548 avatar cyber-venom003 avatar cypherdious89 avatar deepakdotexe avatar dimlaksana avatar elemento24 avatar garvitchittora avatar geeks5551 avatar hambali999 avatar hardikbajaj avatar ic1101virgo avatar job-madi avatar jyotika999 avatar kumarmanish03 avatar ranveer251 avatar rush-tea avatar shahidsiddiqui786 avatar shreesh90 avatar stygian-96 avatar tejma17 avatar thelavenderhue avatar thilagavathi1 avatar tlazypanda avatar uglyprincess avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

elevate-lab-website's Issues

NavBar: Hover Effect changes background color of inactive items

Bug Report

Issue Summary

For the inactive navbar menu items, the background color changes after clicking the item.

Expected Behavior

After clicking on an inactive item and hovering over another item, the background color of the clicked item should not change, only the text colour should change.

Observed Behavior

I found that after hovering over other items, the clicked item's background color changes to white. This happens only for the inactive navbar items and not the ones which a reference link.

Steps to Reproduce

  1. Clone the repo
  2. Run the project in your browser
  3. Click on navbar items

Screenshots (if any)

bug1

Add docs on how to set up project

Feature Request

Describe your problem

Add docs on how to fork, clone and start the project. You may also add docs on how to setup Gh pages link.

Add contact us section Part (1/2)

Feature Request

Describe your problem

Add contact us section with a heading "Contact us" followed by a form with the Inputs "Name", "Email", "Message". The form doesn't need to be functional right now and will be taken up in the next part.

Please make sure that you use Bulma elements and classes for this.

Navbar Background Issue

Bug Report

The navbar background does not cover the whole width

The background color of the Navbar only spans across the width of the content and not the 100% page width. The issue is not quite visible in current background color. Change background color and you will notice the issue.

Expected Behavior

The background color of Navbar should span the whole (100%) width of the page.

Observed Behavior

See the screenshot below :
Screenshot from 2020-10-13 17-48-55

Steps to Reproduce

You probably need to remove the margin from Navbar ( padding can be used instead for that purpose )

Fetch team card data from json

Feature Request

Describe your problem

Currently we are adding the cards by repetition Creating a json file and js script to extract data from there and looping it will make the process much simpler.

Add landing page section

Feature Request

Describe your problem

Add a landing page section with a flat design illustration and some content about Elevate Lab.

Background color property for certain elements not working properly

Bug Report

Issue Summary

background-color property is not working for some elements like project and team cards, and they always inherit the global bg color.

Expected Behavior

Elements for which bg color property is explicitly mentioned should follow this mentioned value of the property.

Observed Behavior

global bg color inherited

Add your details in assets/data/data.json

Feature Request

Describe your problem

Add your details under contributors array in assets/data/data.json. This will then render as a card displaying your details.

Add Your Name and suggestions

Hello Contributor! ๐Ÿ‘‹

We all know sharing is caring. This issue is meant for the same purpose. ๐ŸŒท
We invite all the techies ๐Ÿ˜Ž , enthusiast ๐Ÿ˜ธ , and newbies ๐Ÿคฉ to share your resources. We are a big family here and every help counts ๐Ÿ˜‰
This issue is meant for all whether it's your first pull request ๐ŸŽŠ or you are a frequent visitor ๐Ÿ’ƒ

These resources can be anything:

  • A good book ๐Ÿ“–
  • A blog/s โœ๏ธ
  • A site โญ
  • Youtube Channel ๐ŸคŸ
  • Courses ๐Ÿ”ข
  • Anything of your choice ๐Ÿ˜ƒ

Add these useful resources and some basic information to the Issue_Resource_Template !

Follow these simple steps:

  1. Fork this repository
  2. Clone the repository
  3. Open the Issue_Resource_Template
  4. Copy the required and add information
  5. Push The changes
  6. Create the Pull Request!

Wait for the request to be merged. Till then celebrate for contributing ๐Ÿฅณ ๐Ÿฅณ

Add contact us section Part (2/2)

Feature Request

Describe your problem

This issue addresses making the Form functional and adding a script for allowing the form submit button to send the details of the form as an email to a recipient.

Modify Navbar section

Feature Request

Modify the navbar section and add the required links (home, projects, team, contribute, contact). Also replace the bulma logo image with elevate-lab logo.

Add the Link to github pages!!!

Adding Github Pages link

Describe your problem

Add the link to the github pages of this website on README.md and to the site description so that we all can see the latest developments made, and also finding bugs would be easy...

Describe the solution you'd like

The site is already connected to github pages, only the link is to be added

Additional context

Nd sorry idk how to add labels : \

Design project section

Feature Request

Describe your problem

Design the project section and cards. The project section should have a heading "Project" followed by the list of projects. For now, you may create a single entry. Also don't forget to link the Project section to the navbar Project link.

Make sure that the section makes use of Bulma elements.

Design team section and cards

Feature Request

Describe your problem

Design the team section and cards. The team section should have a heading "Team" followed by the card. For now, you may create a single card. Also don't forget to link the Team section to the navbar Team link.

Nav Bar: Not responding on pages other than Home page on Mobile view

Bug Report

Issue Summary

The NavBar is responding only in the home page, (not responding on teams page)on the mobile view of website. It may create more problems when number of pages will increase.
Also NavBar on home page(mobile view) is also not looking nice.

Expected Behavior

When we click on nav bar icon, it will collapse.

Observed Behavior

The NavBar didn't responded

Steps to Reproduce

1.Click on NavBar icon in teams page.

Screenshots (if any)

Dark Mode Toggle Fails on root route

Bug Report

Issue Summary

The css files dark.css and light.css have different relative paths w.r.t index.html and other html pages. index.js takes care of this only for the route '/index.html'. But the home page is also rendered on root '/' route of gh pages, and thus dark mode toggle has no effect there.

To notice the issue, go here , and click on toggle switch. No change takes place. Now click on Home on Navbar (notice that route changes to '.../index.html'. Now again click on toggle switch. It works fine now.

Expected Behavior

The toggle should also work for root route and render the respective css file from correct relative path w.r.t index.html

Observed Behavior

Currently it is not working for root route.

Steps to Reproduce

You need to add extra condition in index.js to take care of this.

Screenshots (if any)

Screenshot from 2020-10-14 21-59-39
Screenshot from 2020-10-14 21-59-27

Improve docs: Add project tech stack

Feature Request

Describe your problem

Currently the project tech stack is not expressed. Adding the project tech stack can help the contributors decide if they can contribute to the repo or not.

Improve Style of Contact Us section

Feature Request

Describe your problem

The Contact Us form on the home page could use some work. Currently it's not very appealing and there seem to be some redundant features.
image
As you can see, the form is neither left-aligned, nor right-aligned nor justified. It sits in this weird position on the left side of the screen. Moreover, the font color has poor visibility and the check marks seem to serve no function.

Describe the solution you'd like

Align the form in either of the aforementioned manners (left-, right- or justified), improve the color of the headings and try to align all three text areas by giving them the same width. You only need to fiddle around with styles.css for this issue.

Additional context

Team Card icons not visible

Bug Report

Issue Summary

In team card icons of GitHub, LinkedIn and Twitter are not visible fix this bug ๐Ÿ› .

Screenshot (351)

Expected Behavior

Screenshot (352)

Steps

  1. Check team.html ๐Ÿ˜‰.

Bug in contact us form UI

Bug Report

Issue Summary

  • Contact us form width shrinks too much when window resized to mobile view.
  • Orientation of form is not proper
  • Text color is not readable

Expected Behavior

  • Contact us should be responsive in a way it should have some minimum width.
  • It should be properly aligned.

Screenshots

Form width issue

image

Form orientation issue

image

Add space between description and Logo of Elevate-Lab

Bug Report

Issue Summary

There is almost Negligible Space between the Icon and the description of Elevate Lab, in portrait tablet aspect ratio, and below that

Expected Behavior

There should be a considerable about of margin between those.

Screenshots (if any)

Screenshot from 2020-10-14 16-42-16

Add reference links to the Elevate-Lab logo and text

Feature Request

Describe your problem

After clicking Elevate-Lab Logo or Text, I just stay there. That is there's no reference link.

Describe the solution you'd like

I would want to navigate back to the landing page when I click the Elevate-Lab Text and to the github organization page when I click on the logo. A better user experience imo.

Additional context

Many websites have this feature as it is a common user behaviour to click on highlighted texts or logos usually when they are of the organization name or related to it.

Add about us section in footer

Feature Request

Describe your problem

Currently the footer only has social links but adding a small about us section in the footer can improve the site.

Navbar Title not vertically aligned

Bug Report

The Navbar Title (Elevate Lab) is not vertically centered.

Expected Behavior

The navbar title should be vertically in line with other navbar items

Observed Behavior

See the screenshot below :
Screenshot from 2020-10-13 17-53-23

Design Event section and cards

Feature Request

Describe your problem

Design the event section and cards. The event section should have the heading "Event".

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.