This repository was archived by the owner on Apr 18, 2025. It is now read-only.
generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 54
create new branch for multipage clone #208
Open
SyedArslanHaider
wants to merge
22
commits into
CodeYourFuture:main
Choose a base branch
from
SyedArslanHaider:multipage-clonebranch
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.
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bb88349
create new branch for multipage clone
SyedArslanHaider e0cf203
first commit multipage
SyedArslanHaider f4f9ec6
my second commit
SyedArslanHaider b961583
my third commit I create first page in web view
SyedArslanHaider db4165f
4rth commit add some media queries
SyedArslanHaider 3bac1c7
i added some changes inside media query
SyedArslanHaider 6064a87
change footer size
SyedArslanHaider 98c99f3
change media quires
SyedArslanHaider 701a504
I change some css for footer using media query
SyedArslanHaider 3d5f391
adjusting media quieries
SyedArslanHaider c64cde0
adjusting footer
SyedArslanHaider ac03464
change some font sizes in main section
SyedArslanHaider a4404de
I created resume.html and resume.css and create mobile design first
SyedArslanHaider 536ff65
I add code inside resume.html and resume.css using media query for web
SyedArslanHaider 5516b6f
Add an active class in nav header and some changes in footer
SyedArslanHaider 28bdebc
i add project page for html and css both and code according to mobile…
SyedArslanHaider ffdbaf2
add media quieries according to 1200px screen on project.html
SyedArslanHaider 2ec1d35
fix some padding and margin on media quieries
SyedArslanHaider 3fa97e4
delete some extra media quieries inside project.css file
SyedArslanHaider e71e0c2
added contact.html and contact.css
SyedArslanHaider a9759b1
add 2 buttons onclick code in index.html page and also set position o…
SyedArslanHaider de60727
adjust card box-shadow background color
SyedArslanHaider File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
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.
Will complicate a bit the task for you)
Do all the properties below change comparing to other screen sizes?
If not it's better to have them outside of the media query block.
Less code to maintain and to load to browser.
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.
I saw you deleted some pieces of media queries. Well done. Keep going