-
Notifications
You must be signed in to change notification settings - Fork 2
/
event_sample.html
174 lines (154 loc) · 8.61 KB
/
event_sample.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Event Eater</title>
<meta name="viewport" content="width=100%; initial-scale=1; maximum-scale=1; minimum-scale=1; user-scalable=no;">
<meta content="Aryan Ebrahimpour" name="author">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:title" content="Event Eater" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Manage your events, Easier!" />
<meta property="og:locale" content="en-US" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
<link rel="stylesheet" type="text/css" media="screen" href="lib/Oxlip/oxlip-0.0.2.0.css" />
<link rel="stylesheet" type="text/css" media="screen" href="assets/fonts/fontiran.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css?guid=85234fdc-1b80-4239-aab1-645ce19f8eb2" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
</head>
<body>
<header class="shadow-block">
<div class="container navbar">
<div class="header-left">
<a class="menu-item" href="index.html">Event Eater</a>
<a class="menu-item top-menu-chev" href="#"><i id="chev-icon" class="fas fa-chevron-down"></i></a>
</div>
<div class="header-right">
<a class="menu-item" href="signup.html">Sign up</a>
<a class="menu-item" href="signin.html">Sign in</a>
<a class="menu-item" href="profile.html">
<div class="area row ai-center">
<img class="user-loggedin-avatar" src="assets/images/default_user_icon.png" width="24px" height="24px" />
Aryan Ebrahimpour
</div>
</a>
<a class="hamburger menu-item" href="#"><i class="fas fa-ellipsis-h"></i></a>
</div>
</div>
</header>
<div class="content-body">
<div class="container row h-expand">
<div class="sidebar shadow-block area ox">
<div class="area column oxf ">
<div class="profile-module area column ai-center">
<img class="round" src="assets/images/default_user_icon.png" width="96px" height="96px" />
<span class="profile-name">Aryan Ebrahimpour</span>
<span class="profile-meta">Software Engineer @ Microsoft</span>
</div>
</div>
<div class="area column side-menu ox">
<div class="area ai-start ox">
<div class="side-group-title">Social</div>
<a href="profile.html" class="side-item"><span><i class="fas fa-user-circle"></i>
Profile</span></a>
<a href="notifications.html" class="side-item"><span><i class="fas fa-bell"></i> Notifications</span></a>
<div class="side-group-title">Management</div>
<a href="events.html" class="side-item selected"><span><i class="fas fa-calendar"></i> Events</span></a>
<a href="organizations.html" class="side-item"><span><i class="fas fa-building"></i>
Organizations</span></a>
<div class="side-group-title">Administrator</div>
<a href="host_requests.html" class="side-item"><span><i class="fas fa-calendar-plus"></i> Host
Requests</span></a>
<a href="join_requests.html" class="side-item"><span><i class="fas fa-user-clock"></i> Join
Requests</span></a>
<a href="error.html" class="side-item"><span><i class="fas fa-exclamation-triangle"></i> Error
Page</span></a>
</div>
<div class="side-menu-end area ai-end">
<a href="#" class="side-item"><span><i class="fas fa-cog"></i> Settings</span></a>
</div>
</div>
</div>
<!-- Add ox-nomargin and ox-force class for events side-content -->
<div class="side-content area ox3 ox-nomargin ox-force">
<div class="area column ox ac-start no-wrap ovx-hidden">
<div id="event-banner" style="background: url('assets/photos/banner.jpg')" class="text-center no-margin area column jc-center">
<img class="as-center round" width="100" height="100" src="assets/images/default_user_icon.png" />
<span class="event-title">Introduction to Unit Testing</span>
<span class="event-presenter">by Aryan Ebrahimpour</span>
</div>
<div class="event-content area column ox stay-away sides">
<span class="content-heading">Event Details</span>
<div class="area row ox info-item">
<span class="title">Name:</span>
<span class="value">Introducing a curated list of JS frameworks</span>
</div>
<div class="area row ox info-item">
<span class="title">Description:</span>
<span class="value">Describe your event here...</span>
</div>
<span class="content-heading">Presenter Info</span>
<div class="area row ox info-item">
<span class="title">Name:</span>
<span class="value">John Doe...</span>
</div>
<div class="area row ox info-item">
<span class="title">About:</span>
<span class="value">Describe about yourself here...</span>
</div>
<div class="area row ox info-item">
<span class="title">Resume:</span>
<a href="#" class="value">Download</a>
</div>
<span class="content-heading">Sponsers</span>
<div class="area row ox">
<table class="table">
<thead>
<tr>
<th scope="col">Sponser Name</th>
<th scope="col">Thumbnail</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Linkedin</th>
<td></td>
</tr>
</tbody>
</table>
</div>
<span class="content-heading">Subsections</span>
<div class="area row ox">
<table class="table">
<thead>
<tr>
<th scope="col">Subsection Title</th>
<th scope="col">Time</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Introducing .NET Core</th>
<td>10:30 AM</td>
</tr>
<tr>
<th scope="row">What is ASP.NET?</th>
<td>11 AM</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="shadow-block">
<div class="area h-expand jc-center text-center">No rights reserved!</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>