Browse Source

Finish up for the day

intro
jlukic 9 years ago
parent
commit
41bda75e17
  1. 2
      server/documents/index.html.eco
  2. 26
      server/files/stylesheets/home.css
  3. BIN
      server/raw/images/animals/bear-love.jpg
  4. BIN
      server/raw/images/animals/bear.jpg
  5. BIN
      server/raw/images/animals/moose-love.jpg
  6. BIN
      server/raw/images/animals/moose.jpg
  7. BIN
      server/raw/images/animals/poney.jpg
  8. BIN
      server/raw/images/animals/poneys.jpg
  9. BIN
      server/raw/images/animals/rooster-star.jpg
  10. BIN
      server/raw/images/animals/rooster.jpg
  11. BIN
      server/raw/images/animals/test.jpg
  12. BIN
      server/raw/images/backgrounds/16.jpg

2
server/documents/index.html.eco

@ -70,7 +70,7 @@ standalone : true
</h1>
<div class="ui hidden divider"></div>
<a href="https://github.com/Semantic-Org/Semantic-UI/archive/next.zip" class="ui huge basic inverted teal download button">
<a href="https://github.com/Semantic-Org/Semantic-UI/archive/next.zip" class="ui huge inverted download button">
Download Now
</a>
<!--

26
server/files/stylesheets/home.css

@ -45,6 +45,24 @@
-webkit-transition: background-color 3s ease 1s;
transition: background-color 3s ease 1s;
}
#example.index .masthead:after {
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
width: 100%;
height: 100%;
content: '';
background: url("/images/backgrounds/16.jpg");
background-size: cover;
opacity: 0.7;
-ms-transition: opacity 12s ease 1.5s;
-moz-transition: opacity 12s ease 1.5s;
-webkit-transition: opacity 12s ease 1.5s;
transition: opacity 12s ease 1.5s;
}
#example.index .masthead .container {
margin-left: auto !important;
@ -56,6 +74,9 @@
animation: none;
-webkit-animation: none;
}
#example.index .masthead.zoomed:after {
opacity: 0;
}
#example .masthead .container {
padding: 15rem 0em;
}
@ -282,6 +303,9 @@
-moz-perspective: 500px;
-webkit-perspective: 500px;
perspective: 500px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
@ -301,7 +325,7 @@
#example.index .masthead.segment h1 .text {
display: inline-block;
font-weight: 300;
color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.8);
margin-left: -0.4em;
}
#example.index .masthead h2 {

BIN
server/raw/images/animals/bear-love.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

BIN
server/raw/images/animals/bear.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

BIN
server/raw/images/animals/moose-love.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

BIN
server/raw/images/animals/moose.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

BIN
server/raw/images/animals/poney.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

BIN
server/raw/images/animals/poneys.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

BIN
server/raw/images/animals/rooster-star.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

BIN
server/raw/images/animals/rooster.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

BIN
server/raw/images/animals/test.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

BIN
server/raw/images/backgrounds/16.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Loading…
Cancel
Save