-
Notifications
You must be signed in to change notification settings - Fork 1
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
Teams page #6
base: main
Are you sure you want to change the base?
Teams page #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
squash all commits into 1
follow proper naming conventions like [feat] made frontend of teams page types
@@ -22,4 +22,5 @@ | |||
urlpatterns = [ | |||
path('admin/', admin.site.urls), | |||
path('user/', include(user_urls)), | |||
path('alum/',include(alum_urls)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backend chages undo kardo
frontend/pages/team/index.tsx
Outdated
// import MemberList from './MemberList'; | ||
|
||
const OurTeam = () => { | ||
const styleObj = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style obj ko cs files me likho
try ki only jo cheez tailwind se feesaible nahi ho rahi unhe hi alag se likho
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ssare css tailwind classes me add kardi!!!
frontend/pages/team/index.tsx
Outdated
|
||
const OurTeam = () => { | ||
const styleObj = { | ||
background: ";", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the use of this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 12???
no use ...
resolved by give tailwnd classes
frontend/pages/team/index.tsx
Outdated
</div> | ||
<div className="mt-5 m-auto block text-center overflow-y-scroll scroll-smooth scrollbar-thin h-[66vh] w-[75%] pl-[2%] pt-[1%] flex flex-row flex-wrap overflow-hidden"> | ||
|
||
{ members.map((member,it)=>{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code format karo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code format means indentation??
fix #2