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

Club Home Page #23

Open
2 tasks
IkeHunter opened this issue Oct 24, 2024 · 2 comments
Open
2 tasks

Club Home Page #23

IkeHunter opened this issue Oct 24, 2024 · 2 comments
Assignees
Labels
frontend Involves more work with HTML, CSS, JS good first issue Good for newcomers

Comments

@IkeHunter
Copy link
Collaborator

Info

The club home page is first thing members will see when logging in.

Any ideas/suggestions on design or layout are welcomed. If you are comfortable in Django, you can edit the functional view clubs.views.club_home_view() to add any necessary context for dynamic data. Otherwise, just mock up a solution using plain html and css, and you can use example data in lieu of dynamic context data (ie using static value "John Doe" instead of {{ user.name }} for a user's name)

Task

  • Design club home page
  • Build home page in html/css/js

Files

  • Put html in app/clubs/templates/clubs/club-home.html
  • Put global CSS in app/static/css/style.css
  • Put scoped CSS (specific to that page) in app/clubs/static/clubs/club-home.css
  • Put JS in app/static/js/script.js
  • If need scoped JS, create new file: app/clubs/static/clubs/club-home.js and add link to club-home.html
@IkeHunter IkeHunter added good first issue Good for newcomers frontend Involves more work with HTML, CSS, JS labels Oct 24, 2024
@caiden-z
Copy link

caiden-z commented Nov 2, 2024

Hello I am new to github and looking to make my first open source contribution. Can you assign it for me?

@IkeHunter
Copy link
Collaborator Author

@caiden-z let me know if you need any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Involves more work with HTML, CSS, JS good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants