-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bc1 115 blog footer development #116
Conversation
…g' into BC1-100-Build-Knowledge-Navigator-for-Blog
…/BeeTheme into BC1-115-blog-footer-development
…er section layout with a focus on structure and visual design.
…fferent screen sizes.
blog/scss/layout/_footer.scss
Outdated
.WeProDev, | ||
.ContactInfo, | ||
.FollowUs { |
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.
when you want to follow the code convention?! do you have any plan in your mind?!
blog/scss/layout/_footer.scss
Outdated
} | ||
} | ||
|
||
.ContactInfo { |
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.
wrong class based on code convention
blog/scss/layout/_footer.scss
Outdated
} | ||
} | ||
|
||
.FollowUs { |
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.
The same
blog/scss/layout/_footer.scss
Outdated
p { | ||
padding-bottom: nth($spaces, 8); | ||
} | ||
.inputE { |
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.
use a better name for class
blog/scss/layout/_footer.scss
Outdated
*/ | ||
|
||
@include miniLaptop { | ||
.containerA { |
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.
use a better name for class
blog/scss/layout/_footer.scss
Outdated
.containerA { | ||
grid-template-columns: 1fr; | ||
justify-content: center; | ||
gap: nth($spaces, 12); | ||
width: 90%; | ||
|
||
.WeProDev { | ||
p { | ||
width: 43rem; |
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.
The same as others
blog/scss/layout/_footer.scss
Outdated
.containerA { | ||
grid-template-columns: 1fr; | ||
justify-content: center; | ||
gap: nth($spaces, 12); | ||
width: 90%; | ||
|
||
.WeProDev { | ||
p { |
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.
the same
blog/scss/layout/_footer.scss
Outdated
.containerA { | ||
grid-template-columns: 1fr; | ||
justify-content: center; | ||
gap: nth($spaces, 12); | ||
width: 90%; | ||
|
||
.WeProDev { | ||
p { | ||
width: 17rem; | ||
} | ||
} |
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.
The same
blog/scss/layout/_footer.scss
Outdated
.containerA { | ||
grid-template-columns: 1fr; | ||
justify-content: center; | ||
gap: nth($spaces, 12); | ||
width: 90%; | ||
|
||
.WeProDev { | ||
p { | ||
width: 17rem; |
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.
The same
* BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-59-chore:add css style for main section part1 and html file related to it * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-92-feat: Add base structure for blog * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * BC1-82-redesign-footer-nav-menu-in-mobile (#79) * BC1-81-refactor: added new logos and fixed displaying im mobile * BC1-82-refactor: the footer nav was refactpred fpr the mobile view * Bc1 69 responsive of the all project showland (#69) * BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * Bc1 86 main section of basket (#84) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-102-feat: Create README.md file and specify licenses * BC1-102-fix: Change the text in paragraph and heading * BC1-93-feat: Build Blog Header * BC1-103-fix: Change the title of main page to "BeeTheme" * BC1-83-refactor: Move script.js file of showland to js folder in the root * BC1-93-fix: Using variables in the button file and creating the base file and putting the codes related to the file and deleting the unrelated codes * BC1-104-feat: Add background-movement animation to shared folder * BC1-104-refactor: Delete unnecessary JS files of Product Details * BC1-104-refactor: Rename images of Product Details * BC1-104-refactor: Refactor header, navbar and hero header of Product Details - Delete nav-bar.scss file and add _navbar.scss instead - Delete top-bar.scss file and add _header.scss instead - Delete gradient-bg.scss file - Add button and cta components - Add script.js file - Refactor HTML structure * BC1-84-design-login-page (#86) * BC1-65-feat: login page base structure created * BC1-84-feat: login page html codes added * BC1-84-feat: login page background image added * BC1-84-feat: login page background image url added to the readme file * BC1-84-feat: login page variable file added * BC1-84-feat: login page styles added * BC1-84-fix: a little fix in some charachters in the labels * BC1-84-feat: continue styling the login form. added sass:color for some color adjustment add shared button to styling button * BC1-84-feat: respinsive design of login page was completed. some visual bug fixed. * BC1-84-fix: fix border-radius static value to $rounded2Xl * BC1-59-chore:add css style for main section part1 and html file related to it (#83) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * Bc1 88 close modal of basket (#89) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-93-feat: Use the product details header and add some changes to the dropdown menu (language selector) * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * Bc1 89 select your platform section of basket (#94) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * Bc1 106 add basket to main page as a demo (#99) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * BC1-106-feat: Add basket page as a demo to main page * BC1-109-feat: add project showland as demo to main page * BC1-108-feat: Add responsive resources section for Product Details * BC1-108-feat: Add secondary and tertiary modifiers for cta in Product Details * BC1-108-feat: Add responsive cta section of Product Details * BC1-95-feat: Build blog content section * BC1-111-fix: Changing texts in html (#105) * BC1-101-feat: Build weprodev-footer section * BC1-96-feat: Build featured articles and subscription section * BC1-100-feat: Build topics section * BC1-101-fix: Placing the photo address in the html and making a series of changes in the footer * BC1-101-feat: Add REDME.me file in weprodev-footer * BC1-101-fix: Using variables in shared file * BC1-114-fix: Change the photo of project showland on the main page * BC1-115-feat: Build footer * Bc1 107 main section of product details part 3 (#98) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * BC1-110-feat: Use weprodev-footer in product details page (#109) * BC1-118-feat: Add product details demo to main page (#110) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to sha… (#112) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to shared file * BC1-119-fix: Change imported files' path of product details based on new location of shared header and footer * BC1-96-feat: improve UI for Featured Articles and Subscription section * BC1-96-refactor: Refactor Featured Articles Subscription styles for improved readability and consistency. - Simplified padding and margin properties using variables. - Cleaned up repetitive CSS rules. - Improved layout structure for better responsiveness. * BC1-95-feat: Developed blog layout UI: Created and styled the blog section layout with a focus on structure and visual design. * BC1-95-feat: Build blog content section (#104) * BC1-95-feat: Build blog content section * BC1-95-feat: Developed blog layout UI: Created and styled the blog section layout with a focus on structure and visual design. * BC1-100-feat: improve UI for Topics Section * BC1-100-feat: Make topics section responsive and improve layout adaptability. * BC1-115-feat: Developed footer layout UI: Created and styled the footer section layout with a focus on structure and visual design. * BC1-115-feat: Worked on footer responsiveness to improve layout on different screen sizes. * BC1-96-fix: Rename this file to featured-articles-subscription and convert 9 px to 0.5625rem * BC1-100-fix: Resolve some bugs in naming classes * BC1-112-feat: Update Header & add hover to Content boxes * BC1-112-feat: Responsive photos in the blog section and responsive hr * NC1-112-feat: Fixing problems on larger pages * BC1-115-fix: Solve the problem of class names * Bc1 115 blog footer development (#116) * BC1-100-feat: Build topics section * BC1-115-feat: Build footer * BC1-100-feat: improve UI for Topics Section * BC1-100-feat: Make topics section responsive and improve layout adaptability. * BC1-115-feat: Developed footer layout UI: Created and styled the footer section layout with a focus on structure and visual design. * BC1-115-feat: Worked on footer responsiveness to improve layout on different screen sizes. * BC1-100-fix: Resolve some bugs in naming classes * BC1-115-fix: Solve the problem of class names * BC1-112-feat: Change HTML comments to uppercase for better readability * BC1-113-fix: Fix responsiveness of AppLand in large devices * BC1-112-feat: Add blog to BeTheme index.html file Add icomoon file Add Icons folder * BC1-113-refactor: Delete old folder --------- Co-authored-by: sadiGFG <sadikarimi2008@gmail.com> Co-authored-by: sina alimi <sinaalimi1@gmail.com> Co-authored-by: MaxRichard2007 <max536854@gmail.com> Co-authored-by: Max Richard <98224947+MaxRichard2007@users.noreply.github.com> Co-authored-by: abdolmajed <118668720+abdolmajed3@users.noreply.github.com> Co-authored-by: Ahmad Mohammadirad <160232623+ahmadmohammadirad2006@users.noreply.github.com> Co-authored-by: ahmadmohammadirad2006 <ahmadmohammadirad2006@gmail.com> Co-authored-by: sina alimi <61920079+sinaalimi@users.noreply.github.com>
* Deploy latest changes to prod (#113) * BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-59-chore:add css style for main section part1 and html file related to it * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-92-feat: Add base structure for blog * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * BC1-82-redesign-footer-nav-menu-in-mobile (#79) * BC1-81-refactor: added new logos and fixed displaying im mobile * BC1-82-refactor: the footer nav was refactpred fpr the mobile view * Bc1 69 responsive of the all project showland (#69) * BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * Bc1 86 main section of basket (#84) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-102-feat: Create README.md file and specify licenses * BC1-102-fix: Change the text in paragraph and heading * BC1-93-feat: Build Blog Header * BC1-103-fix: Change the title of main page to "BeeTheme" * BC1-83-refactor: Move script.js file of showland to js folder in the root * BC1-93-fix: Using variables in the button file and creating the base file and putting the codes related to the file and deleting the unrelated codes * BC1-104-feat: Add background-movement animation to shared folder * BC1-104-refactor: Delete unnecessary JS files of Product Details * BC1-104-refactor: Rename images of Product Details * BC1-104-refactor: Refactor header, navbar and hero header of Product Details - Delete nav-bar.scss file and add _navbar.scss instead - Delete top-bar.scss file and add _header.scss instead - Delete gradient-bg.scss file - Add button and cta components - Add script.js file - Refactor HTML structure * BC1-84-design-login-page (#86) * BC1-65-feat: login page base structure created * BC1-84-feat: login page html codes added * BC1-84-feat: login page background image added * BC1-84-feat: login page background image url added to the readme file * BC1-84-feat: login page variable file added * BC1-84-feat: login page styles added * BC1-84-fix: a little fix in some charachters in the labels * BC1-84-feat: continue styling the login form. added sass:color for some color adjustment add shared button to styling button * BC1-84-feat: respinsive design of login page was completed. some visual bug fixed. * BC1-84-fix: fix border-radius static value to $rounded2Xl * BC1-59-chore:add css style for main section part1 and html file related to it (#83) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * Bc1 88 close modal of basket (#89) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-93-feat: Use the product details header and add some changes to the dropdown menu (language selector) * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * Bc1 89 select your platform section of basket (#94) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * Bc1 106 add basket to main page as a demo (#99) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * BC1-106-feat: Add basket page as a demo to main page * BC1-109-feat: add project showland as demo to main page * BC1-108-feat: Add responsive resources section for Product Details * BC1-108-feat: Add secondary and tertiary modifiers for cta in Product Details * BC1-108-feat: Add responsive cta section of Product Details * BC1-111-fix: Changing texts in html (#105) * BC1-101-feat: Build weprodev-footer section * BC1-101-fix: Placing the photo address in the html and making a series of changes in the footer * BC1-101-feat: Add REDME.me file in weprodev-footer * BC1-101-fix: Using variables in shared file * BC1-114-fix: Change the photo of project showland on the main page * Bc1 107 main section of product details part 3 (#98) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * BC1-110-feat: Use weprodev-footer in product details page (#109) * BC1-118-feat: Add product details demo to main page (#110) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to sha… (#112) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to shared file * BC1-119-fix: Change imported files' path of product details based on new location of shared header and footer --------- Co-authored-by: sadiGFG <sadikarimi2008@gmail.com> Co-authored-by: sina alimi <sinaalimi1@gmail.com> Co-authored-by: MaxRichard2007 <max536854@gmail.com> Co-authored-by: Max Richard <98224947+MaxRichard2007@users.noreply.github.com> Co-authored-by: abdolmajed <118668720+abdolmajed3@users.noreply.github.com> Co-authored-by: Ahmad Mohammadirad <160232623+ahmadmohammadirad2006@users.noreply.github.com> Co-authored-by: ahmadmohammadirad2006 <ahmadmohammadirad2006@gmail.com> Co-authored-by: sina alimi <61920079+sinaalimi@users.noreply.github.com> * Deploy the latest version (#120) * BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-59-chore:add css style for main section part1 and html file related to it * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-92-feat: Add base structure for blog * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * BC1-82-redesign-footer-nav-menu-in-mobile (#79) * BC1-81-refactor: added new logos and fixed displaying im mobile * BC1-82-refactor: the footer nav was refactpred fpr the mobile view * Bc1 69 responsive of the all project showland (#69) * BC1-69-feat: completed the section responsive for project showland * BC1-69-fix: solving the font size problem in responsive * BC1-69-fix: move showland js code to main.js * BC1-69-fix: Add padding to some of the responsive parts in project showland * BC1-69-fix: Add responsive design to index.html page * BC1-69-fix: give fixed height to page images in main page * BC1-69-fix: solving the problem of height to home pages in showland * BC1-69-fix: Solve a conflict in the button file in the shared folder * BC1-69-fix: Remove duplicate code in the button file in the shared folder * BC1-69-fix: Using media queries variables in the shared file and resolving padding in the super-fast section * Bc1 86 main section of basket (#84) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-102-feat: Create README.md file and specify licenses * BC1-102-fix: Change the text in paragraph and heading * BC1-93-feat: Build Blog Header * BC1-103-fix: Change the title of main page to "BeeTheme" * BC1-83-refactor: Move script.js file of showland to js folder in the root * BC1-93-fix: Using variables in the button file and creating the base file and putting the codes related to the file and deleting the unrelated codes * BC1-104-feat: Add background-movement animation to shared folder * BC1-104-refactor: Delete unnecessary JS files of Product Details * BC1-104-refactor: Rename images of Product Details * BC1-104-refactor: Refactor header, navbar and hero header of Product Details - Delete nav-bar.scss file and add _navbar.scss instead - Delete top-bar.scss file and add _header.scss instead - Delete gradient-bg.scss file - Add button and cta components - Add script.js file - Refactor HTML structure * BC1-84-design-login-page (#86) * BC1-65-feat: login page base structure created * BC1-84-feat: login page html codes added * BC1-84-feat: login page background image added * BC1-84-feat: login page background image url added to the readme file * BC1-84-feat: login page variable file added * BC1-84-feat: login page styles added * BC1-84-fix: a little fix in some charachters in the labels * BC1-84-feat: continue styling the login form. added sass:color for some color adjustment add shared button to styling button * BC1-84-feat: respinsive design of login page was completed. some visual bug fixed. * BC1-84-fix: fix border-radius static value to $rounded2Xl * BC1-59-chore:add css style for main section part1 and html file related to it (#83) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * Bc1 88 close modal of basket (#89) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-93-feat: Use the product details header and add some changes to the dropdown menu (language selector) * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * Bc1 89 select your platform section of basket (#94) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * Bc1 106 add basket to main page as a demo (#99) * BC1-85-feat: Add base structur for Basket * BC1-86-feat: Add images for main section of Basket * BC1-86-feat: Add style of header of Basket * BC1-86-feat: Add card component style for Basket * BC1-86-feat: Add button component style for Basket * BC1-86-feat: Add base styles for Basket * BC1-86-feat: Add typography styles for Basket * BC1-86-feat: Add variables for main section of Basket * BC1-86-feat: Add styles of basket-content for Basket * BC1-86-feat: Add responsive main section of Basket * BC1-86-docs: Add icons license for Basket * BC1-88-feat: Add close modal component sytle for Basket * BC1-88-feat: Use close modal component for Basket Also adding "hidden" and "blur" classes to base.scss file of Basket * BC1-88-feat: Add the funtionality of opening and closeing the modal for Basket * BC1-87-feat: Add some new variables for Basket - variables for colros, and border * BC1-87-fix: Fix a typo in card component of Basket * BC1-87-feat: Add right-0 class to the base of Basket * BC1-87-feat: Add form component styles to Basket * BC1-87-feat: Add select section styles for Basket * BC1-87-feat: Add responsive select section to Basket * BC1-87-feat: Add functionality of closing and opening select section for Basket * BC1-89-feat: Add images of platforms for Basket * BC1-89-feat: Add fifthColor variable for Basket * BC1-89-feat: Add platform style component for Basket * BC1-89-feat: Add responsive select platfrom of Basket * BC1-89-feat: Add the functionality of closing and opening select platform of Basket * BC1-87-fix: Use rem instead of px for shadow variables of Basket * BC1-87-fix: Fix typo (change forthColor to fourthColor) in Basket * BC1-89-refactor: Delete Jquery file and use vanila JS for Basket * BC1-106-feat: Add basket page as a demo to main page * BC1-109-feat: add project showland as demo to main page * BC1-108-feat: Add responsive resources section for Product Details * BC1-108-feat: Add secondary and tertiary modifiers for cta in Product Details * BC1-108-feat: Add responsive cta section of Product Details * BC1-95-feat: Build blog content section * BC1-111-fix: Changing texts in html (#105) * BC1-101-feat: Build weprodev-footer section * BC1-96-feat: Build featured articles and subscription section * BC1-100-feat: Build topics section * BC1-101-fix: Placing the photo address in the html and making a series of changes in the footer * BC1-101-feat: Add REDME.me file in weprodev-footer * BC1-101-fix: Using variables in shared file * BC1-114-fix: Change the photo of project showland on the main page * BC1-115-feat: Build footer * Bc1 107 main section of product details part 3 (#98) * BC1-105-feat: Add reusable weprodev-header layout * BC1-105-refactor: Use weprodev-header layout in Product Details page * BC1-61-feat: Add feature component for Product Details * BC1-61-feat: Add some new headings to typography of Product Details * BC1-61-feat: Style scrollbar of Product Details * BC1-61-feat: Add resoponsive built-section for Product Details * BC1-61-refactor: Delete unnecessary images from Product Details * BC1-61-docs: Add license for placeholder images of Product Details * BC1-107-fix: Set text-align to center for heading in built-section of Product Details * BC1-107-refactor: Add and use colored-link class for Product Details * BC1-107-feat: Add responsive create-section for Product Details * BC1-107-feat: Add tertiary modifier for paragraph of Product Details * BC1-107-feat: Add responsive elementor section of Product Details * BC1-107-feat: Add responsive phenomenon section of Product Details * BC1-110-feat: Use weprodev-footer in product details page (#109) * BC1-118-feat: Add product details demo to main page (#110) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to sha… (#112) * BC1-119-fix: Move projects weprodev-footer and weprodev-header to shared file * BC1-119-fix: Change imported files' path of product details based on new location of shared header and footer * BC1-96-feat: improve UI for Featured Articles and Subscription section * BC1-96-refactor: Refactor Featured Articles Subscription styles for improved readability and consistency. - Simplified padding and margin properties using variables. - Cleaned up repetitive CSS rules. - Improved layout structure for better responsiveness. * BC1-95-feat: Developed blog layout UI: Created and styled the blog section layout with a focus on structure and visual design. * BC1-95-feat: Build blog content section (#104) * BC1-95-feat: Build blog content section * BC1-95-feat: Developed blog layout UI: Created and styled the blog section layout with a focus on structure and visual design. * BC1-100-feat: improve UI for Topics Section * BC1-100-feat: Make topics section responsive and improve layout adaptability. * BC1-115-feat: Developed footer layout UI: Created and styled the footer section layout with a focus on structure and visual design. * BC1-115-feat: Worked on footer responsiveness to improve layout on different screen sizes. * BC1-96-fix: Rename this file to featured-articles-subscription and convert 9 px to 0.5625rem * BC1-100-fix: Resolve some bugs in naming classes * BC1-112-feat: Update Header & add hover to Content boxes * BC1-112-feat: Responsive photos in the blog section and responsive hr * NC1-112-feat: Fixing problems on larger pages * BC1-115-fix: Solve the problem of class names * Bc1 115 blog footer development (#116) * BC1-100-feat: Build topics section * BC1-115-feat: Build footer * BC1-100-feat: improve UI for Topics Section * BC1-100-feat: Make topics section responsive and improve layout adaptability. * BC1-115-feat: Developed footer layout UI: Created and styled the footer section layout with a focus on structure and visual design. * BC1-115-feat: Worked on footer responsiveness to improve layout on different screen sizes. * BC1-100-fix: Resolve some bugs in naming classes * BC1-115-fix: Solve the problem of class names * BC1-112-feat: Change HTML comments to uppercase for better readability * BC1-113-fix: Fix responsiveness of AppLand in large devices * BC1-112-feat: Add blog to BeTheme index.html file Add icomoon file Add Icons folder * BC1-113-refactor: Delete old folder --------- Co-authored-by: sadiGFG <sadikarimi2008@gmail.com> Co-authored-by: sina alimi <sinaalimi1@gmail.com> Co-authored-by: MaxRichard2007 <max536854@gmail.com> Co-authored-by: Max Richard <98224947+MaxRichard2007@users.noreply.github.com> Co-authored-by: abdolmajed <118668720+abdolmajed3@users.noreply.github.com> Co-authored-by: Ahmad Mohammadirad <160232623+ahmadmohammadirad2006@users.noreply.github.com> Co-authored-by: ahmadmohammadirad2006 <ahmadmohammadirad2006@gmail.com> Co-authored-by: sina alimi <61920079+sinaalimi@users.noreply.github.com> --------- Co-authored-by: Michael Andish <maikel1370@gmail.com> Co-authored-by: sadiGFG <sadikarimi2008@gmail.com> Co-authored-by: sina alimi <sinaalimi1@gmail.com> Co-authored-by: MaxRichard2007 <max536854@gmail.com> Co-authored-by: Max Richard <98224947+MaxRichard2007@users.noreply.github.com> Co-authored-by: abdolmajed <118668720+abdolmajed3@users.noreply.github.com> Co-authored-by: sina alimi <61920079+sinaalimi@users.noreply.github.com>
No description provided.