-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
189 lines (163 loc) · 9.38 KB
/
portfolio.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
<!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>Young Wook Baek's Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<section class="row title-row">
<div class="col-md-6">
<img class="img-responsive title-logo" src="images/udacity-logo.jpg" alt="udacity-logo">
</div>
<div class="col-md-6">
<h1 class="text-uppercase text-right">youngwook baek</h1>
<h4 class="text-capitalize text-right">Web Developer</h4>
</div>
</section>
<section class="row">
<div class="col-md-12">
<hr class="thick">
</div>
</section>
<section class="row">
<div class="col-md-12">
<img class="img-responsive" src="images/main-sm.jpg" srcset="images/main-lg.jpg 1684w, images/main-md.jpg 877w, images/main-sm.jpg 400w" alt="main-image">
</div>
</section>
<!-- projects section -->
<section class="row">
<div class="col-md-12">
<h2 class="project-header">Projects</h2>
</div>
</section>
<section class="row">
<div class="col-md-4 text-center">
<img class="img-responsive project-img" src="images/bible.jpg" alt="bible" data-toggle="modal" data-target="#bible">
<h3>Bible Verses Classifier</h3>
<a class="project-link" href="https://github.com/kywbaek/bible_verses_classifier/blob/master/PP_bible_old_or_new.ipynb">github link</a>
</div>
<div class="col-md-4 text-center">
<img class="img-responsive project-img" src="images/mlb-logo.jpg" alt="mlb-logo" data-toggle="modal" data-target="#mlb">
<h3>MLB Stat Importance</h3>
<a class="project-link" href="https://github.com/kywbaek/mlb_stat_importance/blob/master/PP_mlb_team_stats_importance.ipynb">github link</a>
</div>
<div class="col-md-4 text-center">
<img class="img-responsive project-img" src="images/film.jpg" alt="film" data-toggle="modal" data-target="#movie">
<h3>Movie Trailer Website</h3>
<a class="project-link" href="https://github.com/kywbaek/Movie_Trailer_Website">github link</a>
</div>
</section>
<section class="row">
<div class="col-md-4 text-center">
<img class="img-responsive project-img" src="images/articles.jpg" alt="articles" data-toggle="modal" data-target="#log_analysis">
<h3>Log Analysis</h3>
<a class="project-link" href="https://github.com/kywbaek/logs-analysis">github link</a>
</div>
<div class="col-md-4 text-center">
<img class="img-responsive project-img" src="images/sports.jpg" alt="sports" data-toggle="modal" data-target="#catalog">
<h3>Sports Catalog</h3>
<a class="project-link" href="https://github.com/kywbaek/catalog">github link</a>
</div>
</section>
</div>
<!-- modals for each project -->
<div class="modal fade" id="movie" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Movie Trailer Website</h4>
</div>
<div class="modal-body">
<figure>
<img class="img-responsive" src="images/film.jpg" alt="film">
<figcaption class="text-large">My first project for Udacity Full Stack Web Developer Nanodegree program. My favorite movies with their trailers & wikipedia links</figcaption>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="bible" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Bible Verses Classifier</h4>
</div>
<div class="modal-body">
<figure>
<img class="img-responsive" src="images/bible.jpg" alt="bible">
<figcaption class="text-large">My first personal project. A model classifying a given bible verse to the right testament using Naive Bayes.</figcaption>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="mlb" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">MLB Stat Importance</h4>
</div>
<div class="modal-body">
<figure>
<img class="img-responsive" src="images/mlb-logo.jpg" alt="mlb-logo">
<figcaption class="text-large">A model predicting a major league baseball team's winning percentage with team stats using linear regressions. The magnitudes of each stats' coefficients represent their relative importance to the team's winning percentage.</figcaption>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="log_analysis" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Logs Analysis</h4>
</div>
<div class="modal-body">
<figure>
<img class="img-responsive" src="images/articles.jpg" alt="articles">
<figcaption class="text-large">A reporting tool to answer some analysis questions. The Python program using the psycopg2 module to query a mock PostgreSQL database and fetch the necessary results</figcaption>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="catalog" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Sports Catalog</h4>
</div>
<div class="modal-body">
<figure>
<img class="img-responsive" src="images/sports.jpg" alt="sports">
<figcaption class="text-large">I used the Python framework Flask to develop a RESTful web application that provides a list of items within a variety of categories. I also successfully implemented Google and Facebook OAuth authentication system and used the Python SQL toolkit SQLAlchemy to build the underlying database.</figcaption>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>