update pictures
160
css/style.css
@ -37,6 +37,23 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
header {
|
||||
box-shadow: 0px 5px 7px #8db7bd;
|
||||
-webkit-box-shadow: 0px 5px 7px #8db7bd;
|
||||
-moz-box-shadow: 0px 5px 7px #8db7bd;
|
||||
height: 400px;
|
||||
background-color: #8db7bd;
|
||||
border-bottom: 1px solid #698b91
|
||||
}
|
||||
|
||||
footer {
|
||||
box-shadow: 0px -5px 7px #8db7bd;
|
||||
-webkit-box-shadow: 0px -5px 7px #8db7bd;
|
||||
-moz-box-shadow: 0px -5px 7px #8db7bd;
|
||||
background-color: #8db7bd;
|
||||
border-top: 1px solid #698b91
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 120px;
|
||||
font-weight: normal;
|
||||
@ -120,14 +137,6 @@ code {
|
||||
|
||||
/*---------------------------------------- Images */
|
||||
|
||||
div#git-repo {
|
||||
background: url("../img/git-repo.png") no-repeat scroll center center transparent;
|
||||
height: 275px;
|
||||
width: 257px;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
div#init-img {
|
||||
background: url("../img/initialize.png") no-repeat scroll center center transparent;
|
||||
height: 300px;
|
||||
@ -136,42 +145,6 @@ div#init-img {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
div#feature-start-img {
|
||||
background: url("../img/feature-start.png") no-repeat scroll center center transparent;
|
||||
position: relative;
|
||||
width: 321px;
|
||||
height: 386px;
|
||||
left: -8px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
div#feature-finish-img {
|
||||
background: url("../img/feature-finish.png") no-repeat scroll center center transparent;
|
||||
position: relative;
|
||||
width: 321px;
|
||||
height: 338px;
|
||||
left: -8px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
div#blue-line-img {
|
||||
background: url("../img/blue_line.png") repeat-y scroll center center transparent;
|
||||
width: 46px;
|
||||
position: relative;
|
||||
height: 1500px;
|
||||
left: 37px;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
div#violet-line-img {
|
||||
background: url("../img/violet-line.png") repeat-y scroll center center transparent;
|
||||
width: 46px;
|
||||
position: relative;
|
||||
height: 300px;
|
||||
left: 184px;
|
||||
top: -60px;
|
||||
}
|
||||
|
||||
/*---------------------------------------- BLOCKS */
|
||||
|
||||
.col-1 {
|
||||
@ -305,8 +278,13 @@ div#violet-line-img {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#disqus_thread {
|
||||
width: 800px;
|
||||
text-align: left;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#disqus_thread { width: 800px; text-align: left; margin-left: auto; margin-right: auto; }
|
||||
/*---------------------------------------- Banner */
|
||||
#banner {
|
||||
height: 149px;
|
||||
@ -361,3 +339,95 @@ div#violet-line-img {
|
||||
|
||||
}
|
||||
|
||||
.small {
|
||||
width: 496px;
|
||||
height: 2600px;
|
||||
background-repeat: repeat-y;
|
||||
background: url("../img/small.png");
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
}
|
||||
|
||||
.small-end {
|
||||
width: 496px;
|
||||
height: 985px;
|
||||
background-repeat: repeat-y;
|
||||
background: url("../img/small.png");
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
.big {
|
||||
width: 496px;
|
||||
height: 6285px;
|
||||
background-repeat: repeat-y;
|
||||
background: url("../img/big.png");
|
||||
position: absolute;
|
||||
left: 703px;
|
||||
}
|
||||
|
||||
#open {
|
||||
width: 496px;
|
||||
height: 215px;
|
||||
background: url("../img/opening.png");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#closing {
|
||||
width: 496px;
|
||||
height: 215px;
|
||||
background-repeat: no-repeat;
|
||||
background: url("../img/closing.png");
|
||||
}
|
||||
|
||||
#feature-start {
|
||||
width: 496px;
|
||||
height: 302px;
|
||||
background-position: -0px -259px;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
}
|
||||
|
||||
#feature-finish {
|
||||
width: 496px;
|
||||
height: 331px;
|
||||
background-position: -0px -561px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#release-start {
|
||||
width: 496px;
|
||||
height: 297px;
|
||||
background-position: -0px -892px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#release-finish {
|
||||
width: 496px;
|
||||
height: 331px;
|
||||
background-position: -0px -1189px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#hotfix-start {
|
||||
width: 496px;
|
||||
height: 303px;
|
||||
background-position: -0px -1520px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#hotfix-finish {
|
||||
width: 496px;
|
||||
height: 333px;
|
||||
background-position: -0px -1823px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#feature-start, #feature-finish, #release-start, #release-start, #hotfix-start, #hotfix-finish {
|
||||
background-image: url("../img/git-flow-process.png");
|
||||
background-color: rgba(163, 167, 251, 0.5);
|
||||
border: 7px solid #008098;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
|
BIN
img/big.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
img/big.psd
Normal file
Before Width: | Height: | Size: 888 B |
BIN
img/closing.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
BIN
img/git-flow-process.png
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
img/hotfix-finish.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
img/hotfix-start.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
img/init.png
Before Width: | Height: | Size: 9.5 KiB |
BIN
img/opening.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img/opening.psd
Normal file
BIN
img/release-finish.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
img/release-start.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
img/repeatline.png
Normal file
After Width: | Height: | Size: 397 B |
BIN
img/small.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
img/small.psd
Normal file
BIN
img/startline.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 883 B |
105
index.html
@ -32,38 +32,45 @@
|
||||
|
||||
<div id="banner"><a href="">Fork me on GitHub</a></div>
|
||||
|
||||
|
||||
<header>
|
||||
<div class="scrollblock">
|
||||
<h1 id="title">git-flow cheatsheet</h1>
|
||||
|
||||
<p id="author">
|
||||
created by <a href="http://twitter.com/0r1g4m14dd1c7">Daniel Kummer</a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-via="0r1g4m14dd1c7" data-size="large">Tweet</a>
|
||||
<script>!function (d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (!d.getElementById(id)) {
|
||||
js = d.createElement(s);
|
||||
js.id = id;
|
||||
js.src = "//platform.twitter.com/widgets.js";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}
|
||||
}(document, "script", "twitter-wjs");</script>
|
||||
</p>
|
||||
<h1 id="title">git-flow cheatsheet</h1>
|
||||
|
||||
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||
<p id="author">
|
||||
created by <a href="http://twitter.com/0r1g4m14dd1c7">Daniel Kummer</a>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-via="0r1g4m14dd1c7" data-size="large">Tweet</a>
|
||||
<script>!function (d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (!d.getElementById(id)) {
|
||||
js = d.createElement(s);
|
||||
js.id = id;
|
||||
js.src = "//platform.twitter.com/widgets.js";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}
|
||||
}(document, "script", "twitter-wjs");</script>
|
||||
</p>
|
||||
|
||||
<!-- <p id="download">
|
||||
<span class="accent">★</span>
|
||||
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||
|
||||
<!-- <p id="download">
|
||||
<span class="accent">★</span>
|
||||
<a href="files/git-flow-cheatsheet.pdf"
|
||||
onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-flow-cheatsheet');return false;" class="download">Download
|
||||
as pdf</a>
|
||||
<span class="accent">★</span>
|
||||
</p>-->
|
||||
<img id="head-img" src="/img/git-flow.png" alt="git flow"/>
|
||||
</div>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<div id="main">
|
||||
<div>
|
||||
<div class="col-1"></div>
|
||||
<div class="col-2">
|
||||
<div class="small"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="scrollblock">
|
||||
<h2 id="animate1">About</h2>
|
||||
@ -141,7 +148,16 @@
|
||||
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="init-img"></div>
|
||||
<img src="img/initialize.png" alt="initialize"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="scrollblock">
|
||||
<div class="col-1"></div>
|
||||
<div class="col-2">
|
||||
|
||||
<div id="open"></div>
|
||||
<div class="big"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -164,10 +180,22 @@
|
||||
</code>
|
||||
</blockquote>
|
||||
<p>This action creates a new feature branch based on 'develop' and switches to it</p>
|
||||
|
||||
<!--
|
||||
- Bump the version number now!
|
||||
- Start committing last-minute fixes in preparing your release
|
||||
- When done, run:
|
||||
|
||||
git flow release finish 'testrelease'
|
||||
|
||||
|
||||
|
||||
-->
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="feature-start-img"></div>
|
||||
<div id="violet-line-img"></div>
|
||||
<div id="feature-start"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -192,7 +220,7 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="feature-finish-img"></div>
|
||||
<div id="feature-finish"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -219,6 +247,7 @@
|
||||
<div class="scrollblock">
|
||||
<div class="col-1">
|
||||
<h3>Getting a published feature</h3>
|
||||
|
||||
<p>
|
||||
Get a feature published by another user and track remote changes.
|
||||
</p>
|
||||
@ -259,7 +288,7 @@
|
||||
'develop' branch.</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="release-start-img"></div>
|
||||
<div id="release-start"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -289,8 +318,8 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="release-finish-img"></div>
|
||||
<p>(You can track a remote release with the <code>git flow release track RELEASE</code> command)</p>
|
||||
<div id="release-finish"></div>
|
||||
<p>(You can track a remote release with the <br/><code>git flow release track RELEASE</code> command)</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -315,7 +344,7 @@
|
||||
<p>The release argument hereby marks the faulty production release</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="hotfix-start-img"></div>
|
||||
<div id="hotfix-start"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -326,7 +355,15 @@
|
||||
<p>TODO</p>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div id="hotfix-finish-img"></div>
|
||||
<div id="hotfix-finish"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="scrollblock">
|
||||
<div class="col-1"></div>
|
||||
<div class="col-2">
|
||||
<div id="closing"></div>
|
||||
<div class="small-end"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -343,11 +380,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="scrollblock">
|
||||
<h2>Comments</h2>
|
||||
<footer>
|
||||
<div class="scrollblock">
|
||||
<h2>Comments</h2>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
</div>
|
||||
<div id="disqus_thread"></div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
|