-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (252 loc) · 28.1 KB
/
index.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rob Keys</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/images/little_icon.png" />
<link href="css/carousel.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div class="masthead">
<div class="container">
<div class="logo col-xs-6">
<p>ROB KEYS</p>
</div>
</div>
</div>
<!--
<div id="myCarousel" class="carousel slide" data-ride="carousel">
< Indicators --
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="images/carousel-slider.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>Project 1</h2>
<h2>This website</h3>
<hr>
<p>Im working on building this website rn</p>
</div>
<div class="col-md-4">
<div class="carousel-image">
<img src="images/carousel/JAXawards_PostImage_398x298.jpg" alt="First Slide Image">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<img class="second-slide" src="images/carousel-slider.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>Project 2</h2>
<h3>Tidbyt app</h3>
<hr>
<p>Im building an app for tidbyt that is reactive to the situation</p>
</div>
<div class="col-md-4">
<div class="carousel-image">
<img src="images/carousel/zero-to-docker-hero.png" alt="Second Slide Image">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<img class="third-slide" src="images/carousel-slider.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>Outside of code</h2>
<h3>Football</h3>
<hr>
<p>Im a linebacker for UVA and trying to start next year!</p>
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li data-target="#myCarousel" data-slide-to="1" class="active"></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active left">
<img class="first-slide" src="images/slider-bg-2.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>JAX 2015 Award</h2>
<h3>Industry Awards!</h3>
<hr>
<p>Netflix is honored to receive the Jury's choice award for Innovation at
<a href="http://jaxenter.com/jax-awards-winners-announced-at-jax-2015-conference-116358.html">JAX 2015 conference</a>.</p><p>
</p><p>We would like to thank all of those who contribute to the Netflix open source community including our Netflix developers, all external contributors,
and our active user base.</p>
<p>Netflix Open Source won the JAX Special Jury Award. Jury member Neal Ford was quoted as saying "that architecture is
cool again, that it can be used as a business differentiator, and when done right it is a huge advantage. Netflix showed the power of internalizing
DevOps into their architecture; all architectures will do this in the future."</p>
</div>
<div class="col-md-4">
<div class="carousel-image">
<img src="images/carousel/JAXawards_PostImage_398x298.jpg" alt="First Slide Image">
</div>
</div>
</div>
</div>
</div>
<div class="item next left">
<img class="second-slide" src="images/slider-bg-2.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>Getting Started</h2>
<h3>How can you get started quickly?</h3>
<hr>
<p>For the simple approach, try out our <a href="http://techblog.netflix.com/2014/11/zerotodocker-easy-way-to-evaluate.html">ZeroToDocker</a>
container images. After downloading the images, you can be up and running NetflixOSS in just a few minutes.</p>
<p>After you've tackled that, check out the <a href="https://github.com/aspyker/acmeair-netflix">IBM ACME Air</a>
and <a href="https://github.com/cfregly/fluxcapacitor/wiki">Flux Capacitor</a> apps, and the
<a href="https://github.com/Netflix-Skunkworks/zerotocloud">Zero-to-Cloud workshop.</a></p>
<p>See these <a href="http://answersforaws.com/resources/netflixoss/cloudformation/">CloudFormation templates</a>
on Answers For AWS for use of NetflixOSS through CloudFormation.</p>
</div>
<div class="col-md-4">
<div class="carousel-image">
<img src="images/carousel/zero-to-docker-hero.png" alt="Second Slide Image">
</div>
</div>
</div>
</div>
</div>
<div class="item">
<img class="third-slide" src="images/slider-bg-2.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<div class="col-md-8">
<h2>Our Team</h2>
<h3>Want to work on this technology?</h3>
<hr>
<p>If you are looking to have a large impact at a growing company and work with a high performance team - start here. Work with talented colleagues on hard problems that affect millions of customers.</p>
<p>At Netflix we value high performance, freedom and responsibility. We don't focus on rules, processes or procedures. We are candid and transparent and seek excellence in everything that we do.</p>
<p>We tackle problems others have not been able to solve. We license great content, build systems at scale and use data to push the business forward. We connect people with movies and television globally.</p>
<p>Check out our <a href="https://jobs.netflix.com/">jobs</a> page for current openings.</p>
</div>
<div class="col-md-4">
<div class="carousel-image">
<img src="images/carousel/OpenSourceTeamMembersFountain-20150520.JPG" alt="Third Slide Image">
</div>
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="callout">
<div class="container">
<div class="col-xs-14">
<h1><span style="color:#e07e29;">Rob Keys</span></h1>
<hr>
<p><span style="color:#000000;">
I am a second-year Computer Science student at the University of Virginia, on track to graduate in three years. In addition to my academic pursuits, I play football for the University of Virginia as a linebacker. I have maintained a 4.0 GPA, demonstrating my dedication and commitment to excellence both on and off the field. My interests lie in software development and cybersecurity, and I am actively seeking job and internship opportunities to further develop my skills and gain practical experience in these fields. I am eager to bring my strong work ethic, teamwork, and problem-solving abilities to a professional setting.
</span></p>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="row featurette">
<div class="col-sm-8">
<h2 class="featurette-heading"><a class="nostyle" name="coursework">Coursework</a></h2>
<h3>A summary of the coursework I've taken at the University of Virginia</h3>
<p>I am currently pursuing a degree in Computer Science at the University of Virginia. Throughout my academic journey, I have taken a variety of courses that have equipped me with a strong foundation in both theoretical and practical aspects of computer science and mathematics. Some of the key courses I have completed include:</p>
<ul>
<li>CS 2100 & 3100: Data structures and algorithms</li>
<li>CS 3710: Intro to Cybersecurity</li>
<li>CS 3140 & 3240: Advanced Software Engineering</li>
<li>CS 4760: Network Security</li>
<li>APMA 3080: Linear Algebra</li>
</ul>
<p>These courses have provided me with a deep understanding of data structures, algorithms, software engineering principles, operating systems, linear algebra, and probability. I am confident that the skills and knowledge I have gained will be valuable in a professional setting and will enable me to contribute effectively to any team.</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-sm-8">
<h2 class="featurette-heading"><a class="nostyle" name="personal-projects">Personal Projects</a></h2>
<h3>The personal projects I have already developed</h3>
<p class="lead">This Website, Eggs by the dozen computer vision AI, SIG AI club, Statistics project in R</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-sm-8">
<h2 class="featurette-heading"><a class="nostyle" name="current-project">Current Project & </a></h2>
<h3>The project I am working on right now</h3>
<p class="lead"> This website!</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-sm-8">
<h2 class="featurette-heading"><a class="nostyle" name="user-interface">Contact info</a></h2>
<h3>Work contact info</h3>
<p class="lead"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<footer>
<div class="footer">
<div class="container">
<div class="col-md-4">
<p class="footer-sub"><strong>Stay in Touch</strong></p>
<ul>
<li><a href="mailto:[email protected]">Send Me An Email</a></li>
<li><a href="https://x.com/RobKeys7" target="_blank">My twitter</a></li>
<li><a href="https://virginiasports.com/player/rob-keys/" target="_blank"> My Player Page</a></li> <!-- Add instagram, other socials -->
</ul>
</div>
<div class="powered-by-copyright col-md-4">
<p style="clear:both;">©2024 Rob Keys. ALL RIGHTS RESERVED</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<div id="hl-aria-live-message-container" aria-live="polite" class="visually-hidden"></div><div id="hl-aria-live-alert-container" role="alert" aria-live="assertive" class="visually-hidden"></div></body></html>
</html>