This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
forked from matthiasanderer/icsFormatter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ics.html
617 lines (530 loc) · 28 KB
/
ics.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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="description"
content="Convert Monash and import monash allocate plus calendar to other calendar software">
<meta name="keywords"
content="Allocate+ to .ics/ical, convert monash timetable to google calendar, allocate plus to ics ical">
<meta name="author" content="Ishan Joshi">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-91540034-1', 'auto');
ga('send', 'pageview');
</script>
<script>
//ics formatter libarary :)
//https://github.com/matthiasanderer/icsFormatter
var icsFormatter = function () {
'use strict';
if (navigator.userAgent.indexOf('MSIE') > -1 && navigator.userAgent.indexOf('MSIE 10') == -1) {
//console.log('Unsupported Browser');
return;
}
var SEPARATOR = (navigator.appVersion.indexOf('Win') !== -1) ? '\r\n' : '\n';
var calendarEvents = [];
var calendarStart = [
'BEGIN:VCALENDAR',
'VERSION:2.0'
].join(SEPARATOR);
var calendarEnd = SEPARATOR + 'END:VCALENDAR';
return {
/**
* Returns events array
* @return {array} Events
*/
'events': function () {
return calendarEvents;
},
/**
* Returns calendar
* @return {string} Calendar in iCalendar format
*/
'calendar': function () {
return calendarStart + SEPARATOR + calendarEvents.join(SEPARATOR) + calendarEnd;
},
/**
* Add event to the calendar
* @param {string} subject Subject/Title of event
* @param {string} description Description of event
* @param {string} location Location of event
* @param {string} begin Beginning date of event
* @param {string} stop Ending date of event
*/
'addEvent': function (subject, description, location, begin, stop) {
// I'm not in the mood to make these optional... So they are all required
if (typeof subject === 'undefined' ||
typeof description === 'undefined' ||
typeof location === 'undefined' ||
typeof begin === 'undefined' ||
typeof stop === 'undefined'
) {
return false;
}
//TODO add time and time zone? use moment to format?
var start_date = new Date(begin);
var end_date = new Date(stop);
var start_year = ("0000" + (start_date.getFullYear().toString())).slice(-4);
var start_month = ("00" + ((start_date.getMonth() + 1).toString())).slice(-2);
var start_day = ("00" + ((start_date.getDate()).toString())).slice(-2);
var start_hours = ("00" + (start_date.getHours().toString())).slice(-2);
var start_minutes = ("00" + (start_date.getMinutes().toString())).slice(-2);
var start_seconds = ("00" + (start_date.getMinutes().toString())).slice(-2);
var end_year = ("0000" + (end_date.getFullYear().toString())).slice(-4);
var end_month = ("00" + ((end_date.getMonth() + 1).toString())).slice(-2);
var end_day = ("00" + ((end_date.getDate()).toString())).slice(-2);
var end_hours = ("00" + (end_date.getHours().toString())).slice(-2);
var end_minutes = ("00" + (end_date.getMinutes().toString())).slice(-2);
var end_seconds = ("00" + (end_date.getMinutes().toString())).slice(-2);
// Since some calendars don't add 0 second events, we need to remove time if there is none...
var start_time = '';
var end_time = '';
if (start_minutes + start_seconds + end_minutes + end_seconds !== 0) {
start_time = 'T' + start_hours + start_minutes + start_seconds;
end_time = 'T' + end_hours + end_minutes + end_seconds;
}
var start = start_year + start_month + start_day + start_time;
var end = end_year + end_month + end_day + end_time;
var a = document.getElementById("clayton-addresses").checked;
if (a) {
console.log("melbourne zone forced");
var calendarEvent = [
'BEGIN:VEVENT',
'CLASS:PUBLIC',
'DESCRIPTION:' + description,
'DTSTART;TZID=Australia/Melbourne:' + start,
'DTEND;TZID=Australia/Melbourne:' + end,
'LOCATION:' + location,
'SUMMARY;LANGUAGE=en-us:' + subject,
'TRANSP:TRANSPARENT',
'END:VEVENT'
].join(SEPARATOR);
} else {
console.log("auto time select");
var calendarEvent = [
'BEGIN:VEVENT',
'CLASS:PUBLIC',
'DESCRIPTION:' + description,
'DTSTART:' + start,
'DTEND:' + end,
'LOCATION:' + location,
'SUMMARY;LANGUAGE=en-us:' + subject,
'TRANSP:TRANSPARENT',
'END:VEVENT'
].join(SEPARATOR);
}
calendarEvents.push(calendarEvent);
return calendarEvent;
},
/**
* Download calendar using the saveAs function from filesave.js
* @param {string} filename Filename
* @param {string} ext Extention
*/
'download': function (filename, ext) {
if (calendarEvents.length < 1) {
return false;
}
ext = (typeof ext !== 'undefined') ? ext : '.ics';
filename = (typeof filename !== 'undefined') ? filename : 'calendar';
var calendar = calendarStart + SEPARATOR + calendarEvents.join(SEPARATOR) + calendarEnd;
window.location.href = "data:text/calendar;charset=utf8," + escape(calendar)
}
};
};
if (typeof define === "function" && define.amd) {
/* AMD Format */
define("icsFormatter", [], function () {
return icsFormatter();
});
} else if (typeof module === "object" && module.exports) {
/* CommonJS Format */
module.exports = icsFormatter();
} else {
/* Plain Browser Support */
this.myModule = icsFormatter();
}
</script>
<script>
function make() {
var calEntry = icsFormatter();
text = document.getElementById("csvValues").value;
if (text.length < 50) {
alert("Enter valid data");
}
else {
var data = text.split('\n');
console.log(data.length);
for (i = 1; i < data.length; i++) {
var subjectCode, desc, group, activity, day, time, campus, location, staff, duration, dates;
var arraydata = data[i].split('\t');
//fetch all variables of a row
subjectCode = arraydata[0];
desc = arraydata[1];
group = arraydata[2];
activity = arraydata[3];
day = arraydata[4];
time = arraydata[5];
campus = arraydata[6];
location = arraydata[7];
staff = arraydata[8];
duration = arraydata[9];
dates = arraydata[10];
//constants
var tab = "\t";
var newline = "\n";
var title = subjectCode + tab + desc + tab + group + activity;
var place = location.substr(0, location.indexOf("/"));
var finalLoc = "";
var claytonStreetNames = {
All: "Alliance Lane",
Anc: "Ancora Imparo Way",
Chn: "Chancellors Walk",
Col: "College Walk",
Exh: "Exhibition Walk",
FGR: "Ferntree Gully Road",
Inn: "Innovation Walk",
Rnf: "Rainforest Walk",
Res: "Research Way",
Sce: "Scenic Boulevard"
};
var locationReplacements = [
[/Exh\w\//, "Exh/"]
];
//CREDITS TO MARK'S WEBSITE AT : https://mcpower.github.io/icallate/
var splitLocation = location.split("/");
if (splitLocation[0].startsWith("CL_") && claytonStreetNames.hasOwnProperty(splitLocation[0].substr(-3, 3))) {
location = "Room " + splitLocation[1] + ", " + splitLocation[0].slice(3, -3) + " " + claytonStreetNames[splitLocation[0].substr(-3, 3)];
}
finalLoc = location;
var year, month, date, hours, minutes, seconds, milliseconds;
seconds = 0;
milliseconds = 0;
//TODO update year based on date rather than fix definition
year = ""+(new Date()).getFullYear();
var lessionDates = dates.split(", ");
for (q = 0; q < lessionDates.length; q++) {
if (lessionDates[q].indexOf("-") >= 0) {
var range = lessionDates[q].split('-');
var d, m;
var s = range[0].split("/");
//('0' + deg).slice(-2) - stackoverflow
d = ('0' + s[0]).slice(-2);
m = ('0' + s[1]).slice(-2);
var tData = time.split(":");
hours = tData[0];
minutes = tData[1];
var periodBegin = new Date(year, m - 1, d, hours, minutes, 0, 0);
s = range[1].split("/");
var d2, m2;
d2 = ('0' + s[0]).slice(-2);
m2 = ('0' + s[1]).slice(-2);
var periodEnd = new Date(year, m2 - 1, d2, hours, minutes, 0, 0);
console.log(periodBegin + "\n" + periodEnd);
while (periodBegin.getTime() <= periodEnd.getTime()) {
var dur = duration.getNums();
//console.log(dur[0]);
var endTime = new Date(periodBegin.getTime() + dur[0] * 60 * 60 * 1000);
var description = campus + " " + desc;
console.log(title + description + finalLoc);
calEntry.addEvent(title, description, finalLoc, periodBegin.toUTCString(), endTime.toUTCString());
periodBegin = new Date(periodBegin.getFullYear(), periodBegin.getMonth(), periodBegin.getDate() + 7, periodBegin.getHours(), periodBegin.getMinutes(), 0, 0);
}
}
else {
s = lessionDates[q].split("/");
d2 = ('0' + s[0]).slice(-2);
m2 = ('0' + s[1]).slice(-2);
var tData = time.split(":");
hours = tData[0];
minutes = tData[1];
periodBegin = new Date(year, m2 - 1, d2, hours, minutes, 0, 0);
var dur = duration.getNums();
//console.log(dur[0]);
var endTime = new Date(periodBegin.getTime() + dur[0] * 60 * 60 * 1000);
var description = campus + " " + desc;
console.log(title + description + finalLoc);
calEntry.addEvent(title, description, finalLoc, periodBegin.toUTCString(), endTime.toUTCString());
}
}
}
localStorage.setItem('last', new Date().toDateString());
}
//TODO enable this download button
calEntry.download('MonashTT', 'ics');
// localStorage.setItem('last', new Date().toDateString());
$("#last_created").innerHTML = (localStorage.getItem('last'));
//Do
}
//testing commit
function activaTab(tab) {
if (tab == '')
//$('.nav-tabs a[href="#' + tab + '"]').tab('show');
$('#myModal').modal('show');
else
$('.nav-tabs a[href="#' + tab + '"]').tab('show');
}
//changed
String.prototype.getNums = function () {
var rx = /[+-]?((\.\d+)|(\d+(\.\d+)?)([eE][+-]?\d+)?)/g,
mapN = this.match(rx) || [];
return mapN.map(Number);
};
function checkMobile() {
var check = false;
(function (a) {
if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(a) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0, 4))) check = true;
})(navigator.userAgent || navigator.vendor || window.opera);
if(check){
alert("Laptop/Desktop are recommended for this activity");
}
if (check) {//TODO check this condition, changed for testing purposes
//TODO make it show rather than hide
$("#mobile-alert").show();
}
}
function bodyLoad() {
checkMobile();
}
$(document).ready(function () {
if (localStorage.getItem('last') != null)
$("#last_created").text(("Your last file was created on: " + localStorage.getItem('last')));
});
</script>
<style>
.help_images {
width: 650px;
}
.tab-pane {
overflow-y: hidden;
}
#profile_pic {
width: 100%;
height: 350px;
}
input[type=checkbox] {
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
padding: 10px;
}
#new_feature {
color: red;
font-size: 1.2em;
}
</style>
</head>
<body onload="bodyLoad()" style="width: 98%;">
<div style="display: none" id="mobile-alert" class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>
</button>
<strong>ALERT</strong>
<p>
Laptops/Desktops are recommended for this activity. We've detected you're using a mobile device.
</p>
</div>
<div class="row" style="width: 98%">
<div class="col-md-1"></div>
<div class="col-md-8"><h1>Allocate+ to Calendar</h1>
<br>
<iframe src="https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fishanjoshi.me%2FicsFormatter%2Fics.html&layout=box_count&size=large&mobile_iframe=true&width=72&height=58&appId"
width="30%" height="100px" style="border:none;overflow:hidden" scrolling="no" frameborder="0"
allowTransparency="true"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4">
<h2>Labs/New Features</h2>
<a href="http://139.59.98.45/icsFormatter/feed.php" target="_blank" id="new_feature">Get a link instead</a>
<ul>
<li>Easily add into google calendar</li>
<li>Share your link with friends so they can view your timetable</li>
<li>More features are coming sooooooon :)</li>
</ul>
<h2>Information</h2>
<ul>
<li>
<h3>What it does</h3>
<p>Converts your Allocate+ Monash timetable to an .ics file which can be used with calendar software</p>
</li>
<li>
<h3>Why it is useful</h3>
<p>Have your timetable directly into your calendar software. Reduce the need to go into Allocate+ every
now and then</p>
</li>
<li>
<h3>Useful external links</h3>
<ul>
<li>
<a href="https://support.google.com/calendar/answer/37118?hl=en">
Import .ics file to Google Calendar
</a>
</li>
<li>
<a href="https://www.lifewire.com/how-to-import-ics-calendar-files-in-ical-1172177">
Import .ics file into iCal (Apple Users) software
</a>
</li>
</ul>
</li>
</ul>
<h2>Tool</h2>
<textarea style="height: 12em; width: 100%" placeholder="Copy Paste your csv file" id="csvValues"></textarea>
<br>
<div class="checkbox">
<label>
<input size="20px" type="checkbox" value="" id="clayton-addresses">
Force Melbourne Time-zone (if not checked it'll use your default timezone)
</label>
</div>
<br><br>
<button style="width: 100%; height: 40px" id="submit" onclick="make()"
data-toggle="modal" data-target="#feedbackModal">
Make .ics
</button>
</div>
<div class="col-md-7">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#step_1" aria-controls="home" role="tab"
data-toggle="tab">Steps</a></li>
<li role="presentation"><a href="#feedback" aria-controls="feedback" role="tab" data-toggle="tab">Feedback</a>
</li>
<li role="presentation"><a href="#about" aria-controls="about" role="tab" data-toggle="tab">About Me</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="step_1">
<!--Step 1-->
<ul>
<li>
<h2>
Open
<a href="http://www.monash.edu/timetables/login.html" target="_blank">
Allocate+
</a>
and login
</h2>
<img class="help_images" src="img/steps/1.JPG">
</li>
<li>
<h2>Click the <span class="glyphicon glyphcon-download">Download</span> button
</h2>
<img class="help_images" src="img/steps/2.JPG">
</li>
</ul>
<ul>
<li>
<h2>Open the Excel File</h2>
<p>Copy and paste all your classes into this tool app</p>
<img class="help_images" src="img/steps/3.png" >
</li>
</ul>
</div>
<div role="tabpanel" class="tab-pane" id="feedback">
<iframe
id="feedback_form"
style="overflow-y: hidden"
src="https://docs.google.com/a/student.monash.edu/forms/d/e/1FAIpQLSetWParibqSuwUHsOwcPDl3AC1Z7IsZpsshdqqqyT9ApaOpPA/viewform?embedded=true"
width="98%" height="600px" frameborder="0" marginheight="0" marginwidth="0">Loading...
</iframe>
</div>
<div role="tabpanel" class="tab-pane" id="about">
<div class="row" style="width: 98%">
<div class="col-md-1"></div>
<div class="col-md-4">
<img src="img/prof/ishan.jpg" id="profile_pic">
</div>
<div class="col-md-6">
<h2>Ishan Joshi</h2>
<p>
I'm currently studying Computer Science at Monash University in Australia. Programming
is my passion and I like making things easier to use :)
<br><br>
Apart from studying I'm into playing cricket, photography and trying out everything I
can...
<br><br>
</p>
<blockquote class="blockquote">
<p class="mb-0">
When things are falling apart, they may be falling into place!!
</p>
</blockquote>
<ul>
<li>
<span class="glyphicon glyphicon-envelope"></span>:
ishan@ishanjoshi.me
</li>
<li>
<span class="glyphicon glyphicon-map-marker"></span>:
Melbourne, Australia
</li>
<li>
<span class="glyphicon glyphicon-map-marker"></span>:
github.com/ish-joshi/
</li>
</ul>
</div>
</div>
<h2>New Features</h2>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeNhatOhDoSVMQTQGsMcQ3CD-NVs2ZP_HhEmq6IoYOx_gkMXg/viewform?embedded=true"
width="95%" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...
</iframe>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Please provide feedback</h4>
</div>
<div class="modal-body">
<iframe
style="overflow-y: hidden"
src="https://docs.google.com/a/student.monash.edu/forms/d/e/1FAIpQLSetWParibqSuwUHsOwcPDl3AC1Z7IsZpsshdqqqyT9ApaOpPA/viewform?embedded=true"
width="98%" height="600px" frameborder="0" marginheight="0" marginwidth="0">Loading...
</iframe>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" onclick="activaTab('about')">Close
</button>
</div>
</div>
</div>
</div>
<script type="text/javascript"> var infolinks_pid = 2961538;
var infolinks_wsid = 0; </script>
<script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script>
</body>