Skip to content

Commit b26772c

Browse files
author
Vishal Mathur
committed
ok
1 parent f2eae35 commit b26772c

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

images/photothumb.db

4 KB
Binary file not shown.

images/vishalmathur.png

1.77 MB
Loading

images/vishalmathursign.png

2.86 KB
Loading

index.html

+20-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ul { margin: 0 0 32px 17px; }
2525
#objective { width: 500px; float: left; }
2626
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
27-
dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
27+
dt { font-style: italic; font-weight: bold; font-size: 25px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
2828
dd { width: 600px; float: right; }
2929
dd.clear { float: none; margin: 0; height: 15px; }
3030
</style>
@@ -172,12 +172,30 @@ <h2>Academic Project</h2>
172172
<dd>Available on request</dd>
173173

174174
<dd class="clear"></dd>
175+
<dt style="
176+
height: 50px;
177+
">Signature</dt>
178+
<dd><img src="images/vishalmathursign.png" alt="Photo of vishalmathur digital signature" id="" style="height: 61px;" /></dd>
175179
</dl>
176180

177181
<div class="clear"></div>
178-
182+
179183
</div>
184+
<p>Last Updated : <script>var today = new Date();
185+
var dd = today.getDate();
186+
var mm = today.getMonth() + 1; //January is 0!
187+
var yyyy = today.getFullYear();
188+
189+
if (dd < 10) {
190+
dd = '0' + dd;
191+
}
192+
193+
if (mm < 10) {
194+
mm = '0' + mm;
195+
}
180196

197+
today = mm + '/' + dd + '/' + yyyy;
198+
document.write(today);</script></p>
181199
</body>
182200

183201
</html>

0 commit comments

Comments
 (0)