-
Notifications
You must be signed in to change notification settings - Fork 7
/
about_John.html
103 lines (85 loc) · 4.14 KB
/
about_John.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
<!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">
Jeffery John<br>
<span>Ground Software Lead</span><br>
</h5>
<img class="hover-img" src="assets/images/team/current leads color/Jeffery_John.jpg"
alt="Jeffery John">
</div>
</div><!-- column end -->
<!-- column start -->
<div class="eight-columns">
<div class="content-left-margin-20">
<blockquote class="p-style-medium text-color-4">Jeffery is a graduate student in
Human-Computer Interaction and joined Iris in 2022. He enjoys the
intersection of technology, policy, and space. Along with Iris, he serves as the
software lead for Carnegie Mellon Mission Control and is excited to see
where the team launches next!
</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>