-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-map.html
212 lines (197 loc) · 12.4 KB
/
site-map.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Buddy Up</title>
<link href="./_assets/css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="./_assets/css/site-map.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,900' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./_assets/js/bootstrap.min.js"></script>
<script src="../_assets/js/detect-mobile.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-default container" role="navigation">
<div class="wrapper">
<!-- Mobile menu -->
<div class="navbar-header" id="nav-mobile">
<button id="menu-button" class="navbar-toggle logo-wrapper" data-toggle="collapse" data-target="#nav-main">
<span class="logo">Logo</span>
</button>
<a href="./secondary/all-notifications.html" id="notifications-button" class="navbar-toggle notifications" data-toggle="collapse" data-target="#nav-notifications">
<span class="icon icon-notification"></span><span class="icon icon-badge">4</span>
</a>
</div>
<!-- Regular menu -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="nav-main">
<ul class="nav navbar-nav">
<li class="hidden-xs main-link logo-wrapper"><a href="./index.html" class="logo"> </a></li>
<li class="visible-xs-block main-link"><a href="./index.html">Home</a></li>
<li class="main-link"><a href="./buddies/index.html">Buddies</a></li>
<li class="main-link"><a href="./courses/index.html">Courses</a></li>
<li class="main-link"><a href="./tutors/index.html">Tutors</a></li>
<li class="hidden-xs pull-right" id="profile-overflow">
<!-- Profile & Overflow dropdown -->
<a href="" data-toggle="dropdown" class="button">
<span class="img" style="background-image: url('./_assets/images/people/bforrest-200-200.png');"> </span>
<span class="name">Brian Forrester</span>
</a>
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dLabel">
<li role="presentation">
<ul class="list overflow-list">
<li class=""><a href="./secondary/my-profile">My Profile</a></li>
<li class=""><a href="./secondary/my-events.html">My Events</a></li>
<li class=""><a href="./secondary/help.html">Help</a></li>
<li class=""><a href="./registration/logout.html">Log out</a></li>
</ul>
</li>
</ul>
<!-- / Profile & Overflow dropdown -->
</li>
<li class="hidden-xs pull-right" id="notifications">
<!-- Notifications dropdown. Appears after Profile because float:right -->
<a href="" data-toggle="dropdown" class="button notifications"><span class="icon icon-notification"></span><span class="icon icon-badge">4</span></a>
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dLabel">
<li role="presentation">
<ul class="tablelist-group">
<li class="tablelist-group-row">
<a href="./buddies/profile.html">
<ul class="tablelist">
<li class="icon"><div class="block circle" style="background-image:url('./_assets/images/people/15.jpg')"> </div></li>
<li class="main">
<div class="title">John Doe is now following you!</div>
<div class="subtitle">5:32PM</div>
</li>
</ul>
</a>
</li>
<li class="tablelist-group-row">
<a href="./courses/event-detail.html">
<ul class="tablelist">
<li class="icon"><div class="block square" style="background-image:url('./_assets/images/courses/stats101.jpg')"> </div></li>
<li class="main">
<div class="title">You've been invited to an event!</div>
<div class="subtitle">5:32PM</div>
</li>
</ul>
</a>
</li>
<li class="see-all">
<a href="./secondary/all-notifications.html">
<span class="icon icon-notification"> </span>See all notifications
</a>
</li>
</ul>
</li>
</ul>
<!-- / Notifications dropdown -->
</li>
<!-- Reiterate overflow menu ONLY for mobile menu -->
<li class="visible-xs-block"><a href="./secondary/my-profile">My Profile</a></li>
<li class="visible-xs-block"><a href="./secondary/my-events.html">My Events</a></li>
<li class="visible-xs-block"><a href="./secondary/help.html">Help</a></li>
<li class="visible-xs-block"><a href="./registration/login.html">Log out</a></li>
<!-- /Reiterate overflow menu for mobile menu -->
</ul>
</div> <!-- ./navbar-collapse -->
</div><!-- /wrapper -->
</nav>
</header>
<div id="main">
<article id="top" class="simple">
<div class="wrapper container">
<div class="row">
<h1 class="col-md-6 col-md-offset-3">Site Map</h1>
<p class="col-md-6 col-md-offset-3">
Lorem Ipsum dolor sit amet is simply dummy text of the printing and typesetting industry.
</p>
</div>
</div>
</article>
<article id="main-content" class="container">
<section id="" class="row">
<div class="col-md-6 col-md-offset-3">
<div class="group-heading"><h3>Pages</h3></div>
<ul class="bulleted">
<li><a href="./index.html">Home</a></li>
<li>
<a href="./buddies/index.html">Buddies</a>
<ul class="bulleted">
<li><a href="./buddies/filtered.html">Buddies Filtered</a></li>
<li>Advanced Search</li>
<li><a href="./buddies/profile.html">Buddy Profile</a></li>
</ul>
</li>
<li>
<!-- <a href="./courses/index.html"> -->Courses<!-- </a> -->
<ul class="bulleted">
<li><a href="./courses/detail.html">Detail</a></li>
<li><a href="./courses/followers.html">Followers</a></li>
<li>
<a href="./courses/events.html">Events</a>
<ul class="bulleted">
<li><a href="./courses/event-detail.html">Event Detail</a></li>
<li><a href="./courses/new-event.html">New Event</a></li>
</ul>
</li>
</ul>
</li>
<li>
<!-- <a href="./courses/index.html"> -->Tutors<!-- </a> -->
<ul class="bulleted">
<!-- <li><a href="./courses/detail.html">Course Detail</a></li> -->
</ul>
</li>
<li>My Profile</li>
<li>
Registration
<ul class="bulleted">
<li><a href="./registration/profile-setup.html">Profile Setup</a></li>
</ul>
</li>
</ul>
</div>
</section>
<section id="" class="row">
<div class="col-md-6 col-md-offset-3">
<div class="group-heading"><h3>Templates</h3></div>
<ul class="bulleted">
<li><a href="./templates/lists.html">Lists</a></li>
<li><a href="./templates/single-form.html">Single Form</a></li>
<li>Buttons and Icons</li>
<li>Registration Page</li>
<li><a href="./templates/modal.html">Modal</a></li>
<li>
Bare Pages
<ul class="bulleted">
<li><a href="./templates/bare-simple.html">Simple</a></li>
<li><a href="./templates/bare-landing.html">Landing</a></li>
<li><a href="./templates/bare-detail.html">Detail</a></li>
<li><a href="./templates/bare-profile.html">Profile</a></li>
</ul>
</li>
</ul>
</div>
</section>
</article>
</div>
<footer>
<div class="container">
<p class="row">
<span><a href="./secondary/privacy.html">Privacy Policy</a></spam>
•
<span><a href="./secondary/terms.html">Terms</a></span>
•
<span>©BuddyUp, inc. 2014 — All rights reserved.</span>
•
<span>Icons by <a href="http://www.entypo.com" target="_blank">Entypo</a></span>
</p>
</div>
</footer>
</body>
</html>