-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
138 lines (121 loc) · 5.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ANIL HARISH - My Blogs</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">ANIL HARISH</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="project.html">Projects</a></li>
<li><a href="lib/docs/Anil_Harish.pdf">Resume</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Posts Lists +++++ -->
<!-- +++++ First Post +++++ -->
<div id="white">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p>
<img src="img/user.jpg" width="50px" height="50px">
<ba>Anil Harish</ba>
</p>
<p>
<bd>February 8th, 2019</bd>
</p>
<h4>All About Robots: Penny-Sized Ionocraft, Caltech's LEg ON Aerial Robotic DrOne (LEONARDO), Smallest Legged Robot in Existence </h4>
<p>
Biological insects are masters of efficient small-scale flying. Insect-scale flying robots are usually designed by studying and recreating the structure, control and technique of biological insects. Generally labelled
flapping-wing micro air vehicles (FMAVs) approach the size of real insects. One of the most impressive demonstration has been <a href="https://wyss.harvard.edu/technology/autonomous-flying-microrobots-robobees">RoboBees</a> by Wyss
Institute at Harvard University. Making a tiny robot with flapping wings that can move in all of the degrees of <a href="blog01.html">Continue Reading...</a>
</p>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- +++++ Footer Section +++++ -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>My Recharging Station</h4>
<p>
1400 W Elizabeth St, Apt 208,<br />Fort Collins, CO - 80521<br /> United States of America.
</p>
</div>
<!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Online Presence</h4>
<p>
<a href="https://linkedin.com/in/anilharish/">LinkedIn</a><br />
<a href="https://github.com/anilharish">GitHub</a><br />
<a href="https://twitter.com/anilh92">Twitter</a><br />
<a href="https://www.facebook.com/MY.TIME.IS.N0W">Facebook</a>
</p>
</div>
<!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>More About Me</h4>
<p>
<a>Mobile: +1 (970) 825-2230</a><br />
<a>Email: anil.harish@outlook.com</a>
</p>
</div>
<!-- /col-lg-4 -->
</div>
</div>
</div>
<div id="copyrights">
<div class="container">
<p>
© Copyrights <strong>Anil Harish</strong>. All Rights Reserved
</p>
<div class="credits">
Hosted on GitHub Pages with <a href="http://jekyllrb.com">Jekyll</a>
</div>
</div>
</div>
<!-- / copyrights -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/php-mail-form/validate.js"></script>
<script src="lib/easing/easing.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>