Skip to content

Commit adc156d

Browse files
committed
Alterações
1 parent e8f784a commit adc156d

File tree

4 files changed

+46
-18
lines changed

4 files changed

+46
-18
lines changed

_site/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ <h2><img src="/public/images/content/icon-loveorhate.png" width="40" height="40"
975975
<section id="clientes" class="clearfix">
976976
<div class="wrap">
977977
<h2>
978-
Clientes que dão um show com a Coderockr!
978+
<span>Clientes</span> que dão um <span>show</span><br /> com a <span>Coderockr!</span>
979979
</h2>
980980
<ul>
981981
<li><img src="/public/images/clientes/logo-arkpad.png" width="100" height="70" alt="Arkpad"></li>
@@ -1107,7 +1107,7 @@ <h3>Thiago Vieira</h3>
11071107
</div>
11081108
</section>
11091109
<section id="contato" class="clearfix"><a name="contato" class="anchor clearfix"></a>
1110-
<h2>A Coderockr está pronta para dar um<br />show, entre em contato!</h2>
1110+
<h2>A Coderockr está pronta para<br /><span>dar um show</span>,<br />entre em contato!</h2>
11111111
<div class="line clearfix"></div>
11121112
<div class="wrap">
11131113
<div class="col1">

_site/public/styles/style.css

+21-7
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ a.anchor{
153153

154154
/*home section*/
155155
#home h2{
156-
margin-bottom: 55px;
156+
margin-bottom: 85px;
157+
margin-top: 130px;
157158
}
158159
#home p{
159160
margin-left: auto;
@@ -345,8 +346,13 @@ a.anchor{
345346

346347
/*clients section*/
347348
#clientes h2 {
349+
font-size: 4.5em;
348350
margin-top:80px;
349351
}
352+
#clientes h2 span {
353+
font-size: 1.3em;
354+
line-height: 1;
355+
}
350356
#clientes ul {
351357
list-style: none;
352358
margin: 20px 0 20px 5px;
@@ -442,8 +448,12 @@ a.anchor{
442448
}
443449

444450
/*contact section*/
445-
#contato h2{
446-
font-size:4.4em;
451+
#contato h2 {
452+
font-size:4.2em;
453+
}
454+
#contato h2 span {
455+
font-size: 1.8em;
456+
line-height: 0.8;
447457
}
448458
#contato div.line{
449459
background:url(/public/images/line.gif) repeat-x 0 100%;
@@ -1140,7 +1150,8 @@ header, nav, label[for="openmenu"], #main {
11401150

11411151
#home h2{
11421152
font-size: 2.8em;
1143-
margin-bottom: 0;
1153+
margin-bottom: 20px;
1154+
margin-top: 35px;
11441155
}
11451156
#home nav{
11461157
background:none;
@@ -1231,7 +1242,7 @@ header, nav, label[for="openmenu"], #main {
12311242
}
12321243

12331244
#clientes h2 {
1234-
font-size: 1.6em;
1245+
font-size: 1.5em;
12351246
margin-top: 40px;
12361247
}
12371248
#clientes ul {
@@ -1271,10 +1282,13 @@ header, nav, label[for="openmenu"], #main {
12711282
#contato{
12721283
margin-bottom:30px;
12731284
}
1274-
#contato h2{
1275-
font-size: 2.2em;
1285+
#contato h2 {
1286+
font-size: 2.3em;
12761287
margin-bottom:10px;
12771288
}
1289+
#contato h2 span {
1290+
font-size: 1.4em;
1291+
}
12781292
#contato div.wrap {
12791293
margin: 0 auto;
12801294
}

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2>É nesse ritmo que fazemos aplicativos <span>Mobile</span> e <span>Web</span
135135
<section id="clientes" class="clearfix">
136136
<div class="wrap">
137137
<h2>
138-
Clientes que dão um show com a Coderockr!
138+
<span>Clientes</span> que dão um <span>show</span><br /> com a <span>Coderockr!</span>
139139
</h2>
140140
<ul>
141141
<li><img src="/public/images/clientes/logo-arkpad.png" width="100" height="70" alt="Arkpad"></li>
@@ -190,7 +190,7 @@ <h2><span>Bons programadores</span> são únicos, assim como <span>estrelas no m
190190
</div>
191191
</section>
192192
<section id="contato" class="clearfix"><a name="contato" class="anchor clearfix"></a>
193-
<h2>A Coderockr está pronta para dar um<br />show, entre em contato!</h2>
193+
<h2>A Coderockr está pronta para<br /><span>dar um show</span>,<br />entre em contato!</h2>
194194
<div class="line clearfix"></div>
195195
<div class="wrap">
196196
<div class="col1">

public/styles/style.css

+21-7
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ a.anchor{
153153

154154
/*home section*/
155155
#home h2{
156-
margin-bottom: 55px;
156+
margin-bottom: 85px;
157+
margin-top: 130px;
157158
}
158159
#home p{
159160
margin-left: auto;
@@ -345,8 +346,13 @@ a.anchor{
345346

346347
/*clients section*/
347348
#clientes h2 {
349+
font-size: 4.5em;
348350
margin-top:80px;
349351
}
352+
#clientes h2 span {
353+
font-size: 1.3em;
354+
line-height: 1;
355+
}
350356
#clientes ul {
351357
list-style: none;
352358
margin: 20px 0 20px 5px;
@@ -442,8 +448,12 @@ a.anchor{
442448
}
443449

444450
/*contact section*/
445-
#contato h2{
446-
font-size:4.4em;
451+
#contato h2 {
452+
font-size:4.2em;
453+
}
454+
#contato h2 span {
455+
font-size: 1.8em;
456+
line-height: 0.8;
447457
}
448458
#contato div.line{
449459
background:url(/public/images/line.gif) repeat-x 0 100%;
@@ -1140,7 +1150,8 @@ header, nav, label[for="openmenu"], #main {
11401150

11411151
#home h2{
11421152
font-size: 2.8em;
1143-
margin-bottom: 0;
1153+
margin-bottom: 20px;
1154+
margin-top: 35px;
11441155
}
11451156
#home nav{
11461157
background:none;
@@ -1231,7 +1242,7 @@ header, nav, label[for="openmenu"], #main {
12311242
}
12321243

12331244
#clientes h2 {
1234-
font-size: 1.6em;
1245+
font-size: 1.5em;
12351246
margin-top: 40px;
12361247
}
12371248
#clientes ul {
@@ -1271,10 +1282,13 @@ header, nav, label[for="openmenu"], #main {
12711282
#contato{
12721283
margin-bottom:30px;
12731284
}
1274-
#contato h2{
1275-
font-size: 2.2em;
1285+
#contato h2 {
1286+
font-size: 2.3em;
12761287
margin-bottom:10px;
12771288
}
1289+
#contato h2 span {
1290+
font-size: 1.4em;
1291+
}
12781292
#contato div.wrap {
12791293
margin: 0 auto;
12801294
}

0 commit comments

Comments
 (0)