-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
186 lines (177 loc) · 10.1 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
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
<!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.0">
<title>About Paul</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="./styles/main.css">
<!-- FontAwesome CDN -->
<script src="https://kit.fontawesome.com/eb6f950827.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@1,600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Recursive:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation/Header-->
<header class="position-fixed start-0 end-0 about-header">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand ps-5" href="#"><i class="fa-solid fa-otter"></i></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-row-reverse pe-5" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Tools</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Main Content for About Page -->
<main>
<!-- About Hero Section -->
<div class="page-container">
<section class="about-hero pt-4">
<div class="container-fluid about-container">
<div class="row g-0">
<div class="col-lg-6 col-md-6 about-hero-header">
<div class="about-hero-text pt-5 d-flex justify-content-evenly align-items-center">
<h2 class="vert-title">Paul Kim</h2>
<h1 class="about-title">
<span>my</span>
<span>STORY</span>
</h1>
</div>
</div>
<div class="col-lg-6 col-md-6 about-img-container">
<img class="about-hero-img" src="./images/about-hero-img.JPG"
alt="Picture of Paul at the beach">
</div>
</div>
</div>
</section>
<section class="info-box">
<div class="row">
<div class="col-lg-6">
<h3>Brief Introduction</h3>
<p>
I am a 23-year-old self-taught web developer pursuing a career studies degree
in website development and design. I enjoy turning complex problems into beautiful
and intuitive interface designs. When I'm not coding or moving pixels,
you'll find me enjoying my time with friends or traveling.
</p>
<h3>How did you get started?</h3>
<p>
It was after I took an introduction to Java course online did I discover my new
found passion: programming. I instantly fell in love with the idea of creating
simple and aesthetically pleasing interfaces.
</p>
</div>
<div class="col-lg-6">
<p>
In 2022, I made a decision to dedicate the majority of my freetime to learn website
design and development, while I worked part-time jobs to save up to take additional classes
at my local community college to bolster my knowledge on website design and development.
</p>
<h2>Where did you travel to?</h2>
<p>I took a road trip from Virginia to California, and visited many of the
states along the car ride. I stayed in California for a long time, and spent
the majority of my time at Palm Springs and Korea-Town in Los Angeles.
</p>
</div>
</div>
</section>
<section class="container" id="myCarousel">
<h2 class="carousel-header">Some Images of the Places I Visited</h2>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/la-downtown.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h3>Downtown, Los Angeles</h3>
<p>One of the most diverse areas I've ever visited</p>
</div>
</div>
<div class="carousel-item">
<img src="./images/palm-springs.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h3>Palm Springs, California</h3>
<p>A surprising amount of windmills!</p>
</div>
</div>
<div class="carousel-item">
<img src="./images/newyork.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h3>New York City, New York</h3>
<p>By far has the most beautiful nightlife.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<footer class="d-flex flex-column align-items-center justify-content-center">
<p class="mb-1">Designed & Built by Paul Kim</p>
<div class="social-links">
<a href="https://www.linkedin.com/in/paul-kim-a98162256"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/PaulDKim"><i class="fa-brands fa-github"></i></a>
<a href="https://codepen.io/PaulDohKim"><i class="fa-brands fa-codepen"></i></a>
<a href="https://www.instagram.com/paul_dkim/"><i class="fa-brands fa-instagram"></i></a>
</div>
</footer>
</div>
</main>
<script src="./js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>