Skip to content

Commit

Permalink
remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
kaochenlong committed Sep 8, 2018
1 parent 39f4f1c commit 8285ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
5 changes: 2 additions & 3 deletions css/explaingit.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ span.cmd {

.control-box input[type="text"] {
position: absolute;
bottom: 0;
bottom: 0;
padding-left: 15px;
color: #FFF;
line-height: 14px;
Expand Down Expand Up @@ -209,9 +209,8 @@ circle.commit.branchless {

text.id-label {
text-anchor: middle;
font-family: Courier New;
font-weight: bolder;
fill: #666;
fill: #444;
font-size: 10px;
}

Expand Down
19 changes: 3 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,7 @@
<div class="container">
<div class="row intro">
<div class="twelvecol">
<h1>Visualizing Git Concepts with D3</h1>
<p>
This website is designed to help you understand some basic git concepts visually.
This is my first attempt at using both SVG and D3. I hope it is helpful to you.
</p>
<p>
Adding/staging your files for commit will not be covered by this site. In all sandbox playgrounds
on this site, just pretend that you always have files staged and ready to commit at all times.
If you need a refresher on how to add or stage files for commit, please read
<a href="http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository">Git Basics</a>.
</p>
<p>
Sandboxes are split by specific git commands, listed below.
</p>
<h1>Git 練習場</h1>
</div>
</div>
<div class="row command-list">
Expand Down Expand Up @@ -123,8 +110,8 @@ <h2>Specific Examples</h2>
<a id="open-deletebranches" class="openswitch" href="#deletebranches">Deleting Local Branches</a>
</div>
<div class="twocol last">
<a id="open-freeplay" class="openswitch" href="#freeplay">Free Playground</a>
<a id="open-zen" class="openswitch" href="#zen">Zen Mode</a>
<a id="open-freeplay" class="openswitch" href="#freeplay">自由模式</a>
<a id="open-zen" class="openswitch" href="#zen">全螢幕</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8285ac6

Please sign in to comment.