-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
58 lines (57 loc) · 1.85 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Career Booster</title>
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&family=Roboto+Flex:opsz,[email protected],200;8..144,400;8..144,600;8..144,800;8..144,1000&display=swap');
</style>
<script src="main.js"></script>
<script type='module' src='https://interfaces.zapier.com/assets/web-components/zapier-interfaces/zapier-interfaces.esm.js'></script>
</head>
<body class="blue-box">
<nav class="navbar">
<h1 class="logo-text">NeuralNinjas</h1>
<div class="nav-links">
<a href="https://career-booster.vercel.app" class="nav-home-button">Home</a>
<a href="/Roadmap/roadmap.html">Roadmap</a>
<a href="/About/about.html">About Us</a>
<a href="/contact/contact.html">Contact Us</a>
<a href="login.html">Login</a>
</div>
</nav>
<div class="main-body-text">
<h1>
Career and
</h1>
<h1>
AI Based
</h1>
<h1>
Counselling
</h1>
<h1>
for Everyone
</h1>
</div>
<div class="main-body-image">
<img src="https://raw.githubusercontent.com/kunalshah017/SIH-Hackathon/main/Assets/Homepage/kid-learning.png" alt="main-image">
</div>
<a href="/Quiz/quiz.html">
<div class="quiz-button">Take up a quiz</div>
</a>
<div class="paragraph-text">
<p>
Take an AI-based quiz now;<br>Answering these questions will assist us in evaluating your career path more effectively.
</p>
</div>
<a href="/ai/ai.html"><div id="showChatButton" class="chat-button">🤖 AI Chat</div></a>
</body>
</html>