File tree 4 files changed +20
-2
lines changed
4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 24
24
ul { margin : 0 0 32px 17px ; }
25
25
# objective { width : 500px ; float : left; }
26
26
# objective p { font-family : Georgia, Serif; font-style : italic; color : # 666 ; }
27
- dt { font-style : italic; font-weight : bold; font-size : 18 px ; 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 : 25 px ; text-align : right; padding : 0 26px 0 0 ; width : 150px ; float : left; height : 100px ; border-right : 1px solid # 999 ; }
28
28
dd { width : 600px ; float : right; }
29
29
dd .clear { float : none; margin : 0 ; height : 15px ; }
30
30
</ style >
@@ -172,12 +172,30 @@ <h2>Academic Project</h2>
172
172
< dd > Available on request</ dd >
173
173
174
174
< 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 >
175
179
</ dl >
176
180
177
181
< div class ="clear "> </ div >
178
-
182
+
179
183
</ 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
+ }
180
196
197
+ today = mm + '/' + dd + '/' + yyyy ;
198
+ document . write ( today ) ; </ script > </ p >
181
199
</ body >
182
200
183
201
</ html >
You can’t perform that action at this time.
0 commit comments