-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathachievements.html
84 lines (64 loc) · 3.02 KB
/
achievements.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
<!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>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Pangolin&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mystyle.css">
<link href="css/hover.css" rel="stylesheet" media="all">
</head>
<body>
<div class = "header">
<h1>Anshul Singh's portfolio</h1>
</div>
<nav class = "navbar">
<ul id="navlist">
<li><a href="index.html" class="hvr-reveal">Home</a></li>
<li><a href="about.html" class = "hvr-reveal">About</a></li>
<li><a href="achievements.html" class="active hvr-reveal">Achievements</a></li>
</ul>
</nav>
<div id="ach_bg1">
<pre class="Achievements">
I cleared NSEJS, NTSE and RMO in class 10.
I cleared NSEP, NSEC and NSEA in class 11 & 12.
</pre>
</div>
<div id="ach_bg2">
<p>Running judge...</p> <div class="lds-default"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
<p id="pag">
I am also a part of PAG in IIT-R which is a society involved in cp.
<br>
I like to attempt cp contests. My handles are:
<div id="handles">
<a href="https://codeforces.com/profile/LeviHackerman102" target="_blank"><img src="images/cp/cflogo.webp" alt="Codeforces" id="cflogo"></a>
<a href="https://www.codechef.com/users/levi_hackerman" target="_blank"><img src="images/cp/cclogo.png" alt="Codechef" id="cclogo"></a>
</div>
</p>
</div>
<div id="ach_bg3">
<p class="Achievements2">
<br>
<br>
As a project, I participated in a hackathon where we created an <a href="https://chrome.google.com/webstore/detail/make-facebook-great-again/jalneacdigdimhcbhdpgndfkghhkfkcm" target="_blank">extension</a> for
Facebook/Twitter to block hate speech content.
<br>
The extension made use of an ML model to block words based on the dataset.
<br>
<br>
<p>
</div>
<footer>
<div class = "Contact2">
You can find me at :
<a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]" target="_blank"><img src="images/contact/gmail_logo.webp" alt="gmail" id="gmail_logo"></a>
<a href="https://www.instagram.com/anshul.singh_102/" target="_blank"><img src="images/contact/iglogo.webp" alt="Instagram" id="iglogo"></a>
<a href="http://www.facebook.com/profile.php?id=your_facebook_id" target="_blank"><img src="images/contact/fblogo.png" alt="fb page" id="fblogo"></a>
<a href="https://github.com/anshulsingh-102" target="_blank"><img src="images/contact/githublogo.png" alt="Github" id="githublogo"></a>
</div>
</footer>
</body>
</html>