generated from usd-cs/comp305-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (176 loc) · 9.13 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
<!doctype html>
<html lang="en">
<head>
<title>Your personal website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<h1 class="mb-0 site-logo"><a href="#" class="h2 mb-0">Austin Lim</a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="#about-section" class="nav-link">About</a></li>
<li><a href="#projects-section" class="nav-link">Projects</a></li>
<li><a href="#contact-section" class="nav-link">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-xl-none ml-md-0 py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="site-section cta-big-image border-bottom" id="about-section">
<div class="container" style="padding-top: 30px">
<div class="row">
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<img src="Unknown.jpeg" alt="Image of you of something fun" class="img-fluid">
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="mb-4">
<p>
My name is Austin Lim. I am a 21 year old student at the University of San Diego majoring in Computer Science and minoring in Math.
I'm from Los Angeles, California. I have two younger siblings, making me the oldest, and love baseball.
</p>
<p>
Over the last two summers I have worked at a summer camp in Rolling Hills called
Rolling Hill Country Day School. I was a camp conselour and would watch over children from ages 5-8, varying on the summer, and bring them
to different planned activities through out the day.
</p>
<p>
My entire life I've loved baseball. Whether it's watching or playing it's one of my more passioante hobbies. I also throughly enjoy
working out, playing video games, being outdoors, and being creative in my free time. By creative I mean things such as writing, drawing, or building.
Something I also would really like to get into that I haven't been able to due to an injury and time is surfing.
</p>
</div>
</div>
</div>
</div>
</div>
<section class="site-section border-bottom" id="projects-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-8 text-center">
<h2 class="section-title mb-3" data-aos="fade-up" data-aos-delay="">Projects</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<video width="640" height="480" controls class="img-fluid">
<source src="PokemonDemo.mov" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="mb-4">
<h3>Pokemon Project</h3>
<p>
For our final project, a group of myself and 3 others wanted to make a very basic Pokemon game.
Since we had no limits for what it could be about, creating Pokemon that can fight and evolve seemed like a fun way
we could implement object oriented programming. All of the members of my group at least grew up watching and loving
Pokemon, so by choosing this for our project, it wouldn't really feel like work.
</p>
<p>
This project will have a user trainer who will capture Pokemon, train them, evolve them, and battle NPC trainers.
A user will have the ability to use their PC to store Pokemon and swap them when their party has reached its max
capacity or if they just don't want to hold onto them. Lastly when training and battling, their Pokemon has the
ability to evolve into their full potential.
</p>
<p>
At the moment there isn't a screen where a user can physically see what's going on in the Pokemon world. Though we do
have an interface where they can choose what they want to do with battling, training, catching, and storing Pokemon.
We implemented a lot of the core mechanics from the actual Pokemon games such as when they level up, what moves they can learn,
the 6 pokemon party, 4 moves to a Pokemon, and calculating stats at certain levels.
</p>
<p>
The parts that I have implemented for our project were all the evolutions for the Pokemon we created which include the
lineage of Bulbasaur, Squirtle, and Charmander. I also implemented the moves along with creating them for each of our
10 Pokemon (we have Pikachu too). Lastly, all members of our group would help clean up code and create our design.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="site-section" id="contact-section" data-aos="fade">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Contact Me</h2>
</div>
</div>
<div class="row mb-5 text-center">
<div class="col-md-12 text-center">
<p class="mb-0">
<span class="icon-mail_outline d-block h4 text-primary"></span>
<span>[email protected]</span>
</p>
</div>
<div class="col-md-12 text-center">
<p class="mb-0">
<span class="icon-graduation-cap d-block h4 text-primary"></span>
<a href="">Resume</a>
</p>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="col-md-12 text-center">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This website builds on a template by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</footer>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/collapsable.js"></script>
<script src="js/main.js"></script>
</body>
</html>