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