-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (50 loc) · 2.93 KB
/
index.html
File metadata and controls
60 lines (50 loc) · 2.93 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
<html>
<head>
<base href="/">
<script src="https://code.angularjs.org/1.2.13/angular.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.8/angular-ui-router.min.js"></script>
<script src="app.js"></script>
<!-- Meta -->
<title>Home</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="title" content="Kean University Association for Computing Machinery">
<meta name="description" content="The Kean University Student Chapter of the Association for Computing Machinery (ACM) exists to promote an increased knowledge of the science, design, development, language, and application of computing software and hardware.
ACM is widely recognized as the premier membership organization for computing professionals, delivering resources that advance computing as a science and a profession; enable professional development; and promote policies and research that benefit society.">
<meta name="keywords" content="Association For Computing Machinery,HackKean,Hack Kean,Computer Science,Kean,Kean University">
<link rel="canonical" href="http://keanacm.com/">
<link rel="icon" href="../ACM_Bold.png" />
<!-- CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<meta property=”og:image” content=”https://keanacm.github.io/ACM_Bold.png” />
</head>
<body ng-app="App">
<aside class="sidebar-left">
<div class="logo">
<a href="https://keanacm.github.io"><img src="ACM_Bold.png" height="200" width="200" /></a>
</div>
<div class="title">
<h1>Kean University ACM</h1>
<h4>Association for Computing Machinery</h4>
</div>
<div class="links">
<a name="home" ui-sref="home">home</a>
<a name="about" ui-sref="about">about</a>
<a name="cougarlink" target="_blank" href="https://kean.campuslabs.com/engage/organization/acm">cougarlink</a>
<a name="meeting schedule" target="_blank" href="https://calendar.google.com/calendar/b/1?cid=a2Vhbi5lZHVfbGo1NDllajdlcjVjcmFicWVvaWhqZGk2cmNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ">google calendar</a>
<a name="hack kean" target="_blank" href="http://hackkean.org">hack kean</a>
<a name="resources" ui-sref="resources">resources</a>
<a name="resume" target="_blank" href="https://goo.gl/rFK4QA">resume dropbox</a>
<a name="advising" target="_blank" href="https://sites.google.com/site/cpstechadvisingwebsite/home">kean cs/it advising</a>
<!-- add code samurai hours -->
<!-- volunteer, hack kean link -->
</div>
</aside>
<div class="container">
<div ui-view></div>
</div>
</body>
</html>