-
Notifications
You must be signed in to change notification settings - Fork 7
/
about_Muraskin.html
106 lines (88 loc) · 4.56 KB
/
about_Muraskin.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IRIS Team</title>
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700%7COswald:300,400,500,600,700"
rel="stylesheet" type="text/css">
<!-- styles -->
<link href="assets/css/plugins.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
</head>
<body class="loader">
<!-- loading start -->
<div class="loading">
<img class="logo-loading" src="assets/images/logo/logo-loader.png" alt="logo">
</div><!-- loading end -->
<!-- header start -->
<header class="fixed-header">
<!-- header-flex-box start -->
<div class="header-flex-box">
<!-- logo start -->
<a href="index.html" class="logo pointer-large animsition-link">
<div class="logo-img-box">
<img class="logo-white" src="assets/images/logo/logo-white.png" alt="logo">
<img class="logo-black" src="assets/images/logo/logo-black.png" alt="logo">
</div>
</a><!-- logo end -->
</div><!-- header-flex-box end -->
</header><!-- header end -->
<!-- animsition-overlay start -->
<main class="animsition-overlay" data-animsition-overlay="true">
<!-- flex-min-height-box start -->
<div class="dark-bg-1 flex-min-height-box">
<!-- flex-min-height-inner start -->
<div class="flex-min-height-inner">
<!-- flex-container start -->
<div class="flex-container reverse container small top-bottom-padding-10 project-quot">
<!-- column start -->
<div class="four-columns">
<div class="content-right-margin-20">
<h5 class="small-title-oswald text-color-4">
Zach Muraskin<br>
<span>Science Lead</span><br>
</h5>
<img class="hover-img" src="assets/images/team/current leads color/Zach_Muraskin.png"
alt="Zach Muraskin">
</div>
</div><!-- column end -->
<!-- column start -->
<div class="eight-columns">
<div class="content-left-margin-20">
<blockquote class="p-style-medium text-color-4">Zach began his journey with Iris in 2022,
just a few months after transferring to Carnegie Mellon. While he continues his academic
endeavors in Physics, which he initiated at his prior institution, he has taken on the
role of Iris Science Lead. Tasked with this responsibility, Zach directs his team
toward refining science objectives and enhancing surface operations in coordination with
other payloads on the Peregrine-1 NASA CLPS mission. Beyond his work with Iris, Zach
delves into nuclear and particle physics and is particularly drawn to nuclear thermal
propulsion and its implications for space exploration.
</blockquote>
</div>
</div><!-- column end -->
</div><!-- flex-container end -->
</div><!-- flex-min-height-inner end -->
</div><!-- flex-min-height-box end -->
<div class="text-center top-bottom-padding-120 red-bg" data-midnight="black">
<a href="team.html" class="pointer-large animsition-link overlay-btn-box">
<span class="overlay-btn" data-text="Team">Back</span>
</a>
</div>
</main><!-- animsition-overlay end -->
<!-- footer start -->
<footer class="footer dark-bg-1">
<!-- flex-container start -->
<div class="flex-container container top-bottom-padding-20">
<!-- column start -->
<div class="twelve-columns">
<p class="p-letter-style text-color-4 footer-copyright">© Copyright 2024 Iris Lunar Rover</p>
</div><!-- column end -->
</div><!-- flex-container end -->
</footer><!-- footer end -->
<!-- scripts -->
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>