-
Notifications
You must be signed in to change notification settings - Fork 29
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
Finished redesigning Issue 5 Exhibit #115
Open
JacobYLiu
wants to merge
15
commits into
orcasound:main
Choose a base branch
from
JacobYLiu:Learn--Page-5-Exhibits-Section-UI
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
15 commits
Select commit
Hold shift + click to select a range
cf1e0ac
Finished redesigning Issue 5 Exhibit
JacobYLiu fbf0671
Added package.json to .git-ignore
JacobYLiu f3ae5f2
Delete package.json
JacobYLiu 7728d65
Update .gitignore
JacobYLiu 33c9a9c
Create package.json
JacobYLiu 3ccafaa
Update yarn.lock
JacobYLiu 1fceb8a
Updated .gitignore and package.json
JacobYLiu b25f159
Update README.md
JacobYLiu 12b6af0
Removed package-lock.json
JacobYLiu f5eab82
Create package-lock.json
JacobYLiu ab7805f
Updated @types/node: >=16.11.22
JacobYLiu fde87fb
Removed package-lock.json and did yarn add v1.22.19
JacobYLiu e3cb77c
Updated package-lock.json
JacobYLiu 2b3cbe8
Update package-lock.json
JacobYLiu 47f5bd4
Updated Link.tsx in src folder
JacobYLiu 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 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
.gallery2 { | ||
float: left; | ||
background-color: rgba(190, 255, 246, 0.76); | ||
margin: 295px 30px; | ||
margin: 270px 30px; | ||
} | ||
.audio { | ||
top: 0; | ||
|
@@ -82,12 +82,15 @@ | |
|
||
.pods { | ||
text-align: center; | ||
|
||
align-items: center; | ||
} | ||
|
||
.property { | ||
text-align: left; | ||
justify-content: left; | ||
width: 100%; | ||
/* flex-wrap: wrap; */ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove commented styles |
||
/* margin: 1200px 0; */ | ||
padding: 40px 10px 100px 100px; | ||
} | ||
|
||
.exhibits { | ||
|
@@ -101,13 +104,20 @@ | |
margin-left: 40px; | ||
text-align: left; | ||
} | ||
|
||
/* This is selecting the row container holding the two images. */ | ||
.org { | ||
width: 100%; | ||
height: auto; | ||
display: flex; | ||
margin-top: 80px; | ||
margin: 0 30px 50px 30px; | ||
text-align: center; | ||
margin-left: 300px; | ||
padding: 5px 5px; | ||
padding: 0 5px 30px 5px; | ||
justify-content: space-evenly; | ||
} | ||
.org :nth-of-type(1) { | ||
border-radius: 10%; | ||
} | ||
.org :nth-of-type(2) { | ||
/* border: solid 1px; */ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove commented style. |
||
border-radius: 10%; | ||
} |
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.
would be beneficial to stay with original versions of Next, React, etc.. would recommend omitting this file unless there's a feature that is not currently implemented in the previous versions
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.
Oh okay, I will try omitting the file. I think the versions got updated after running yarn or npm.