-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathblog.html
More file actions
220 lines (167 loc) · 7.54 KB
/
Copy pathblog.html
File metadata and controls
220 lines (167 loc) · 7.54 KB
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AUV-IITB Blog </title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- CSS -->
<link href="./css/style.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<link href="./css/responsive.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<link href="./css/custom.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<link href="./css/navbar.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<!-- Fonts -->
<link href="./fonts/fontAwesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<link href="./fonts/fontello/css/fontello.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css' />
<!--[if lt IE 9]>
<script type="text/javascript" src="./js/modernizr.js"></script>
<link href="./css/ie.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<![endif]-->
</head>
<body>
<!-- SITE HEADER -->
<header id="site-header">
<div class="container">
<a href="index.html">
<img src="./images/AUV-Logo.png" alt="AUV-IITB" height="100px" width="128px" />
</a>
<a href="#" class="toggle-site-nav show-on-mobile show-on-tablet"><i class="icon-reorder"></i></a>
<!-- <nav id="site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./index.html#about">AUVs</a>
<ul>
<li><a href="matsya1.html">Matsya 1.0</a>
<ul>
<li><a href="matsya1.html#elec">Electrical</a></li>
<li><a href="matsya1.html#mech">Mechanical</a></li>
<li><a href="matsya1.html#soft">Software</a></li>
</ul>
</li>
<li><a href="matsya2.html">Matsya 2.0</a>
<ul>
<li><a href="matsya2.html#elec">Electrical</a></li>
<li><a href="matsya2.html#mech">Mechanical</a></li>
<li><a href="matsya2.html#soft">Software</a></li>
</ul>
</li>
<li><a href="matsya3.html">Matsya 3.0</a>
<ul>
<li><a href="matsya3.html#elec">Electrical</a></li>
<li><a href="matsya3.html#mech">Mechanical</a></li>
<li><a href="matsya3.html#soft">Software</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="./index.html#team">Team</a></li>
<li><a href="./index.html#gallery">Gallery</a></li>
<li><a href="./index.html#blog">Blog</a></li>
<li><a href="./index.html#sponsors">Sponsors</a></li>
<li><a href="./index.html#contact">Contact</a></li>
</ul>
</nav>
-->
<!-- end site nav -->
</div>
</header><!-- end site header -->
<div id='cssmenu'>
<ul>
<li ><a href='./index.html#'><span>Home</span></a></li>
<li><a href='./index.html#about'><span>AUVs</span></a>
<ul>
<li class='has-sub'><a href='#'><span>Matsya 1.0</span></a>
<ul>
<li><a href='./matsya1_elec.html'><span>Electrical</span></a></li>
<li><a href='./matsya1_mech.html'><span>Mechanical</span></a></li>
<li class='last'><a href='./matsya1_soft.html'><span>Software</span></a></li>
</ul>
</li>
<li class='has-sub'><a href='#'><span>Matsya 2.0</span></a>
<ul>
<li><a href='./matsya2_elec.html'><span>Electrical</span></a></li>
<li><a href='./matsya2_mech.html'><span>Mechanical</span></a></li>
<li class='last'><a href='./matsya2_soft.html'><span>Software</span></a></li>
</ul>
</li>
<li class='has-sub'><a href='#'><span>Matsya 3.0</span></a>
<ul>
<li><a href='./matsya3_elec.html'><span>Electrical</span></a></li>
<li><a href='./matsya3_mech.html'><span>Mechanical</span></a></li>
<li class='last'><a href='./matsya3_soft.html'><span>Software</span></a></li>
</ul>
</li>
</ul>
</li>
<li><a href='./index.html#team'><span>Team</span></a></li>
<li><a href='./index.html#gallery'><span>Gallery</span></a></li>
<li><a href='./index.html#blog'><span>Blog</span></a></li>
<li><a href='./index.html#sponsors'><span>Sponsors</span></a></li>
<li class='last'><a href='./index.html#contact'><span>Contact</span></a></li>
</ul>
</div>
<!-- BLOG POST -->
<div id="page" class="panel">
<div class="container">
<header class="panel-heading">
<h1 style="margin-left:20px;"><a href="#">New Website Launched.</a></h1>
</header><!-- end heading -->
<div class="cols cols-twothirds-third">
<div class="col col-a">
<div class="col-inner">
<p><img src="./images/blog/blog1.png" alt="" /></p>
<h2>29 August 2014</h2>
<p>In an effort to improve public exposure and keeping up with new web technologies , AUV-IITB finally got its new long-due website in place.</p>
</div>
</div><!-- end col -->
<header class="panel-heading">
<h1><a href="#">Team Performance at Robosub 2014</a></h1>
</header><!-- end heading -->
<div class="col col-a">
<div class="col-inner">
<p><img src="./images/blog/blog2.jpg" alt="" /></p>
<h2>29 August 2014</h2>
<p>Members of the Team share their experience at their 3rd robosub and discuss the issues faced and their attempts to solve them.</p>
</div>
</div><!-- end col -->
<header class="panel-heading">
<h1><a href="#">Vehicle Shipped</a></h1>
</header><!-- end heading -->
<div class="col col-a">
<div class="col-inner">
<p><img src="./images/blog/blog3.jpg" alt="" /></p>
<h2>15 July 2014</h2>
<p>After 3 months of rigorous testing and quality assurance , Team finally retires for a week and is ready to take Robosub 2014.</p>
</div>
</div><!-- end col -->
</div><!-- end cols -->
</div>
</div><!-- end page -->
<!-- SITE FOOTER -->
<footer id="site-footer">
<div class="container">
<p>Copyright © 2014 AUV-IITB | Developed by Meet Shah.</p>
<div class="social social-small">
<a href="https://twitter.com/auviitb" class="social-icon social-icon-twitter"></a>
<a href="https://www.facebook.com/AUVIITB" class="social-icon social-icon-facebook"></a>
<!-- <a href="#" class="social-icon social-icon-gplus"></a> -->
<a href="https://github.com/auv-iitb" class="social-icon social-icon-github"></a>
</div>
</div><!-- end container -->
</footer><!-- end site footer -->
<!-- jQuery -->
<script type="text/javascript" src="./js/jquery.min.js"></script>
<!-- Isotope -->
<script type="text/javascript" src="./js/isotope.js"></script>
<!-- Pretty Photo -->
<link href="./js/prettyPhoto/css/prettyPhoto.css" rel="stylesheet" type="text/css" media="screen" title="stylesheet" />
<script type="text/javascript" src="./js/prettyPhoto/js/jquery.prettyPhoto.js"></script>
<!-- Custom JS -->
<script type="text/javascript" src="./js/script.js"></script>
</body>
</html>