-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaccomplishments.html
163 lines (146 loc) · 6.61 KB
/
accomplishments.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png" class="favicon">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png" class="favicon">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title>Accomplishments</title>
<!-- <script src="js/script.js" defer></script> -->
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<header>
<div class="logo">
<a href="./index.html"><img class="logo" src="./images/logo.png" href="./index.html" alt="logo"></a>
</div>
<nav id="hi">
<ul>
<li class="hide"><a id="hide" href="./index.html">Home</a></li>
<li class="hide"><a id="hide" href="./about.html">About</a></li>
<li class="hide"><a id="hide" href="https://anubhav-madhav-blogs.herokuapp.com/">Blog</a></li>
<li class="hide"><a id="hide" href="./projects.html">Projects</a></li>
<li class="hide"><a id="hide" href="./accomplishments.html" class="active">Accomplishments</a></li>
<li class="hide"><a id="hide" href="./gallery.html">Gallery</a></li>
<li class="hide"><a id="hide" href="./contact.html">Contact</a></li>
</ul>
</nav>
<div class="menu-toggle"><i class="fas fa-bars"></i></div>
</header>
<main>
<div class="accomplishments-page">
<div class="accomplishments-heading">
<h1>Accomplishments</h1>
</div>
<div class="accomplishments">
<div class="honors">
<div class="honors-heading">
<h1>Honors & Awards</h1>
</div>
<div class="honors-details">
<ul>
<li>
<h3>Beta Microsoft Learn Student Ambassador</h3>
</li>
<li>
<h3>Google Assistant Developer Community Member</h3>
</li>
<li>
<h3>Winner of the IoT Workshop at DevFest 2019, Google Developers Group Baroda</h3>
</li>
<li>
<h3>Google AI | Explore ML - Beginner Track</h3>
</li>
<li>
<h3>Bertelsmann AI Scholarship Recipient @Udacity</h3>
</li>
<li>
<h3>Intel Edge AI Scholarship Recipient @Udacity</h3>
</li>
<li>
<h3>University Evangelist of HackerEarth for Codathon'20, CHIMERA MANIT Bhopal</h3>
</li>
<p>In CHIMERA, I represented IIIT Vadodara, and IIITV was the only IIIT from all over the India to complete all the milestones</p>
<li>
<h3>Campus Ambassador for Awign</h3>
</li>
</ul>
</div>
</div>
<div class="organizationscommunity">
<div class="organizations-heading">
<h1>Organizations & Communities</h1>
</div>
<div class="organizations-details">
<a href="https://github.com/AnubhavMadhav">
<h3>FOSSASIA</h3>
</a>
<a href="https://github.com/iiitv">
<h3>IIIT Vadodara Open Source</h3>
</a>
<a href="https://github.com/theupweb">
<h3>The Unpretentious Web</h3>
</a>
<a href="https://github.com/obscuraiiitv">
<h3>Obscura-IIITV</h3>
</a>
</div>
</div>
<!-- <div class="publications">
<div class="publications-heading">
<h1>Publications</h1>
</div>
</div> -->
<!-- <div class="certificates">
<div class="certificates-heading">
<h1>Certificates</h1>
</div>
<div class="LOR">
<div class="LOR-heading">
<h1>Letter of Reccomendation</h1>
</div>
<div class="LOR-certificate">
</div>
</div>
<div class="CA">
<div class="CA-heading">
<h1>Campus Evangelist</h1>
</div>
<div></div>
<div></div>
</div>
<div class="college-certificates">
<div class="college-certificates-heading">
<h1>From College</h1>
</div>
<div></div>
<div></div>
<div></div>
</div>
<div class="courses">
<div class="courses-heading">
<h1>Courses</h1>
</div>
<div></div>
<div></div>
<div></div>
</div>
</div> -->
</div>
</div>
</main>
<footer>
<center>
<h6> <span> <i class="fas fa-copyright"></i></span>
<a href="./contact.html">Anubhav Madhav</a>
</h6>
</center>
</footer>
</body>
</html>