-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·239 lines (214 loc) · 12 KB
/
Copy pathindex.html
File metadata and controls
executable file
·239 lines (214 loc) · 12 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Ryan Ching</title>
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'>
<link href="css/stylesheet.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav" style="background-color:black; opacity:.6">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#resume">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Intro Header -->
<header class="masthead" >
<div id="about" class="intro-body" style="border-bottom:2px solid white;">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto" style="background-color:rgba(0,0,0,0.5); border-radius:20px; padding:35px;">
<!-- <img src="img/profilecircle.png" style="margin-bottom: -115px; width:45%"></img> -->
<h1 class="brand-heading">Ryan Ching</h1>
<p style="margin-top:50px">Hello, and welcome to my website! I created this site to tell you a little bit about myself, display some of my previous projects and resume, and to make it easier to contact me. I graduated from the University of Pittsburgh with a Bachelor's degree in computer science, and am continuing my education at Brown University by pursuing a Master's degree in computer science with a concentration in machine learning. I have been coding since my early days of highschool, and am continually drawn to the field of computer science by the unique combination of creativity and logical thinking required to write clean, efficient code. Thank you for taking the time to check out my website! </p>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Section linear-gradient(#010101, #5E5E5E) -->
<section id="portfolio" style="background-color: #46494f; display: inline-block; border-bottom:2px solid white;">
<h1 class="text-center" style="padding-top:30px; color:white">Here are some things I've made: </h1>
<h3 class="text-center" style="color:white; margin-top:20px; margin-bottom:50px;">(Click buttons below to see more about the project)</h3>
<div style="width:93%; margin:auto; margin-bottom:10px; padding:20px; border:2px solid white;">
<span style="margin-left:10%">
<button id="ybbutton" class="btn-active btn-lg" onclick="setYellowBrickImages()">Yellow Brick</button>
</span>
<span style="margin-left:7%">
<button id="ecbutton" class="btn-default" onclick="setEmotionClassifyImages()">Emotion Classify</button>
</span>
<span style="margin-left:7%">
<button id="bcbutton" class="btn-default" onclick="setBrainChainImages()">Brain Chain</button>
</span>
<span style="margin-left:7%">
<button id="plbutton" class="btn-default" onclick="setPlacesImages()">Places</button>
</span>
<span style="margin-left:7%">
<button id="cqbutton" class="btn-default" onclick="setCityQuizImages()">City Quiz</button>
</span>
<span style="margin-left:7%">
<button id="inbutton" class="btn-default" onclick="setInvasionImages()">Invasion</button>
</span>
</div>
<div style="width:93%; margin: auto;">
<div style="width:40%; float:left; display: inline-block; margin-bottom:50px; border-top: solid 2px white; padding-top:30px" class="text-center">
<h2 id="descriptiontitle" style="width:80%; margin-left:10%; margin-bottom:30px; color:white;">Yellow Brick</h2>
<p id="portfoliodescription" style="width:80%; margin-left:10%; color:white"> Yellow Brick is an iOS and Android mobile app that allows users to find deals and discounts at local restaurants and bars and earn loyalty rewards from said businesses. We used React Native to build the front end mobile applications for iOS and Android, and NodeJS to build the backend. We also use the MapBox API and AWS to show deals happening in the user's area in real time. Check out the <a href="https://github.com/ryanching/YellowBrick" target="_blank" style="text-decoration:underline; color:white">code on github!</a></p>
</div>
<div style="width:60%; float:right; display: inline-block; margin-bottom:50px; border-left: solid 2px white; border-top: solid 2px white; padding-top:30px">
<div id="imagecarousel" class="carousel slide" data-ride="carousel" style="width:40%; margin: auto">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#imagecarousel" data-slide-to="0" class="active"></li>
<li data-target="#imagecarousel" data-slide-to="1"></li>
<li data-target="#imagecarousel" data-slide-to="2"></li>
<li data-target="#imagecarousel" data-slide-to="3"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img id="img1" src="img/appStore.png" alt="First Image" style="height:100%; width:100%">
</div>
<div class="carousel-item">
<img id="img2" src="img/map.png" alt="Second Image" style="height:100%; width:100%">
</div>
<div class="carousel-item">
<img id="img3" src="img/modal.png" alt="Third Image" style="height:100%; width:100%">
</div>
<div class="carousel-item">
<img id="img4" src="img/businessProfile.png" alt="Fourth Image" style="height:100%; width:100%">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#imagecarousel" data-slide="prev" style="opacity:1">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#imagecarousel" data-slide="next" style="opacity:1">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section content-section text-center" style="border-bottom:2px solid white;">
<div >
<div class="row" style="width:100%;">
<div class="col-lg-8 mx-auto" style="background-color:rgba(0,0,0,0.5); border-radius:20px;">
<h1 style="width:35%; margin: 0 auto; margin-bottom:50px; padding-top:25px;">My Skills: </h1>
<div style="width:50%; float:left; display: inline-block; ">
<ul style="list-style: none; font-size:23px">
<li><h3 style="text-decoration: underline">Languages</h3></li>
<li>Java</li>
<li>C</li>
<li>JavaScript</li>
<li>HTML/CSS</li>
<li>SQL</li>
<li>Python</li>
<li>Matlab</li>
<li>Swift</li>
</ul>
</div>
<div style="width:50%; float:right; display: inline-block;">
<ul style="list-style: none; font-size:23px">
<li><h4 style="text-decoration: underline">Tools And Frameworks</h4></li>
<li>AngularJS</li>
<li>AWS</li>
<li>Node.js</li>
<li>Firebase</li>
<li>React/React Native</li>
<li>Bootstrap</li>
<li>Git/Github</li>
<li>D3.js</li>
<li>Xcode</li>
<li>Android Studio</li>
<li>Hadoop</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Resume Section -->
<section id="resume" class="content-section text-center" style="background-color:#46494f; border-bottom:2px solid white;">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 style="margin-top: -100px; color:white">Link to my resume (pdf): </h2>
<p style="color:white; margin-top: 40px;">If you want to learn more about my work experience, education, and related coursework, check out my resume!</p>
<div style="margin-top:80px;">
<a href="img/RyanChingResume.pdf" class="btn-default btn-lg" target="_blank">Resume</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section content-section text-center">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto" style="background-color:rgba(0,0,0,0.5); border-radius:20px;">
<h2 style="color:white; width:50%; margin: 0 auto; margin-bottom:50px; padding:25px;">Contact Me</h2>
<p style="margin:60px; ">Send me an email at <a href="mailto:RyanAChing@gmail.com" style="text-decoration:underline; color:white">RyanAChing@gmail.com</a>, or feel free to message me on LinkedIn and check out my GitHub!</p>
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="mailto:RyanAChing@gmail.com" class="btn btn-default btn-lg">
<i class="fa fa-envelope fa-fw"></i>
<span class="network-name">Email</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/ryan-ching/" class="btn btn-default btn-lg" target="_blank">
<i class="fa fa-linkedin fa-fw"></i>
<span class="network-name">LinkedIn</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/ryanching" class="btn btn-default btn-lg" target="_blank">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="js/scripts.js"></script>
<script src="vendor/bootstrap/js/bootstrap.js"></script>
</body>
</html>