forked from Drishti-jain21/HackFest-sheCodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
169 lines (156 loc) · 5.64 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Placement Predictor</title>
<!--Bootstrap-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" />
<!--Quicksand font-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet" />
<!--Header-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Neucha&display=swap%27" />
<!--Header font-->
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
<!--External css-->
<link rel="stylesheet" href="./final\css\landing.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
</head>
<body>
<div class="landingContainer">
<div class="navContainer">
<a href="index.html" class="navLogo">
<script src="https://cdn.lordicon.com/qjzruarw.js"></script>
<lord-icon
src="https://cdn.lordicon.com/etqbfrgp.json"
trigger="hover"
style="width:50px;height:50px">
</lord-icon>
</a>
<input type="checkbox" id="menu-bar" />
<label for="menu-bar">
<img src="https://gdurl.com/b3bF" alt="" />
</label>
<nav class="navbar">
<ul style="padding-left: 0px;">
<a href="final\html\oncampus.html">
<li>
<p>On-campus Placement</p>
</li>
</a>
<a href="final\html\offcampus.html">
<li>
<p>Off-campus Placement</p>
</li>
</a>
<a href="https://colab.research.google.com/drive/16XnIOoTIO8wMxFsjQR3_NRe17ddqX3bl?usp=sharing">
<li>
<p>Resume Parser</p>
</li>
</a>
<a href="final\html\login.html">
<li>
<p>SIGN-UP</p>
</li>
</a>
<a href="https://leetcode.com/">
<li>
<p>Coding</p>
</li>
</a>
<a href="final\html\teams.html">
<li>
<p>Team</p>
</li>
</a>
<a href="final\html\contactus.html">
<li>
<p>Contact US</p>
</li>
</a>
</ul>
</nav>
</div>
<div class="paralax">
<div class="paralax-item p-item1"></div>
</div>
<br>
<br>
<div class="container">
<div class="content-header">
<h1 class="neon loader" id="loader"></h1>
<h2 class="sub" style="font-family: 'Neucha', cursive;">
<strong>Get Yourself Placed!</strong>
</h2>
</div>
<div class="content">
<div class="about-us">
<div class="container">
<p class="h3 text-left"><b><script src="https://cdn.lordicon.com/qjzruarw.js"></script>
<lord-icon
src="https://cdn.lordicon.com/ckatldkn.json"
trigger="loop"
style="width:60px;height:60px">
</lord-icon>About Us </b></p>
<p class="responsive-paragraph">
StudentHelper is the platform where a student can check their skills along with knowing the percent placement
surity based on their skills, cgpa. The student can also get their resume checked. All this is done using Machine
Learning Models.
</p>
</div>
</div>
</div>
</div>
<script src="https://cdn.lordicon.com/qjzruarw.js"></script>
<lord-icon
src="https://cdn.lordicon.com/qvbrkejx.json"
trigger="morph"
style="width:250px;height:250px">
</lord-icon>
<footer style="padding-left: 0px;">
<ul class="social_icon">
<li>
<a href="" target="_blank">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="" target="_blank">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a href="" target="_blank">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
</ul>
</footer>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="final\js\landing.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init()
</script>
<script src="final\js\navbar.js"></script>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"></script>
</body>
</html>