forked from mary-emma/salary-negotiation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="assets/img/favicons/favicon.ico" />
<title>EarnUp</title>
<link rel="stylesheet" href="styles.css" />
<script src="/script.js" defer></script>
</head>
<body>
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">EarnUp</h1>
<p>
Welcome to EarnUp! Here you'll find a salary transparency spreadsheet with data from industry professionals, a salary negotiation chatbot that can answer your questions on salary negotiation and help with negotiation practice, and resources on salary negotiation for women in technology and other male-dominated fields. Use the buttons below to explore the site.
</p>
<div class="buttons">
<button class = "custom-button" onclick="location.href='salary-transparency.html'">Salary Transparency Tracker</button>
<button class = "custom-button" onclick="location.href='chatbot.html'">Salary Negotiation Chatbot</button>
<button class = "custom-button" onclick="location.href='additional-resources.html'"> Additional Resources</button></a>
</div>
</div>
</div>
<footer class="footer">
</footer>
</body>
</html>