-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-collaboratory.html
273 lines (245 loc) · 13 KB
/
post-collaboratory.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Post</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!--import -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Anaheim" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
.kbin_post-info-bar {
background-color: whitesmoke;
padding-top: 2vh;
padding-bottom: 2vh;
}
</style>
<link rel="stylesheet" href="css/main.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<link href="http://vjs.zencdn.net/6.6.3/video-js.css" rel="stylesheet">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- If you'd like to support IE8 -->
<script src="http://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
</head>
<body>
<!-- Main -->
<div class="container-fluid " style="background-color:#9165ab; height:5px"></div>
<br>
<div class="container">
<div class="row justify-content-between">
<div class="col-12 col-md-4">
<img src="img/logo.png" alt="" height="65px">
</div>
<div class="col-12 mt-2 mt-md-0 col-md-6 align-self-center">
<h3 class="kbin_h3">Global teams extending the limits of the possible in education.</h3>
</div>
</div>
</div>
<!-- /container -->
<div class="containter top-buffer">
</div>
<nav class="navbar navbar-expand-xl navbar-light bg-light justify-content-center">
<!--TODO : Show this only on smaller devices
<a class="navbar-nav kbin_nav-link .d-none" href="#">HOME</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="collaboratory.html">COLLABORATORY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rbi.html">RESEARCH-BASED INNOVATION</a>
</li>
<li class="nav-item">
<a class="nav-link kbin_nav-link-active" href="post-collaboratory.html">BUILDING CULTURAL CAPACITY FOR INNOVATION</a>
</li>
<li class="nav-item">
<a class="nav-link" href="kb.html">KNOWLEDGE FORUM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contributors.html">CONTRIBUTORS</a>
</li>
</ul>
</div>
</nav>
<!-- /nav -->
<div>
<div class="row kbin_login-bar">
<div class="col-12 col-sm-8 col-md-9 col-lg-10 kbin_logged-in-info">
<div class="media">
<img class=" mr-3 float-left" src="img/collaboratory/profile_pic.jpg" alt="Profile Picture">
<div class="media-body align-self-center">
<div class="kbin_teacher-name mt-0">Daniel Smith</div>
<div class="kbin_teacher-info">
Principal of Greenwood high School - Liverpool, UK
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-4 col-md-3 col-lg-2 no-padding ">
<button class="btn kbin_btn-orange" onclick="window.location.href='create-challenge.html'" style="height:100%;width:100%">Create Challenge</button>
</div>
</div>
</div>
<!-- /Login Info-->
<br>
<div class="container">
<div class="row justify-content-center ">
<div class="col-12 col-md-10 kbin_post-info-bar">
<div class="row align-items-center" style="height:100%">
<div class="col-12 col-lg-6 align-middle" class="height:100%">
<span class="d-block text-center text-lg-left align-bottom kbin_post-title">Discovery Design, Technology, Theory</span>
</div>
<div class="col-6 col-lg-2 mt-1">
<div class="mx-auto d-block text-sm-left text-md-right ">
<span class="badge kbin_badge-secondary">15</span> Advances</div>
</div>
<div class="col-6 col-lg-2 mt-1">
<div class="text-right text-sm-left">
<span class="badge kbin_badge-secondary">3</span> Requests</div>
</div>
<div class="col-12 mt-2 col-lg-2">
<button class="btn kbin_btn-primary float-sm-right d-block mx-auto d-lg-none " style="width:100%">Build On</button>
<button class="btn kbin_btn-primary float-right d-none d-lg-block ">Build On</button>
</div>
</div>
</div>
</div>
<!-- /info-bar-->
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-9">
<div class="row align-items-center">
<div class="col-12">
<br>
<br>
<h2 class="text-center">Pri Ex Enum oranius</h2>
<br>
</div>
</div>
</div>
</div>
<!-- /Title -->
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-9">
<div class="row ">
<div class="col-12 col-sm-10">
<div class="kbin_post-author-bar">
<div class="media">
<img class=" mr-3 float-left" src="img/collaboratory/profile_pic.jpg" style="height:50px;width:50px" alt="Profile Picture">
<div class="media-body align-self-center">
<div class="kbin_collaboratory-author-name mt-0">Daniel Smith</div>
<div class="kbin_grey-text">
Principal of Greenwood high School - Liverpool, UK
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-2 mt-1 mt-sm-0">
<div class="kbin_grey-text">August 07, 2018 10:00AM</div>
</div>
</div>
</div>
</div>
<!-- /Author Details -->
<div class="row justify-content-center top-buffer">
<div class="col-12 col-md-10 col-lg-9">
<div class="row justify-content-center">
<div class="col-12 ">
<div class="embed-responsive embed-responsive-21by9" style="width:100%">
<video id="my-video" class="video-js embed-responsive-item vjs-default-skin" controls preload="auto" width="640" height="264"
poster="img/video-poster.png" data-setup="{}">
<source src="video/child.mp4" type='video/mp4'>
<source src="MY_VIDEO.webm" type='video/webm'>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
</div>
</div>
</div>
</div>
<!-- /Video -->
<br>
<div class="row justify-content-center top-buffer">
<div class="col-12 col-md-10 col-lg-9">
<div class="row justify-content-center">
<div class="col-12">
<p class="text-justify kbin_long-text">
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature
from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney
College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem
Ipsum passage, and going through the cites of the word in classical literature, discovered the
undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum
et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise
on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum,
"Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem
Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33
from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form,
accompanied by English versions from the 1914 translation by H. Rackham.
</p>
<p class="text-justify kbin_long-text">
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature
from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney
College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem
Ipsum passage, and going through the cites of the word in classical literature, discovered the
undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum
et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise
on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum,
"Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-7">
</div>
</div>
</div>
<div class="container-fluid kbin_site-footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-9">
<p>
<br>
<i class="far fa-copyright"></i>2018 Knowledge Building Innovation Network.All Rights Reserved
</p>
</div>
<div class="col-12 col-md-3">
<span style="font-size:3em; color:#3b5998" class="float-right float-md-none">
<i class="fab fa-facebook-square"></i>
</span>
<span style="font-size:3em; color:#00aced" class="float-right mx-2 mx-md-0 float-md-none">
<i class="fab fa-twitter-square"></i>
</span>
</div>
</div>
</div>
</div>
<script src="http://vjs.zencdn.net/6.6.3/video.js"></script>
<script src="js/main.js"></script>
</body>
</html>