This commit is contained in:
parent
fffce84038
commit
dc0f770fe5
|
|
@ -12,7 +12,7 @@ body {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: url('../images/firestorm_background_world.png') no-repeat center center scroll;
|
background: url('../images/firestorm_background_world_a.png') no-repeat center center scroll;
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 64 KiB |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
|
|
@ -65,8 +65,8 @@
|
||||||
<div class="headline">
|
<div class="headline">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1><span class="fire_cl shadow_big">Fire</span><span class="storm_cl shadow_big">Storm</span></h1>
|
<h1 style="background: none; font-weight:700"><span class="fire_cl shadow_big">Fire</span><span class="storm_cl shadow_big">Storm</span></h1>
|
||||||
<h2>wytwarzanie oprogramowania</h2>
|
<h2 style="background: none; color:#000">wytwarzanie oprogramowania</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -78,8 +78,8 @@
|
||||||
<!-- First Featurette -->
|
<!-- First Featurette -->
|
||||||
<div class="featurette">
|
<div class="featurette">
|
||||||
<img class="featurette-image img-circle img-responsive pull-right" src="images/keyboard.png">
|
<img class="featurette-image img-circle img-responsive pull-right" src="images/keyboard.png">
|
||||||
<h2 class="featurette-heading">Na początek coś o nas
|
<h2 class="featurette-heading">O nas
|
||||||
<span class="text-muted">krótka historia</span>
|
<span class="text-muted">czym się zajmujemy</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="lead"><span class="fire_cl shadow_small">Fire</span><span class="storm_cl shadow_small">Storm</span> to firma założona w 2005 roku przez Adriana Hinz, zajmująca się wytwarzaniem oprogramowania z wykorzystaniem między innymi języka Ruby, Java czy C#.
|
<p class="lead"><span class="fire_cl shadow_small">Fire</span><span class="storm_cl shadow_small">Storm</span> to firma założona w 2005 roku przez Adriana Hinz, zajmująca się wytwarzaniem oprogramowania z wykorzystaniem między innymi języka Ruby, Java czy C#.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue