-
Notifications
You must be signed in to change notification settings - Fork 7
/
about_Vilkas.html
111 lines (85 loc) · 3.92 KB
/
about_Vilkas.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
<!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">
Josh Vilkas<br>
<span>Mission Ops Team Lead</span><br>
</h5>
<img class="hover-img" src="assets/images/team/current leads color/JoshVilkas.jpeg" alt="Josh Vilkas">
</div>
</div><!-- column end -->
<!-- column start -->
<div class="eight-columns">
<div class="content-left-margin-20">
<blockquote class="p-style-medium text-color-4">Josh is the Iris Mission Operations lead. He is currently an undeclared sophomore at CMU. Among his many roles, Josh coordinates weekly, cross-team mission simulations & model analysis to support an optimal mission profile, and has also helped build a streamlined operator training program for 50+ new members. Efforts such as these are crucial in developing the skills and processes necessary for successful surface operations
</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>