Compare commits

..

No commits in common. "9c694d0a4369c359dd01024d18330ce04f8a0901" and "b37cad17d5f3cf3a65d2d23a6976753a6832bf28" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View File

@ -163,8 +163,7 @@
<div class="logo">KodePilot</div>
<input type="text" class="search" placeholder="Search Opportunities">
<div class="buttons">
<!-- <a href="/login">Log in</a> -->
<button class="login_first" onclick="goToLogin()">Login</button>
<a href="/login">Log in</a>
<button class="business" onclick="getInTouch()">Let's Talk</button>
<button class="login" onclick="goToApplay()">Request a call</button>
</div>

View File

@ -90,12 +90,11 @@
}
.business {
background: #FFD700;
color: #030101;
background: #ffcc00;
}
.login {
background: #1E90FF;
background: #007bff;
color: #fff;
}

View File

@ -1,7 +1,3 @@
function goToLogin() {
window.location.href = "/login";
}
function goToApplay() {
window.location.href = "/apply/";
}