Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Create gallery for Home page #25

Open
Waishnav opened this issue Sep 9, 2022 · 1 comment · May be fixed by #26
Open

[UI] Create gallery for Home page #25

Waishnav opened this issue Sep 9, 2022 · 1 comment · May be fixed by #26
Assignees

Comments

@Waishnav
Copy link
Collaborator

Waishnav commented Sep 9, 2022

Create a responsive Gallery section according to the given design.

  • Make sure to make changes to the folder(directory) containing index.html, gallery.css, and gallery.js

  • Do follow this approach, For the gallery section images, images will be loaded from the gallery.json by using fetch API, This will help us, to add the latest and recent pictures of events that happened in the hostel. JSON will include image data in the following format.

{ "images" : [
      {
        "date" : "15 August 2022",
        "category": "event-photos",
        "image_link": "/assets/gallery/15-august-22-celebration-1.png",
      },
      {
        "date" : "09 Sept 2022",
        "category": "hostel-images",
        "image_link": "/assets/gallery/hostel-front-gate.png",
      }
  ]
}

For Mobile responsiveness, We will share the layout once the design team comes up with a new idea.
Also, new layout/UI ideas are appreciated so do share them with us before implementing.

Image for reference :

  • Layout-image

image

@Priyansh61
Copy link
Collaborator

Hey @Waishnav i would like to work on this..

@Priyansh61 Priyansh61 self-assigned this Sep 9, 2022
@Priyansh61 Priyansh61 linked a pull request Sep 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants