This repository was archived by the owner on Oct 26, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Week3/sadatakhtar #75
Open
sadatakhtar
wants to merge
29
commits into
CodeYourFuture:master
Choose a base branch
from
sadatakhtar:week3/sadatakhtar
base: master
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 all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7d10518
created website and styling
sadatakhtar 0f8d301
added ellipses to webpage
sadatakhtar 1976cc3
adjusted padding of some images and replaced bubbles
sadatakhtar 4575e51
added :first-child puesdo to css file
sadatakhtar 25cf6c1
added pusedo : first-child to atricle sub-heading
sadatakhtar 212b91f
added different pictures to blog sections
sadatakhtar fb8ef08
added temp links to nav anchors
sadatakhtar 0fc3031
attempted to add @media screen
sadatakhtar 5af8e87
added flex 1 to articles
sadatakhtar c49ffb1
adjusted nature images widths and also paragraph widths
sadatakhtar 97a46ba
added extra break line
sadatakhtar c937a0b
changed image locations folder
sadatakhtar 6cb82a0
changed px values to vh except font sizes
sadatakhtar 6517f07
adjusted media queries for different screen sizes and ipad screen
sadatakhtar fc26f67
Started html structure for mobile device
sadatakhtar 898cf85
first commit with nav bar complete with logo
sadatakhtar c885489
completed section one with hero image
sadatakhtar 00e656c
completed second section with welcom heading and paragraph, also 3 im…
sadatakhtar 0b022be
created footer with social media icons and background ellipses
sadatakhtar 6585838
added app.js and also added a slider nav menu
sadatakhtar e4d9ac7
adjusted the slider navigation panel
sadatakhtar 396158b
adjusted the slider navigation panel
sadatakhtar 8004f6c
added burger animation -toggle when clicked
sadatakhtar 3fa50fa
created media queries for different size devices starting from mobile…
sadatakhtar 5ff4415
altered main image width for ipad screen size
sadatakhtar ac06357
added media queries for mobile devices and ipad's and also desktop
sadatakhtar c25e56e
changed background image for screens 768px and above
sadatakhtar bb4f475
adjusted slider nav bar to 33% width
sadatakhtar e2e0fcf
Merge branch 'master' into week3/sadatakhtar
sadatakhtar 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
this was having scroll issues for me, so at some point you wanted to add
overflow: scroll;
to the body to allow users to scroll.Additionally,
min-height
is more appropriate here, as that prevents the site contents to be constrained to 100vh.