-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (224 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Soowan - Portfolio</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta property="og:title" content="고양이">
<meta property="og:description" content="고양이는 신이에요">
<meta property="og:type" content="image/png">
<meta property="og:image" content="https://raw.githubusercontent.com/cake0420/day05/refs/heads/main/cat.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<style>
body {
font-family: 'Roboto', sans-serif;
}
.hero-section {
background-color: #f8f9fa;
padding: 100px 0;
text-align: center;
}
.skill-card {
margin-bottom: 20px;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Soowan Portfolio</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" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero-section">
<div class="container">
<div id="portfolioCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRg2rbuysStgFgbhqAAsTABs3T0gUvmLFTr4g&s" class="d-block w-100" alt="First Slide">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://t2.daumcdn.net/thumb/R720x0/?fname=http://t1.daumcdn.net/brunch/service/user/2fG8/image/0zK7e-97apnyANk-UBEszLQuLF0.jpg" class="d-block w-100" alt="Second Slide">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://m.maniland.co.kr/web/product/big/202401/862355513d79b6d094929c8c0dd2ebe2.png" class="d-block w-100" alt="Third Slide">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#portfolioCarousel" 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="#portfolioCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<div class="container mt-5" id="about">
<section>
<h2>About Me</h2>
<div class="row">
<div class="col-md-6">
<img src="https://image.dongascience.com/Photo/2019/09/1568191092998.jpg" alt="Soowan" class="img-fluid rounded">
</div>
<div class="col-md-6">
<p>Hello! I'm Soowan, a passionate software engineer with a strong background in developing robust and scalable applications. I specialize in backend development and have experience in various technologies and frameworks.</p>
<p>My goal is to create efficient and user-friendly solutions, always striving for improvement and innovation in my work. I believe in leveraging the best tools and practices to deliver high-quality results.</p>
</div>
</div>
</section>
</div>
<div class="container mt-5" id="skills">
<section>
<h2>Key Skills</h2>
<div class="row">
<div class="col-md-4">
<div class="card skill-card">
<div class="card-body">
<h5 class="card-title">Backend Development</h5>
<p class="card-text">Experienced in building and maintaining server-side logic, databases, and APIs. Proficient in languages like Python, Java, and Node.js.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card skill-card">
<div class="card-body">
<h5 class="card-title">Frontend Development</h5>
<p class="card-text">Skilled in creating interactive and responsive user interfaces using HTML, CSS, JavaScript, and frameworks like React and Bootstrap.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card skill-card">
<div class="card-body">
<h5 class="card-title">AI Integration</h5>
<p class="card-text">Adept at utilizing AI tools and technologies to enhance development workflows and create intelligent applications.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="container mt-5" id="projects">
<section>
<h2>Projects</h2>
<div class="row">
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 1</h5>
<p class="card-text">Description of Project 1. Briefly explain the project and technologies used.</p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#project1Modal">
View Project
</button>
</div>
</div>
<div class="modal fade" id="project1Modal" tabindex="-1" aria-labelledby="project1ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="project1ModalLabel">Project 1 Details</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="spinner-border text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
<p>Detailed description of Project 1. Include more information about the project, its features, and the technologies used. This is a sample modal for project details.</p>
<img src="https://cdn.crowdpic.net/detail-thumb/thumb_d_35A4EBD3B394F40A80DD5471239E43F8.jpeg" alt="Project 1" class="img-fluid rounded">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Project 2</h5>
<p class="card-text">Description of Project 2. Highlight key features and contributions.</p>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#project2Modal">
View Project
</button>
</div>
</div>
<div class="modal fade" id="project2Modal" tabindex="-1" aria-labelledby="project2ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="project2ModalLabel">Project 2 Details</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Detailed description of Project 2. This is a sample modal for project details.</p>
<img src="https://cdn.crowdpic.net/detail-thumb/thumb_d_35A4EBD3B394F40A80DD5471239E43F8.jpeg" alt="Project 2" class="img-fluid rounded">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="bg-light text-center py-3 mt-5">
<p>© 2024 Soowan Portfolio. Built with Bootstrap.</p>
<div class="toast-container position-fixed bottom-0 end-0 p-3">
<div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<strong class="me-auto">Portfolio</strong>
<small>Just now</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Welcome to Soowan's Portfolio!
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
window.addEventListener('load', function() {
var toastElList = [].slice.call(document.querySelectorAll('.toast'))
var toastList = toastElList.map(function (toastEl) {
return new bootstrap.Toast(toastEl)
})
toastList.forEach(toast => toast.show())
});
</script>
</body>
</html>