-
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
CSSBayan #1
Open
LidaChk
wants to merge
29
commits into
main
Choose a base branch
from
gh-pages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A cssBayan/index.html A cssBayan/style.css
M cssBayan/index.html M cssBayan/style.css
M cssBayan/index.html M cssBayan/style.css
A cssBayan/assets/grid_0.png M cssBayan/style.css A cssBayan/assets/grid_0.png M cssBayan/style.css
M cssBayan/index.html M cssBayan/style.css M cssBayan/index.html M cssBayan/style.css
M cssBayan/style.css
… 09:32:51 PM) M cssBayan/index.html M cssBayan/style.css
A cssBayan/assets/item1.png A cssBayan/assets/item2.png A cssBayan/assets/item3.png A cssBayan/assets/item4.png A cssBayan/assets/item5.png M cssBayan/index.html
A .vscode/settings.json A cssBayan/assets/control.svg A cssBayan/assets/header.svg M cssBayan/index.html M cssBayan/style.css
M cssBayan/style.css
M cssBayan/style.css
A cssBayan/assets/bg.png M cssBayan/index.html M cssBayan/style.css
M cssBayan/style.css
M cssBayan/style.css
M cssBayan/style.css
A cssBayan/assets/item1_s0nms6_c_scale,w_320.png A cssBayan/assets/item1_s0nms6_c_scale,w_469.png A cssBayan/assets/item1_s0nms6_c_scale,w_589.png A cssBayan/assets/item2_adicjm_c_scale,w_320.png A cssBayan/assets/item2_adicjm_c_scale,w_468.png A cssBayan/assets/item2_adicjm_c_scale,w_589.png A cssBayan/assets/item3_qsf05m_c_scale,w_320.png A cssBayan/assets/item3_qsf05m_c_scale,w_468.png A cssBayan/assets/item3_qsf05m_c_scale,w_589.png A cssBayan/assets/item4_tegqz2_c_scale,w_320.png A cssBayan/assets/item4_tegqz2_c_scale,w_468.png A cssBayan/assets/item4_tegqz2_c_scale,w_589.png A cssBayan/assets/item5_smyiw6_c_scale,w_320.png A cssBayan/assets/item5_smyiw6_c_scale,w_468.png A cssBayan/assets/item5_smyiw6_c_scale,w_589.png M cssBayan/index.html M cssBayan/style.css
…3 09:50:11 AM) M cssBayan/style.css
M cssBayan/style.css
M cssBayan/style.css M cssBayan/style.css
M cssBayan/style.css
M cssBayan/style.css
M cssBayan/assets/control.svg M cssBayan/style.css
M cssBayan/style.css
…23 03:05:13 PM) A cssBayan/assets/bg.svg A cssBayan/assets/control.min.svg A cssBayan/assets/filter.svg A cssBayan/assets/filter_alt.svg A cssBayan/assets/lbg.png A cssBayan/assets/lbg_317.png A cssBayan/assets/lbg_470.png A cssBayan/assets/lbg_50.png A cssBayan/assets/lbg_581.png M cssBayan/style.css
M cssBayan/style.css
…14, 2023 04:44:44 PM) M cssBayan/style.css
…prefrect it😿 (Tue, Mar 14, 2023 05:05:51 PM) M cssBayan/style.css
…45:07 PM) M cssBayan/style.css
…d, Mar 15, 2023 03:04:21 PM) M cssBayan/index.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
##CSSBayan
Task: https://github.com/DrDiman/CSS-Bayan-task
Screenshot:
Deploy: https://lidachk.github.io/cssBayan/cssBayan/
Done 13.03.2023
Score: 140/ 140
Max score 140
[+] Repository requirements and how to submit task +30
[+]The accordion component is centered on the screen, with equal indents on the left and right +10
[+] Icons, meme texts and meme images are exist +5
[+] Placement of the meme, icons and meme text are the same as in provided example gif images +5
[+] Smooth change (transition) of the meme images and icons is done +20
[+] Responsive design with three breakpoints for mobile, tablet, and desktop exist. Accordion is displayed correctly at
mobile 320x568, tablet 820x1180, desktop 1920×1080
. +10[+] All visual effects when the cursor is hovering over the memes, when the mouse is down on a meme, and when a meme is selected are implemented (:hover, :active, :checked)+10
[+] The entire row (text, icon, and meme image) clickable +5
[+] Cursor over the memes (hover) effect only exists for devices that can support hover.
@media (hover: hover)
+10[+] The cursor when it is hovering over the rows of the accordion is changing +5
[+] Only flexible dimensions are used
rem, em, %, vh, vw, fr
and etc... The accordion is responsive +10[+] All blocks/parts of the accordion are in base flow of the dom elements. no
top, left, right, bottom
.float
. The value ofposition
is onlystatic
+5[+] Pseudo-elements are not used +5
[+] Initially, the first meme should be expanded +5
[+] Font size is changed at each device (mobile, tablet, desktop) +5