-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqual.html
More file actions
47 lines (44 loc) · 1.88 KB
/
Copy pathqual.html
File metadata and controls
47 lines (44 loc) · 1.88 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="home.css">
<title>
Qualification
</title>
<body>
<div id="fields" class="sidenav">
<a href="javascript:void(0)" class ="closebtn" onclick="closeNav()">×</a>
<a href="home.html">Home</a>
<a href="qual.html">Qualifications</a>
<a href="voc.html">Vocational skills</a>
<a href="hobbies.html">Hobbies</a>
<a href="ling.html">Linguistic Potential</a>
<a href="books.html">Books*</a>
<a href="vent.html">Ongoing ventures</a>
</div>
<!--Burger Menu -->
<span style="font-size:40px;cursor:pointer;" onclick="openNav()">☰
</span>
<script>
function openNav() {
document.getElementById("fields").style.display = "block";
}
function closeNav() {
document.getElementById("fields").style.display = "none";
}
</script>
<div class="container">
<h2>Academics</h2>
This young fellow is a high school graduate pursuing his BTech from University College of Science, Technology and Agriculture (UCSTA), University of Calcutta, Kolkata, West Bengal, IN.<br>
Currently he is studying in his first semester in Department of Electrical Engineering.<br>
<br>He has done his high schools in Holy Mission Secondary School, Patna, Bihar IN. And his Matriculation from Millia Convent English School, Rambagh, Purnia, Bihar IN.<br>
</div>
<br>
<br>
<div class="container">
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal" data-theme="dark" data-vanity="raushan-kumar-337b86203"><a class="LI-simple-link" href='https://in.linkedin.com/in/raushan-kumar-337b86203?trk=profile-badge'>Raushan Kumar</a>
</div>
</div>
</body>
<footer>Copyright@2021.<img src="rakup.png"></footer>
</html>