Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2 class="black titles" id="latestProjects">LAST PROJECTS</h2>
<p class="white boldText haveAnIdeaSP"> We can help your idea come true</p><br/><br/>
</div>
<div class="col-lg-offset-1 col-lg-10 col-xs-offset-2 col-xs-8 centered">
<button id="mailUs" class="buttons" type="button" data-toggle="modal" data-target="#myModal" >CONTACT US</button>
<a id="mailUs" class="buttons white-link" href="mailto:contacto@cran.io">CONTACT US</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h2 class="black boldText" id="nameTeam"><br/> </h2>
</section>

<section class="interSectionWeAreHiring hidden-xs hidden-sm centered">
<button class="buttons centered" id="weAreHiringButton" type="button" data-toggle="modal" data-target="#myModal">WE ARE HIRING</button>
<a class="buttons centered white-link" href="mailto:contacto@cran.io" id="weAreHiringButton">WE ARE HIRING</a>
</section>

<div style="height: 5%;"></div>
Expand Down Expand Up @@ -359,7 +359,7 @@ <h2 class="black boldText" id="nameTeam"><br/> </h2>
</a>


<a href="#myModal" target=_blank data-toggle="modal">
<a href="mailto:contact@cran.io">
<div class="col-lg-1 onlyRow col-xs-2 icon iconMail "></div>
</a>

Expand Down
11 changes: 10 additions & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,13 @@

#finalMessageModalTitle{
display:none;
}
}


.white-link {
color: white;
}
.white-link:link {color: white;}
.white-link:visited {color: white;}
.white-link:hover {color: white;}
.white-link:active {color: white;}