diff --git a/css/style.css b/css/style.css index 13e454f..0cb6c25 100644 --- a/css/style.css +++ b/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; +} + diff --git a/img/big.png b/img/big.png new file mode 100644 index 0000000..f5658cc Binary files /dev/null and b/img/big.png differ diff --git a/img/big.psd b/img/big.psd new file mode 100644 index 0000000..dc9ae37 Binary files /dev/null and b/img/big.psd differ diff --git a/img/blue_line.png b/img/blue_line.png deleted file mode 100644 index 5be1f7e..0000000 Binary files a/img/blue_line.png and /dev/null differ diff --git a/img/closing.png b/img/closing.png new file mode 100644 index 0000000..fe89ea4 Binary files /dev/null and b/img/closing.png differ diff --git a/img/feature-finish.png b/img/feature-finish.png index 9687c52..7f93711 100644 Binary files a/img/feature-finish.png and b/img/feature-finish.png differ diff --git a/img/feature-start.png b/img/feature-start.png index 1a590ce..8c63631 100644 Binary files a/img/feature-start.png and b/img/feature-start.png differ diff --git a/img/git-flow-process.png b/img/git-flow-process.png new file mode 100644 index 0000000..8647ee9 Binary files /dev/null and b/img/git-flow-process.png differ diff --git a/img/hotfix-finish.png b/img/hotfix-finish.png new file mode 100644 index 0000000..ba3feec Binary files /dev/null and b/img/hotfix-finish.png differ diff --git a/img/hotfix-start.png b/img/hotfix-start.png new file mode 100644 index 0000000..fe6c505 Binary files /dev/null and b/img/hotfix-start.png differ diff --git a/img/init.png b/img/init.png deleted file mode 100644 index 78893bf..0000000 Binary files a/img/init.png and /dev/null differ diff --git a/img/opening.png b/img/opening.png new file mode 100644 index 0000000..181a1a1 Binary files /dev/null and b/img/opening.png differ diff --git a/img/opening.psd b/img/opening.psd new file mode 100644 index 0000000..53dbfcb Binary files /dev/null and b/img/opening.psd differ diff --git a/img/release-finish.png b/img/release-finish.png new file mode 100644 index 0000000..966c78b Binary files /dev/null and b/img/release-finish.png differ diff --git a/img/release-start.png b/img/release-start.png new file mode 100644 index 0000000..bcd8119 Binary files /dev/null and b/img/release-start.png differ diff --git a/img/repeatline.png b/img/repeatline.png new file mode 100644 index 0000000..4921076 Binary files /dev/null and b/img/repeatline.png differ diff --git a/img/small.png b/img/small.png new file mode 100644 index 0000000..127aaf2 Binary files /dev/null and b/img/small.png differ diff --git a/img/small.psd b/img/small.psd new file mode 100644 index 0000000..3fe6c0b Binary files /dev/null and b/img/small.psd differ diff --git a/img/startline.png b/img/startline.png new file mode 100644 index 0000000..0b6c092 Binary files /dev/null and b/img/startline.png differ diff --git a/img/violet-line.png b/img/violet-line.png deleted file mode 100644 index 35870c9..0000000 Binary files a/img/violet-line.png and /dev/null differ diff --git a/index.html b/index.html index d611f9c..7636392 100644 --- a/index.html +++ b/index.html @@ -32,38 +32,45 @@
+efficient branching using git-flow by Vincent Driessen
+ - - -This action creates a new feature branch based on 'develop' and switches to it
+ + + +Get a feature published by another user and track remote changes.
@@ -259,7 +288,7 @@ 'develop' branch.(You can track a remote release with the git flow release track RELEASE
command)
(You can track a remote release with the git flow release track RELEASE
command)
The release argument hereby marks the faulty production release
TODO