Compare commits
2 Commits
b37cad17d5
...
9c694d0a43
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c694d0a43 | |||
| 3f4351d303 |
@ -163,7 +163,8 @@
|
||||
<div class="logo">KodePilot</div>
|
||||
<input type="text" class="search" placeholder="Search Opportunities">
|
||||
<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="login" onclick="goToApplay()">Request a call</button>
|
||||
</div>
|
||||
|
||||
5
main.css
5
main.css
@ -90,11 +90,12 @@
|
||||
}
|
||||
|
||||
.business {
|
||||
background: #ffcc00;
|
||||
background: #FFD700;
|
||||
color: #030101;
|
||||
}
|
||||
|
||||
.login {
|
||||
background: #007bff;
|
||||
background: #1E90FF;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user