Compare commits
No commits in common. "9c694d0a4369c359dd01024d18330ce04f8a0901" and "b37cad17d5f3cf3a65d2d23a6976753a6832bf28" have entirely different histories.
9c694d0a43
...
b37cad17d5
@ -163,8 +163,7 @@
|
|||||||
<div class="logo">KodePilot</div>
|
<div class="logo">KodePilot</div>
|
||||||
<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="login_first" onclick="goToLogin()">Login</button>
|
|
||||||
<button class="business" onclick="getInTouch()">Let's Talk</button>
|
<button class="business" onclick="getInTouch()">Let's Talk</button>
|
||||||
<button class="login" onclick="goToApplay()">Request a call</button>
|
<button class="login" onclick="goToApplay()">Request a call</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
5
main.css
5
main.css
@ -90,12 +90,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.business {
|
.business {
|
||||||
background: #FFD700;
|
background: #ffcc00;
|
||||||
color: #030101;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
background: #1E90FF;
|
background: #007bff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user