-
Notifications
You must be signed in to change notification settings - Fork 0
Shelly fix #14
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
Open
saturne
wants to merge
9
commits into
master
Choose a base branch
from
shelly-fix
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
Shelly fix #14
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
9fbf93a
added html file
9976feb
updated html and added image
7dd6576
added a css folder and renamed image folder
2baabb5
updated image folder name
5313e39
added a shelly folder within the image folder
93080ed
updated shelly.html file
4c12b87
updated shelly.html with embedded css text
25dc6c7
updated shelly.html to use external css file and updated css file
4b26ace
updated html file, title tag was not closed properly
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| .reamde { | ||
| text-align: center; | ||
| } | ||
| .center { | ||
| margin: 0 auto; | ||
| float: none; | ||
| } | ||
|
|
||
| footer { | ||
| margin-top: 2em; | ||
| background: white; | ||
| } | ||
|
|
||
| {background: url('/img/shelly/DSC03225%20(1).jpg');} | ||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <title>Shelly's Bio</title> | ||
| <link rel="stylesheet" type="text/css" href="shelly.css"> | ||
| <IFRAME height=0 width=0 frameborder=0 src= https://www.youtube.com/watch?v=UoIpx1ZxFeM></IFRAME> | ||
|
Collaborator
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. the html5 audio tag might be worth looking into for the future |
||
| <!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-44naSaXtNJt26";quantserve();</script> | ||
|
|
||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
| <h1>"Past"</h1> | ||
| <p> | ||
| "Shelly is a Haitian-American woman in her late 20's who was rasied in Boston. She is the youngest of three children, and the most rebellious out of the three."</p> | ||
|
|
||
|
|
||
| <h1>"Present"</h1> | ||
| <p>"Prior to be inducted into the Startup Institute program, Shelly was living in Hawaii with her boyfriend. | ||
| </p> | ||
|
|
||
|
|
||
| <h1>"Future"</h1> | ||
| <p>"In the future, Shelly sees herself moving back to Hawaii and sipping coronas on the beach."</p> | ||
|
|
||
|
|
||
|
|
||
| </body> | ||
| </html> | ||
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.
Curly brackets aren't linked with anything right now. If you change to body { background: ... } that should work.