-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update site with feedback on value prop and communication (#270)
* Update site with feedback on value prop and communication * Update the word publishing with sharing to avoid confusion * Apply suggestions from code review Co-authored-by: Jenny Wong <[email protected]> * Address PR comments * Text in image * Figcaptions * Update content with new video --------- Co-authored-by: jnywong <[email protected]>
- Loading branch information
Showing
26 changed files
with
309 additions
and
110 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Logos of open source projects | ||
div.logos { | ||
a { | ||
margin: .5rem auto; | ||
} | ||
img.logo { | ||
max-height: 3em; | ||
margin: 0 auto; | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/** | ||
* Three-column product demo at the top of the page | ||
*/ | ||
.jupyter-demos { | ||
text-align: center; | ||
|
||
figcaption { | ||
font-size: .9rem; | ||
margin-bottom: .5em; | ||
.caption-title { | ||
font-weight: bold; | ||
margin-bottom: .5rem; | ||
} | ||
} | ||
|
||
.demo-image-box { | ||
min-height: 10em; | ||
display: flex; | ||
align-items: center; | ||
} | ||
img { | ||
border: 1px solid black; | ||
border-radius: .5em; | ||
} | ||
} |
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
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
Oops, something went wrong.