-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlandingPage.html
More file actions
189 lines (155 loc) · 6.84 KB
/
Copy pathlandingPage.html
File metadata and controls
189 lines (155 loc) · 6.84 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
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
<!DOCTYPE html>
<html>
<head>
<title>Collage</title>
<link rel="stylesheet" href="css/devnet.css"/>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="nextt/next/css/next-blue.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<!--next-->
<link rel="stylesheet" href="nextt/next/css/next-blue.css"/>
<link rel="stylesheet" href="nextt/next-topology/css/next-topology.css"/>
<script type="text/javascript" src="nextt/next/js/next.js"></script>
<script type="text/javascript" src="nextt/next-topology/js/next-topology.js"></script>
<link rel="stylesheet" type="text/css" href=" font-awesome/css/font-awesome.css"/>
<script type="text/javascript" src="https://developers.google.com/speed/libraries/"></script>
<!--JS Files -->
<script type="text/javascript" src="businessLogic.js"></script>
</head>
<body>
<div class = 'navigationPanel' id = 'navPanel'>
<ul>
<li>
<div class="rightbar-item">
<button class="control" onClick = 'settings()'>
<div tag="i" class="fa fa-random"></div>
</button>
</div>
</li>
<li><a href="#" onclick='return showSearchBar()'><i class="glyphicon glyphicon-search"></i> <span> </span></a><input class="form-control" id = 'search' placeholder="Search..." style = 'display:none;' onkeyup = 'showEvents()'></li>
<li><a href="#" onclick='theHub()'><i class="glyphicon glyphicon-user"></i>
<span></span></a>
<div class = "hub" style = 'display:none;'>
<div style = 'border-bottom:1px solid black;'>
<h3>Content Hub</h3>
</div>
<table>
<tbody>
<tr class = 'space'>
<td colspan:'2'> <h4> My Content </h4> </td>
</tr>
<tr class = 'spaceTwo'>
<td> Hackathon Events </td>
</tr>
<tr class = 'subscriptions'>
<td colspan:'2'> <h4> My Subscriptions </h4> </td>
</tr>
<tr>
<td colspan:'2'> Devnet Classes </td>
</tr>
</tbody>
</table>
</div></li>
<li><a href="#" onclick='return showNotifications()'><i class="glyphicon glyphicon-globe"></i> <span></span></a></li>
<li><a href="#" onclick='return showAddTile()'><i class="glyphicon glyphicon-plus-sign"></i> <span></span></a>
<div class = 'newTile'>
Drag a tile onto the Collage:
<span class="label label-primary">Basic Tiles</span><br>
<span class="tile"><img class="draggableTile" type="label" src="label.png" alt="Add a Label" height="50" width="125"/></span>
<span class="tile"><img class="draggableTile" type="image" src="image.png" alt="Add an Image" height="50" width="125"/></span>
<span class="tile"><img class="draggableTile" type="description" src="description.png" alt="Add a Description" height="50" width="125"/></span>
<br><br><span class="label label-primary">Popular Community Tiles</span>
<span class="tile"><img class="draggableTile" type="poster" src="poster.png" alt="Add a Poster" height="50" width="125"/></span>
<span class="tile"><img class="draggableTile" style='left:100px' type="signuplist" src="signuplist.png" alt="Add a Sign Up Sheet" height="50" width="125"/></span>
<br>
<br><span class="label label-primary">Search Community Tiles</span>
<input class="form-control" id = 'tileSearch' placeholder='Search...' style='width:180px'>
</div>
</li>
<li><a href="#"><i class="glyphicon glyphicon-pencil"></i> <span></span></a></li>
</ul>
</div>
<div class = "settings">
</div>
<div class = "notifications">
</div>
<div class = "hub">
</div>
<div class = "newTile">
</div>
<div class = "template">
</div>
<div class = "logo">
</div>
<div class = 'newTile'>
<span class="tile"><img class="draggableTile" type="label" src="label.png" alt="Add a Label" height="50" width="200"/></span>
</div>
<div class = 'nameArea' style = 'display:block;'>
<h1> Hackathon Events </h1>
<button class="right" onClick = 'rightArrowClick()'>
<div tag="i" id="rightIcon" class="glyphicon glyphicon-chevron-right" style = 'font-size:2em'></div>
</button>
<button class="left" onClick = 'leftArrowClick()'>
<div tag="i" id="leftIcon" class="glyphicon glyphicon-chevron-left" style = 'font-size:2em'></div>
</button>
</div>
<div class = 'nameAreaTwo' style = 'display:none;'>
<h1> Devnet Events </h1>
<button class="right" onClick = 'rightArrowClick()'>
<div tag="i" id="rightIcon" class="glyphicon glyphicon-chevron-right" style = 'font-size:2em'></div>
</button>
<button class="left" onClick = 'leftArrowClick()'>
<div tag="i" id="leftIcon" class="glyphicon glyphicon-chevron-left" style = 'font-size:2em'></div>
</button>
</div>
<div class = "canvas">
</div>
<div class = 'searchResults' style = 'display:none;'>
<ul>
<li>Hackathon <i class="glyphicon glyphicon-ok" style = 'font-size:1em;float: right;margin-right: 28px;color: green;'></i></li>
</ul>
</div>
<div class = 'searchResultsSecond' style = 'display:none;'>
<ul>
<li>Devnet <button id = 'subscribeButton' style='float: right;background-color: #fff;border: 0px;' onclick='subscribe()'><i class="glyphicon glyphicon-plus-sign" style = 'font-size:1em;float: right;margin-right: 28px;color: green;' id = 'subscribeIcon'></i></button></li>
</ul>
</div>
<div class = 'notificationsTable'>
<div style = 'border-bottom:1px solid black;'>
<h4 style = 'margin-left:20px;font-weight: bolder;'> Notifications </h4>
</div>
<table>
<tbody>
<tr class = 'spaceUnder'>
<td colspan = '2'> Subscribed to Devnet Events </td>
</tr>
</tbody>
</table>
</div>
<div class = 'settingsPage'>
<div style = 'border-bottom:1px solid black;'>
<h4 style = 'margin-left:35px;font-weight: bolder;'> Settings </h4>
</div>
<table>
<tbody>
<tr class = 'spaceUnder'>
<td><i class="glyphicon glyphicon-user" style = 'font-size:1em;float: right;margin-right: 28px;color: green;'></i></td>
<td> Logged in as: ADMIN </td>
</tr>
<tr >
<td colspan = '2' style = 'text-align:center;'> Help </td>
</tr>
<tr >
<td colspan = '2' style = 'text-align:center;'> Feedback </td>
</tr>
<tr>
<td colspan = '2' style = 'text-align:center;color:blue;'> Signout </td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript" src="dynamicFunctions.js"></script>
</body>
</html>