-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
163 lines (124 loc) · 7.03 KB
/
blog.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>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Adarsh's Blog</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body>
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a href="index.html#home">Home</a></li>
<li><a href="index.html#resume">Experience</a></li>
<li><a href="index.html#portfolio">Works</a></li>
<li><a href="index.html#testimonials">Testimonials</a></li>
<li><a href="#styles">Blog</a></li>
<li><a href="Resume.pdf" target="_blank">Resume</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<!-- Style Guide Section
================================================== -->
<section id="styles" style="padding: 90px 0 72px; background: #fff;">
<div class="row add-bottom">
<div class="twelve columns">
<h1 align="center">My Blog.</h1>
<p class="lead add-bottom", align="center">Hey there! I'm Adarsh.
</p>
<p style="text-align:center;"><img src="blog/images/luffy.png" alt="Nice to meet ya!" /></p>
<p class="lead add-bottom">I do have tons of stuff that I want to write about: tech tutorials, book reviews,
academic experiences, research experiences, internship experiences, conference travel stories.... You know what, one day I'll sit my ass
down and jot down some cool stuff here so do bookmark this page!
</p>
<hr />
<a href="https://medium.com/@adarshpalsingh1996/micro-learn-getting-started-with-machine-learning-on-arduino-52167bc34c1d" target="_blank"><h2>Micro-learn: Getting Started with Machine Learning on Arduino</h2></a>
<p style="font-family:verdana;">
<small>
<i class="fa fa-calendar"></i> 28th May, 2020 <i class="fa fa-tag"></i> Arduino, Embedded Systems, Machine Learning, Python
</small>
</p>
<p style="text-align:center;"><img src="blog/images/arduino.jpg" alt="ML on Arduino" /></p>
<p style="font-family:verdana;", align="justify">
Machine learning algorithms typically require heavy computing and memory resources in the
training phase, far greater than what a typical constrained microcontroller can offer... <a href="https://medium.com/@adarshpalsingh1996/micro-learn-getting-started-with-machine-learning-on-arduino-52167bc34c1d" target="_blank">Read More!</a>
</p>
<hr />
<a href="blog/gatsby.html"><h2>Literary Analysis of The Great Gatsby</h2></a>
<p style="font-family:verdana;">
<small>
<i class="fa fa-calendar"></i> 20th April, 2019 <i class="fa fa-tag"></i> Literature
</small>
</p>
<p style="text-align:center;"><img src="blog/images/gatsby.jpg" alt="The Great Gatsby" /></p>
<p style="font-family:verdana;", align="justify">
“Whenever you feel like criticizing anyone, just remember that all the people in this world
haven’t had the advantages that you’ve had.” Scott Fitzgerald starts his masterpiece
with this quote and... <a href="blog/gatsby.html">Read More!</a>
</p>
<hr />
<nav class="pagination add-bottom">
<span class="page-numbers prev inactive">Prev</span>
<span class="page-numbers current">1</span>
<span class="page-numbers prev inactive">Next</div>
</nav>
<hr />
</div>
</section> <!-- Resume Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.facebook.com/adarsh1001" target="_blank"><i class="fa fa-facebook"></i></a></li>
<!--<li><a href="#"><i class="fa fa-twitter"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-google-plus"></i></a></li>-->
<li><a href="https://www.linkedin.com/in/adarsh-pal-singh-3b1522172/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<!--<li><a href="#"><i class="fa fa-instagram"></i></a></li>-->
<!--<li><a href="#"><i class="fa fa-dribbble"></i></a></li>-->
<li><a href="https://github.com/adarsh1001" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2014 CeeVee</li>
<li>Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
<div id="go-top" style="display: block;"><a class="smoothscroll" title="Back to Top" href="#styles"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/doubletaptogo.js"></script>
<script src="js/spin.js"></script>
<script src="js/init_blog.js"></script>
</body>
</html>