-
-
Notifications
You must be signed in to change notification settings - Fork 778
/
header-container-content.html
32 lines (30 loc) · 1.51 KB
/
header-container-content.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
<div class="content-hack-night">
<div class="show-video">
<div class="header-text-margin--events">
<h1 class="title1">Events</h1>
<h2 class="header-desc">
Hack for LA was incubated in the Code for America Brigade Network and continues the valuable work under Civic Tech Structure,
Inc. a network of civic-minded technologists who contribute their skills toward using the web as a platform for local government
and community service.
</h2>
<!--This is hidden when full screen and shown when mobile and tablet-->
<div class="fullscreen--hide-video">
<div>
<iframe class="video-size" src="https://embed.ted.com/talks/jennifer_pahlka_coding_a_better_government"
width="854" height="480" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
</div>
<p id="head-content" class="events--head-content">
To learn more, watch the
<a href="https://www.ted.com/talks/jennifer_pahlka_coding_a_better_government" target="_blank">Ted Talk</a>
by Code for America founder, Jennifer Pahlka, on maintaining a better government through code.
</p>
</div>
<div class="mobile--hide-video fullscreen-video">
<div class="events-video-fullscreen-container">
<iframe class="video-size" src="https://embed.ted.com/talks/jennifer_pahlka_coding_a_better_government"
width="854" height="480" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
</div>
</div>
</div>