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

Teacher review #302

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

Teacher review #302

wants to merge 46 commits into from

Conversation

Padletut
Copy link

I opened this PR because i merged the previous one as Assigment process step 10. Complete the approved Pull Request, or implement the required changes, I understood it as to merge the PR.

- Added styles for the footer component
- Set the height of the footer to 56px
- Added padding-top of 60px to the footer

chore: Update cards styles

- Added styles for the cards component
- Set the box-shadow and min-height properties for the .card-custom class
- Set the font-size, margin, and flex-wrap properties for the .card-custom h1 and .form-check-container classes
- Set the min-width property for the .card-custom class at a min-width of 576px
- Set the display property to none for the .nav-tabs class

chore: Update index.scss

- Imported variables, bootstrap, and various components in index.scss
- Added scroll-behavior: smooth to all elements
- Set the font-family to 'Roboto', sans-serif for the body
- Set the --bs-body-bg variable to #F9FAFB
- Set the height of the body to 100vh
- Added padding to the main element
- Set the display property to flex for the .card class

chore: Add variables

- Added variables for body background color, theme colors, button colors, and button shadows

feat: Add input validation function

- Added a validateInputs function in validateinputs.mjs
- Applied custom Bootstrap validation styles to forms with the .needs-validation class

feat: Add header styles

- Added styles for the header component
- Set the height of the header to 90px
- Added padding-bottom of 90px to the header
- Set the letter-spacing property for the .navbar-nav class
- Set custom styles for the .navbar-brand-custom class after the sm breakpoint
- Added styles for the input.custom-search class

feat: Add sign in and sign up functionality

- Imported the validateInputs function from validateinputs.mjs in index.js
- Added event listeners for switching between login and register account tabs
- Added event listeners for sign in and sign up buttons

feat: Add custom button styles

- Added styles for custom buttons
- Created a mixin for custom buttons with customizable background, border, color, hover background, hover border, hover color, active background, active border, active color, disabled background, disabled border, and disabled color
- Applied the custom-button mixin to the .btn-auth-form-custom class

chore: Update template.html

- Added the necessary HTML structure for the header, main, and footer sections
- Imported Bootstrap CSS and custom CSS
- Imported Bootstrap JS and validateinputs.js
- Set the title of the page to "ConnectSphere - Authorization"
…dding to nav items, moved create new post button on profile page,
This reverts commit 14257ac, reversing
changes made to 9d20bf4.
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 this pull request may close these issues.

1 participant