Skip to content

Commit

Permalink
Merge pull request #77 from mkery/tutorial
Browse files Browse the repository at this point in the history
Tutorial & bug fixing
  • Loading branch information
mkery authored Jan 29, 2021
2 parents 97f4e54 + 63b791d commit 5b69f5a
Show file tree
Hide file tree
Showing 40 changed files with 765 additions and 238 deletions.
24 changes: 16 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ <h1>Verdant</h1>
A version control tool for
<a href="https://jupyterlab.readthedocs.io/en/stable/">JupyterLab</a>
that automatically records the history of your experimentation while you
work.🪴
work.🌱
</p>
<div id="install">
To install: <code>jupyter labextension install verdant-history</code> 🪴
To install: <code>jupyter labextension install verdant-history</code> or
search <code>verdant-history</code> under the extension manager tab in
JupyterLab 🌱
</div>
</div>
<div id="page-nav">
<div class="page-nav-title selected">Overview</div>
<div class="page-nav-title">
<a href="tutorial/tutorial.html">Getting Started Tutorial</a>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -127,11 +135,11 @@ <h1>Verdant</h1>
</div>
</div>
</div>
<footer>
<a href="https://github.com/mkery/Verdant">Verdant</a> is licensed under
the MIT License and is maintained by
<a href="https://marybethkery.com/">Mary Beth Kery</a> at Carnegie Mellon
University <3
</footer>
</body>
<footer>
<a href="https://github.com/mkery/Verdant">Verdant</a> is licensed under the
MIT License and is maintained by
<a href="https://marybethkery.com/">Mary Beth Kery</a> at Carnegie Mellon
University <3
</footer>
</html>
1 change: 1 addition & 0 deletions style/sampler.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
color: red;
text-decoration: line-through;
display: inline-block;
background-color: var(--verdant-cell-remove-color0);
}

.v-VerdantPanel-sample-searchResult {
Expand Down
Binary file added tutorial/houses_kc.zip
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.
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.
Binary file modified tutorial/images/Screenshots/activity-map-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/images/Screenshots/artifact-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/images/Screenshots/ghost-book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/images/Screenshots/history-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/images/Screenshots/minimap-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorial/images/Screenshots/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tutorial/images/verdant-activity.png
Binary file not shown.
Binary file removed tutorial/images/verdant-artifact-detail.png
Binary file not shown.
Binary file removed tutorial/images/verdant-artifact.png
Binary file not shown.
Binary file removed tutorial/images/verdant-main.png
Binary file not shown.
Binary file removed tutorial/images/verdant-main_old.png
Binary file not shown.
99 changes: 95 additions & 4 deletions tutorial/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html {
background-color: #e6ffe5;
background-color: #d2ffc2;
}

body {
Expand All @@ -11,7 +11,6 @@ body {
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-size: 13pt;
background: linear-gradient(to bottom, #fbfbef 0%, #d2ffc2 100%);
color: #222222;
}

Expand Down Expand Up @@ -53,6 +52,7 @@ footer {
text-align: right;
padding: 8px;
font-size: 12pt;
background: #fbfbef;
}

#nav img {
Expand All @@ -67,7 +67,9 @@ footer {
padding-bottom: 60px;
padding-top: 60pt;
z-index: 3;
margin: 0px 20vw;
padding-right: 20vw;
background: linear-gradient(to bottom, #fbfbef 0%, #d2ffc2 100%);
padding-left: 20vw;
}

#header p {
Expand All @@ -76,13 +78,43 @@ footer {

#content {
flex: 1 1 auto;
margin-bottom: 4em;
padding-bottom: 4em;
background: white;
border-top: 1px solid darkslateblue;
border-bottom: 1px solid darkslateblue;
}
#content a {
font-family: unset;
color: darkslateblue;
padding: 0px;
background: unset;
text-decoration: underline;
}

#install {
margin-top: 20px;
}

#page-nav {
display: flex;
flex-direction: row;
margin: auto;
padding: 0.5em 0px;
margin-bottom: 0.5em;
text-align: center;
border: 1px solid darkslateblue;
border-radius: 8px;
border-width: 2px;
background: #f4fff5;
}
#page-nav a {
font-family: unset;
color: unset;
padding: 0px;
background: unset;
text-decoration: none;
}

.row {
flex: 1 1 auto;
display: flex;
Expand Down Expand Up @@ -131,3 +163,62 @@ footer {
margin-top: 4px;
max-width: 60%;
}

.page-nav-title {
padding: 0px 1em;
border-right: 1px solid darkslateblue;
user-select: none;
}
.page-nav-title:hover {
text-decoration: underline;
}
.page-nav-title:last-child {
border-right: 0px solid transparent;
}
.page-nav-title.selected {
font-weight: bold;
color: darkslateblue;
}
.page-nav-title.selected:hover {
text-decoration: none;
}

.step {
text-align: left;
margin: 1em 10%;
margin-bottom: 40px;
}
.step.intro {
margin: 50px 20%;
text-align: center;
font-weight: bold;
}

.step h2 {
text-align: left;
}

.center {
text-align: center;
}

.QA {
margin: auto;
padding: 2em;
width: calc(100% - 4em);
text-align: center;
}

.question {
font-style: italic;
margin: auto;
margin-bottom: 6px;
width: 80%;
}

.answer {
background-color: black;
margin: 0px 1em;
color: black;
padding: 8px;
}
Loading

0 comments on commit 5b69f5a

Please sign in to comment.