-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,45 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Robert Shelton</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Cousine|Special+Elite&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="style.css" /> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Amatic+SC|Cousine|Special+Elite&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<div class="header"> | ||
<div class="profile"> | ||
<img src="./pic.JPG"> | ||
<img src="./pic.JPG" /> | ||
<span>Robert Shelton</span> | ||
</div> | ||
<div class="btns"> | ||
<a href="./resume_robert_shelton.pdf" download="resume_robert_shelton">[download resume]</a> | ||
<a href="mailto:[email protected]">[email me]</a> | ||
<a href="./resume_robert_shelton.pdf" download="resume_robert_shelton" | ||
>[download resume]</a | ||
> | ||
<a href="mailto:[email protected]">[email me]</a> | ||
</div> | ||
</div> | ||
<div class="wrapper"> | ||
<p> | ||
Hello! My name is Robert, I'm a developer/systems engineer and my focus is using technology and engineering to solve <b>business problems</b>. As of Fall 2019, I am looking for full time positions in the realm of web development, analytics, and operations research. | ||
Hello! My name is Robert, I'm a data/solutions minded engineer and my | ||
focus is using technology, math, and practicality to solve | ||
<b>business problems</b>. | ||
</p> | ||
<p> | ||
I am finishing up my senior year at <b>Virginia Tech</b> in the <b>Industrial & Systems Engineering</b> department where I have been cultivating my passions for optimization and design through classes on linear/non-linear programming, human factors, statistics, and industrial process. | ||
</p> | ||
<p> | ||
In industry, I have developed my craft as a full-stack web developer through two great companies, <a class="company" href="https://www.excella.com/">Excella</a> and <a class="company" href="https://www.lightbulbmachine.com/">Lightbulb Machine</a>, and I have written production code in <b>Angular</b>, <b>Vue</b>, <b>React</b>, <b>.NET</b>, and <b>Python</b>. | ||
</p> | ||
<p> | ||
I excel in roles where work is centered around <b>"why?"</b> questions. Why did we put that button in the right corner of the site? Why do we need an interactive feature on this page? Why should we choose Heroku instead of S3 for hosting? <b>"Why"</b> questions spark my curiosity and lead me to be more productive because I genuinely enjoy those sorts of puzzles. My degree and work experience have helped me as a <b>"how"</b> thinker, because engineering is about figuring out "how" to make something work, but "why" questions are my natural curiosity. | ||
</p> | ||
<p> | ||
For more detail on my work and school experience, check out my <a href="./resume_robert_shelton.pdf" download="robert_shelton_resume">resume</a> or <a href="mailto:[email protected]">email me</a>. I'd love to connect. | ||
For more detail on my experience, check out my | ||
<a href="./resume_robert_shelton.pdf" download="robert_shelton_resume" | ||
>resume</a | ||
> | ||
or <a href="mailto:[email protected]">email me</a>. I'd love | ||
to connect. | ||
</p> | ||
</div> | ||
<div class="footer"> | ||
<div>email: [email protected]</div> | ||
<div>github: rbs333</div> | ||
<div>email: [email protected]</div> | ||
<div>github: rbs333</div> | ||
</div> | ||
</body> | ||
</html> | ||
</html> |
Binary file not shown.