-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (42 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
53 lines (42 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="RCC Computer Science Club Website">
<meta name="author" content="Computer Club">
<link rel="stylesheet" type="text/css" href="index.css">
<link href='stylesheets/fullcalendar.css' rel='stylesheet' />
<link href='stylesheets/fullcalendar.print.css' rel='stylesheet'media='print' />
<!--style for the calendars buttons -->
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<!-- style for the calendar -->
<link href="https://bootswatch.com/4/slate/bootstrap.min.css" rel="stylesheet">
<script src="javascript/moment.js"></script>
<script src="javascript/jquery.js"></script>
<script src="javascript/fullcalendar.js"></script>
<script type='text/javascript' src='javascript/gcal.js'></script>
<script src="javascript/sha256.js"></script>
<script>
$(document).ready(function() {
var _0x59ea=['auto','prev,next\x20today','title','month,agendaWeek,agendaDay','rcccomputerscienceclub@gmail.com','#calendar','fullCalendar'];(function(_0x5478a1,_0x4cd024){var _0x29a48c=function(_0x21d244){while(--_0x21d244){_0x5478a1['push'](_0x5478a1['shift']());}};_0x29a48c(++_0x4cd024);}(_0x59ea,0x132));var _0x1fe7=function(_0x4a3369,_0x559e9a){_0x4a3369=_0x4a3369-0x0;var _0xb56dc4=_0x59ea[_0x4a3369];return _0xb56dc4;};var calendar=$(_0x1fe7('0x0'));calendar[_0x1fe7('0x1')]({'googleCalendarApiKey':'AIzaSyAoAY43pfq2ZeIAi1rS-lDAB6D4u0qsekw','contentHeight':_0x1fe7('0x2'),'aspectRatio':0x2,'header':{'left':_0x1fe7('0x3'),'center':_0x1fe7('0x4'),'right':_0x1fe7('0x5')},'selectable':!![],'selectHelper':!![],'navLinks':!![],'editable':![],'eventLimit':!![],'events':{'googleCalendarId':_0x1fe7('0x6')}});
});
</script>
<title>Computer Science Club</title>
</head>
<body>
<header>
<h1 style="text-align:center">Computer Science Club</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="About.html">About</a>
<a href="FAQ.html">FAQ</a>
<a href="Activities.html">Activities</a>
<a href="Accomplisments.html">Accomplishments</a>
</nav>
<hr />
<div id="calendar"></div>
<h2>
</h2>
</body>
</html>