ufosc / Club-Manager

GNU General Public License v3.0
4 stars 10 forks source link

Club Home Page #23

Open IkeHunter opened 1 week ago

IkeHunter commented 1 week ago

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

Files

caiden-z commented 3 days ago

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

IkeHunter commented 2 days ago

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