-
Notifications
You must be signed in to change notification settings - Fork 7
/
about_Duvall.html
110 lines (84 loc) · 4.16 KB
/
about_Duvall.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
<!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 -->
<!-- pointer start
<div class="pointer" id="pointer">
<i class="fas fa-long-arrow-alt-right"></i>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div> pointer 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">
Raewyn Duvall<br>
<span>Program Manager</span><br>
</h5>
<img class="hover-img" src="assets/images/team/current leads color/Raewyn.jpg" alt="Raewyn Duvall">
</div>
</div><!-- column end -->
<!-- column start -->
<div class="eight-columns">
<div class="content-left-margin-20">
<blockquote class="p-style-medium text-color-4">Raewyn is a PhD student at CMU under Red Whittaker and Anthony Rowe. She studies how to find small rovers on other planets without the use of GPS and with minimal power consumption. She loves to learn and holds two Masters; she plans to accrue more during her career as she will never leave school. After designing and building prototype robots at NASA’s Swamp Works, Raewyn left for CMU to send Iris to the Moon. Her dreams of space exploration have driven her through her career, but also stands out in her Dogonauts - all her rescue dogs are named after Soviet Space Dogs, a.k.a. Pupniks. She’s proud to be sending a memorial of her first Dogonaut, Mishka, to the Moon on this mission.</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>