-
Notifications
You must be signed in to change notification settings - Fork 0
/
media.html
executable file
·117 lines (108 loc) · 5.53 KB
/
media.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Media</title>
<link rel="icon" type="image/x-icon" href="images/logos/IMPACT_favicon.ico">
<meta charset="iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="View media from The IMPACT Lab">
<link href="layout/styles/main.css" rel="stylesheet" type="text/css" media="all">
<link href="layout/styles/mediaqueries.css" rel="stylesheet" type="text/css" media="all">
<link href="layout/styles/media.css" rel="stylesheet" type="text/css" media="all">
</head>
<body class="secondary">
<header class="header__top the-header">
<a href="index.html"><img loading="lazy" class="header__logo" src="images/logos/IMPACT_logo1.png" alt="Institute for Modeling Plama, Atmospheres and Cosmic Dust (IMPACT)"/></a>
<div id="hamburger__menu">
<input id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<div id="menu">MENU</div>
<div><span class="menu__hamburger"></span></div>
</label>
<ul class="menu__box">
<li><a class="menu__item" href="index.html">HOMEPAGE</a></li>
<li><a class="menu__item" href="news.html">NEWS</a></li>
<li><a class="menu__item" href="about.html">ABOUT IMPACT</a></li>
<li><a class="menu__item" href="facilities.html">FACILITIES</a></li>
<li><a class="menu__item" href="people.html">PEOPLE</a></li>
<li><a class="menu__item" href="publications.html">PUBLICATIONS</a></li>
<li><a class="menu__item" href="epo.html">EDUCATION / PUBLIC OUTREACH</a></li>
<li><a class="menu__item" href="sservi.html">SSERVI / TEAMS</a></li>
<li><a class="menu__item" href="IDEX.html">IDEX</a></li>
<li><a class="menu__item" href="media.html">MEDIA</a></li>
<li><a class="menu__item" href="meetings.html">MEETINGS</a></li>
<li><a class="menu__item" href="contact.html">CONTACT</a></li>
</ul>
</div>
</header>
<div id="container" class="page__content">
<div class="page__top" style="background-image: url('images/The-flame-nebula_3000px.jpg');">
<div class="page__top__bottom">
<div class="bottom__nav"><a href="index.html">Home </a><span class='divide'> ❱ </span><span class="bottom__nav__page"> Media</span></div>
<div class="page__title">Media</div>
</div>
</div>
<!-- content -->
<div class="content_section">
<div id="container" class="content_container">
<div id="sidebar_1" class="sidebar one_quarter first">
<aside>
<h2>Media Sources</h2>
<nav>
<ul>
<li><a href="#activities">Social Activities</a></li>
<li><a href="#gallery">Image Gallery</a></li>
<li><a href="#videos">Videos</a></li>
</ul>
</nav>
</aside>
</div>
<!-- ################################################################################################ -->
<div class="three_quarter">
<section class="clear">
<h1>Impact Media</h1>
<p>From cutting edge science and engineering to team outings, the media page is a collection of photos, videos, and a live camera showcasing activities happening at IMPACT.</p>
</section>
<section class="clear">
<a name="activities"></a>
<h2>Social Activities</h2>
<p>Outside the office and laboratory, IMPACT employees often partake in various activities with each other. Please enjoy some photos of past outings with the team.</p>
<section class="one_half first">
<figure><img loading="lazy" src="images/sanitas_hike.jpg" alt="">
<figcaption>Photo of some team members after a day of hiking. The photo was taken on top of Mt. Sanitas, outside Boulder, CO.</figcaption>
</figure>
</section>
<section class="one_half">
<figure><img loading="lazy" src="images/paintball.jpg" alt="">
<figcaption>Group photo after a day of playing paintball.</figcaption>
</figure>
</section>
</section>
<section class="clear">
<a name="gallery"></a>
<h2>Image gallery</h2>
<p>Other picture galleries of IMPACT activities including eclipse viewing parties, installation of the dust accelerator, and conference happenings, can be found <a href="https://www.flickr.com/photos/ccldas/albums" target="_blank">here</a>.</p>
</section>
<section class="clear">
<a name="videos"></a>
<h2>Videos</h2>
<section class="one_half first">
<p>The arrival and preperation of the 3 MV dust accelerator was an exciting time. Since then, IMPACT has been conducting a variety of hypervelocity impact studies. Here is a video of the pelletron being delivered and assembled.</p>
</section>
<section class="one_half">
<div class="youtube__video">
<iframe src="https://www.youtube.com/embed/eFtlVGmB54w" frameborder="0" allowfullscreen></iframe>
</div>
</section>
</section>
</div>
<!-- ################################################################################################ -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- Scripts -->
<!-- JS -->
<script type='text/javascript' src="layout/scripts/effects.js" defer></script>
</body>
</html>