Compare commits
4 Commits
7880913725
...
b2be41a3dd
| Author | SHA1 | Date | |
|---|---|---|---|
| b2be41a3dd | |||
| 7a8038be74 | |||
| 2333e95802 | |||
| 2543ec800c |
@ -163,8 +163,8 @@
|
||||
<input type="text" class="search" placeholder="Search Opportunities">
|
||||
<div class="buttons">
|
||||
<a href="/login">Log in</a>
|
||||
<button class="business" onclick="getInTouch()">Get in touch</button>
|
||||
<button class="login" onclick="goToApplay()">Apply</button>
|
||||
<button class="business" onclick="getInTouch()">Let's Talk</button>
|
||||
<button class="login" onclick="goToApplay()">Request a call</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -551,7 +551,7 @@
|
||||
<img src="templateapi/assets/images/hai1/user-icon.svg" alt="Client Logo"
|
||||
class="slide-logo">
|
||||
<div class="profile-info">
|
||||
<p class="slide-name">kevin</p>
|
||||
<p class="slide-name">Amit</p>
|
||||
<p class="slide-role">QA Tester</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
4
main.css
4
main.css
@ -1699,7 +1699,7 @@
|
||||
|
||||
.practice-card-svg {
|
||||
width: 0;
|
||||
height: 10%;
|
||||
height: 60%;
|
||||
bottom: 0px;
|
||||
display: block;
|
||||
align-items: center;
|
||||
@ -1713,7 +1713,7 @@
|
||||
|
||||
|
||||
.practice-cards-wrapper:hover .practice-card:hover .practice-card-svg {
|
||||
width: 35%;
|
||||
width: 20%;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user