-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (166 loc) · 6.05 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
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE HTML>
<html>
<head>
<title>nxmishh</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/biplane.svg" alt="" style="height: 300px" /></span>
<h1>nxmishh</h1>
<p>Software Developer, Aeromodeller, Robotics Enthusiast<br /></p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#first">Projects</a></li>
<li><a href="#cta">Skills</a></li>
<li><a href="#second">Achievements</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Hello, I am Nimish Mishra!</h2>
</header>
<p>I am a Student, pursuing BE Information Technology at Pune Institute of Computer Technology, Pune.
I am an energetic explorer and life long learner. I like to work projects about Aeromodelling,
Robotics and Automation.</p>
</div>
<span class="image"><img src="images/pixelcut-export.jpg" alt="" /></span>
</div>
</section>
<section id="first" class="main special">
<header class="major">
<h2>Projects</h2>
</header>
<ul class="features">
<li>
<a href="https://github.com/nxmishh/sams">
<img src="/images/army.ico" alt="Project 1" class="icon round-icon">
</a>
</li>
<li>
<a href="https://github.com/nxmishh/Smart-Waste-Management">
<img src="images/images.ico" alt="Project 2" class="icon round-icon">
</a>
</li>
<li>
<a href="https://github.com/nxmishh/ReadingKart">
<img src="images/images (1).jpeg" height="190px" width="250px" alt="Project 3" class="icon round-icon">
</a>
</li>
</ul>
</section>
<section id="cta" class="main special">
<header class="major">
<h2>Skills</h2>
</header>
<div class="dropdown">
<h3 onclick="toggleDropdown(this)">Programming</h3>
<div class="dropdown-content">
<ul>
<li>C++</li>
<li>Python</li>
<li>Java</li>
<li>Problem Solving</li>
<li>Data Structures</li>
</ul>
</div>
</div>
<div class="dropdown">
<h3 onclick="toggleDropdown(this)">Development</h3>
<div class="dropdown-content">
<ul>
<li>Java</li>
<li>Django</li>
<li>Node.js</li>
<li>MySQL</li>
<li>MongoDB</li>
</ul>
</div>
</div>
<div class="dropdown">
<h3 onclick="toggleDropdown(this)">Domain</h3>
<div class="dropdown-content">
<ul>
<li>OpenCV</li>
<li>Robotics</li>
<li>Web Development</li>
</ul>
</div>
</div>
<div class="dropdown">
<h3 onclick="toggleDropdown(this)">Tools</h3>
<div class="dropdown-content">
<ul>
<li>Figma</li>
<li>Postman</li>
<li>Tableau</li>
<li>WSL</li>
</ul>
</div>
</div>
</section>
<section id="second" class="main special">
<header class="major">
<h2>Achievements and Competitions</h2>
</header>
<div class="achievement">
<h3>Winner at BOSCH Road Safety Hackathon (BoRoSa)</h3>
<p>A 2-day Hackathon in which we had to design and program a system that covers all the blind spots for a 2-wheeler on a highway and helps the driver to visualize the vehicles that are close to it on the dashboard.</p>
</div>
<div class="achievement">
<h3>Qualified for 2nd level in eYantra Robotics Challenge (eYRC)</h3>
<p>The theme was Sentinal Drone. The objective was to monitor urban areas and detect suspicious activities with the help of drones.</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" style="display: flex; text-align: center; justify-content: center;">
<section>
<h2>Contact</h2>
<ul class="icons">
<li><a href="https://twitter.com/nxmishh" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="https://g.dev/nxmishh" class="icon brands fa fa-google alt"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/nxmishh/" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/nxmishh" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
<p class="copyright">© nxmishh.</p>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
function toggleDropdown(element) {
var content = element.nextElementSibling;
if (content.style.maxHeight) {
content.style.maxHeight = null;
} else {
var dropdowns = document.querySelectorAll('.dropdown-content');
dropdowns.forEach(function (dropdown) {
dropdown.style.maxHeight = null;
});
content.style.maxHeight = content.scrollHeight + "px";
}
}
</script>
</body>
</html>