changed some text
This commit is contained in:
@@ -20,11 +20,20 @@ a {
|
|||||||
color: #4A4A4A !important;
|
color: #4A4A4A !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.our-projects {
|
.intextlink {
|
||||||
color: #4A4A4A !important;
|
color: rgb(0, 0, 0) !important;
|
||||||
text-decoration: underline;
|
text-decoration: underline !important;
|
||||||
text-decoration-style: solid;
|
text-decoration-style: solid;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intextlink:hover {
|
||||||
|
color: rgb(0, 0, 0) !important;
|
||||||
|
text-decoration: underline !important;
|
||||||
|
text-decoration-style: solid;
|
||||||
|
font-weight: 600;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #4A4A4A !important;
|
color: #4A4A4A !important;
|
||||||
|
|||||||
@@ -89,11 +89,12 @@
|
|||||||
<!--rest of the text-->
|
<!--rest of the text-->
|
||||||
<div class="space40">
|
<div class="space40">
|
||||||
<p>We use Javascript every day.
|
<p>We use Javascript every day.
|
||||||
Most of <a class="our-projects" href="http://www.saburly.com/">our projects</a> have javascript in it.
|
Most of <a class="intextlink" href="http://www.saburly.com/">our projects</a> have javascript in it.
|
||||||
However we love ohter languages too
|
However we love ohter languages too
|
||||||
and love the freedom of using them on the frontend.</p>
|
and love the freedom of using them on the frontend.</p>
|
||||||
|
|
||||||
<h2>Why do you hate Javascript?</h2>
|
<h2>Do you know about web assembly project that is not here?
|
||||||
|
<a class="intextlink" href="https://twitter.com/saburly">Tweet it at us</a> @saburly and we will include it.</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--made by Saburly-->
|
<!--made by Saburly-->
|
||||||
|
|||||||
Reference in New Issue
Block a user