-
Notifications
You must be signed in to change notification settings - Fork 7
/
about_Colombo.html
110 lines (84 loc) · 3.9 KB
/
about_Colombo.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">
Connor Colombo<br>
<span>Chief Engineer</span><br>
</h5>
<img class="hover-img" src="assets/images/team/current leads color/Connor.png" alt="Connor Colombo">
</div>
</div><!-- column end -->
<!-- column start -->
<div class="eight-columns">
<div class="content-left-margin-20">
<blockquote class="p-style-medium text-color-4">Connor joined Iris as a Junior at CMU in 2019. In 2021, he graduated with both a Masters and Bachelors in Mechanical Engineering and Robotics. He now works at Iris' landing provider, Astrobotic, developing electronic testing systems to validate spacecraft before they fly. In his free time outside of Iris, Connor enjoys running, learning languages, building small embedded projects, and science fiction like The Expanse.</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>