-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
114 lines (108 loc) · 4.82 KB
/
about.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
<html>
<head>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Joshua Brendan Young's Personal Website">
<meta property="og:site_name" content="Keep Hamilton County Safe">
<link rel="stylesheet" href="./index_files/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" id="bootstrap-css" href="./index_files/bootstrap/css/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" href="./index_files/icomoon/style.css">
<link rel='icon' href='./index_files/JBYLogo.png' />
</head>
<script type="text/javascript" src="index.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="./index_files/bootstrap/js/bootstrap.min.js"></script>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<a class="navbar-brand" href="/">JBY</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-0 mt-lg-0">
<li class="nav-item">
<a class="nav-link disabled" href="/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" target='_blank' href="https://drive.google.com/file/d/0B_0qg2d7I4ZQeGlCLTJ5aG5ueVE/view?usp=sharing">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="/contact">Contact</a>
</li>
</ul>
</div>
</nav>
<div class='body'>
<div class='container-fluid'>
<div class='row'>
<div class='col-sm-12 centered'>
</br>
<h1>Who is Joshua Young?</h1>
</br>
</br>
<div class=paragraphs>
<p>I am a senior at Duke University. On campus, I was the CEO, COO, and CTO of Campus Enterprises, a student-run business, and now serve on the board. I am a Teaching Assistant in the Department of Computer Science (CS 250 and CS 310), the President of Challah for Hunger, and am involved in the
Jewish Student Union and Catalyst. I graduated in 2016 in the top 10 of my class from Indian Hill High School, where I played Varsity Soccer and was President of the Latin Club, robotics club, and science olympiad. I was the Editor of the Ohio
Junior Classical League and on the leadership council of the INTERalliance of Greater Cincinnati. During the summers, I have interned in Software Development at Amazon Robotics, 84.51° (data analytics subsidiary of Kroger), in Computer Vision at RideOn Vision, in Software Development at the Western & Southern Financial Group, and in Software Development at the University of Cincinnati IT.</p>
<p>I have a passion for building useful technology which solves complex problems, and I hope to lead a technology company in the future.</p>
<br>
<h4 class='align-left'>Major Projects:</h4>
<ul>
<li><u><a class="align-left" target="_blank" href="https://itunes.apple.com/us/app/pushlearn/id1415554069?mt=8">PushLearn: an iOS app</a></u></li>
<li><u><a class="align-left" target="_blank" href="https://www.gobringit.com/">GoBringIt: a food ordering platform</a></u></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
<footer class="footer">
<div class="container-fluid">
<div class="centered social-buttons ">
<span class="vsco-button">
<a target='_blank' href="https://vsco.co/jbyoung12">
<span class="fa-stack fa-4x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="icon-vsco fa-stack-1x"></i>
</span>
</a>
</span>
<span class="github-button">
<a target='_blank' href="https://github.com/jbyoung12">
<span class="fa-stack fa-4x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-github-alt fa-stack-1x fa-inverse"></i>
</span>
</a>
</span>
<span class="linkedin-button">
<a target='_blank' href="https://linkedin.com/in/jbyoung12">
<span class="fa-stack fa-4x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</span>
<span class="facebook-button">
<a target='_blank' href="https://www.facebook.com/josh.young.1029">
<span class="fa-stack fa-4x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</span>
<span class="instagram-button">
<a target='_blank' href="https://instagram.com/jbyoung12">
<span class="fa-stack fa-4x">
<i class="fa fa-square fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</span>
</div>
</div>
</footer>
</html>