-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·385 lines (379 loc) · 17.1 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Lobster&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/5f9ede87ad.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-QYIZto+st3yW+o8+5OHfT6S482Zsvz2WfOzpFSXMF9zqeLcFV0/wlZpMtyFcZALm" crossorigin="anonymous">
<title>Hina Web</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<div class="bubbles">
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
</div>
<div class="left box">
<div id = disc>
<h2>Hi, there!</h2>
<h1>I'm <span id=my-name>Hina Ota</span>.</h1>
<h4>Software Engineer</h4>
</div>
</div>
<div class="right">
<div class="box about-me">
<div class="con">
<h2>About Me</h2>
</div>
<button id="about-me-button" class="white-circle-button">➔</button>
</div>
<div class="box skills">
<div class="con">
<h2>Skills</h2>
</div>
<button id="skills-button" class="white-circle-button">➔</button>
</div>
<div class="box projects">
<div class="con">
<h2>Projects</h2>
</div>
<button id="projects-button" class="white-circle-button">➔</button>
</div>
<div class="box career">
<div class="con">
<h2>Career</h2>
</div>
<button id="career-button" class="white-circle-button">➔</button>
</div>
<div class="box contacts">
<div class="con">
<h2>Contacts</h2>
</div>
<button id="contacts-button" class="white-circle-button">➔</button>
</div>
<div class="box copyright">
<h3>Copyright © 2023 Hina Ota</h3>
</div>
</div>
</div>
<!-- About me modal -->
<div id="about-me-modal" class="modal">
<div class="modal-content-about">
<span class="close">×</span>
<div class="about-me-section">
<div class="text-box">
<div class="social-media-box">
<ul>
<li><a class="social-media-icon" href="https://www.linkedin.com/in/hina-ota" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<li><a class="social-media-icon" href="mailto:[email protected]"><i class="far fa-envelope"></i></a></li>
<li><a class="social-media-icon" href="https://github.com/otahina" target="_blank"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<h5>About Me</h5>
<div class="about-me-content-text">
<p>Hi, I'm Hina Ota, a <img src="img/computer-science.png" width=150px><span class="bolder-text"> student </span>with a passion for <span class="bolder-text">solving problems</span> and building<span class="bolder-text"> fun projects</span>. Currently studying at the University of Debrecen in Hungary, I have been improving my skills in various programming languages and software development methodologies.<span class="bolder-text"> My ultimate goal</span> is to become a <img src="img/software-engineer.png" width=160px>, a path that allows me to leverage my love for technology and my knack for problem-solving.
Through my academic and personal projects, I've gained experience in a range of technologies including <img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python"> <img src="https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=openjdk&logoColor=white" alt="Java"> <img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" alt="JavaScript">
<img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="HTML5"> <img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="CSS3"> I love using <img src="https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white" alt="VScode"> <img src="https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white" alt="Mac OS"> for coding!
Let's connect in <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" alt="Github"> !
</p>
</div>
<h5>Being creative 😃 🎨</h5>
<div class="about-me-content-text">
<p>By the way, I love <span class="bolder-text">emoji</span>, too bad I can't see emoji itself in the code(right now this 🥺 is &#129402 in html) Trivia → The word 'emoji' comes from Japanese 👏
What I believe is that being <span class="bolder-text">creative and innovative</span> is really important for developers, especially in this exciting time of growing AI technology.
Combining our creative ideas with the power of AI can lead to amazing things. It's a great chance for us to think <span class="bolder-text">outside the box</span> 📦, use AI to solve tough problems, and make cool stuff that can really make a difference.
We have the ability to think <span class="bolder-text">differently and uniquely</span> 🌈. So let’s embrace this moment, let our creativity flow, and see how far we can go with the help of AI to make the world a better and more interesting place while <span class="bolder-text">showcasing what makes us distinct!</span> 🌟
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Skills modal -->
<div id="skills-modal" class="modal">
<div class="modal-content-skills">
<span class="close">×</span>
<h5>Skills</h5>
<div class="skills-section">
<p>Front-end</p>
<ul class="programming-list">
<li class="programming-item">
<div class="tooltip">
<img src="./img/html.png" alt="HTML">
<span class="tooltiptext">HTML</span>
</div>
</li>
<li class="programming-item">
<div class="tooltip">
<img src="./img/css.png" alt="CSS">
<span class="tooltiptext">CSS</span>
</div>
</li>
<li class="programming-item">
<div class="tooltip">
<img src="./img/javascript.png" alt="JavaScript">
<span class="tooltiptext">JavaScript</span>
</div>
</li>
</ul>
</div>
<div class="skills-section">
<p>Back-end</p>
<ul class="programming-list">
<li class="programming-item">
<div class="white-con tooltip">
<img id="python" src="./img/python.png" alt="Python">
<span class="tooltiptext">Python</span>
</div>
</li>
<li class="programming-item">
<div class="white-con tooltip">
<img id="java" src="./img/java.png" alt="Java">
<span class="tooltiptext">Java</span>
</div>
</li>
<li class="programming-item">
<div class="white-con tooltip">
<img id="postgresql" src="./img/postgresql.png" alt="PostgreSQL">
<span class="tooltiptext">PostgreSQL</span>
</div>
</li>
<li class="programming-item">
<div class="white-con tooltip">
<img id="django" src="./img/django.png" alt="Django">
<span class="tooltiptext">Django</span>
</div>
</li>
<li class="programming-item">
<div class="white-con tooltip">
<img src="./img/flask.png" alt="Flask">
<span class="tooltiptext">Flask</span>
</div>
</li>
</ul>
</div>
<div class="skills-section2">
<p>Development Tools</p>
<ul class="tools-list">
<li class="tools-item">
<div class="tooltip">
<img src="./img/github.png" alt="Github">
<span class="tooltiptext">Github</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/git.png" alt="Git">
<span class="tooltiptext">Git</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/docker.png" alt="Docker">
<span class="tooltiptext">Docker</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/postman.png" alt="Postman">
<span class="tooltiptext">Postman</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/linux.png" alt="Linux">
<span class="tooltiptext">Linux</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/aws.jpg" alt="AWS">
<span class="tooltiptext">AWS</span>
</div>
</li>
</ul>
</div>
<div class="skills-section-lg">
<p>Languages</p>
<div class="language">
<span class="language-name">English</span>
<img src="./img/english.png" width="30px" height="30px">
<div class="progress">
<div class="progress-bar" style="width: 90%;"></div>
</div>
<h6 class="progress-text">90%</h6>
</div>
<div class="language">
<span id="japanese">Japanese(Native)</span>
<img id="japan" src="./img/japan.png" width="30px" height="30px">
<div class="progress">
<div class="progress-bar" style="width: 100%;"></div>
</div>
<h6 class="progress-text">100%</h6>
</div>
<div class="language">
<span class="language-name">Hungarian</span>
<img src="./img/hungary.png" width="30px" height="30px">
<div class="progress">
<div class="progress-bar" style="width: 20%;"></div>
</div>
<h6 class="progress-text">30%</h6>
<p id="short-disc-for-hungarian">Working in progress...</p>
</div>
</div>
<div class="skills-section">
<p>Soft skills</p>
<ul class="soft-skills-list">
<li class="soft-item">
<div class="tooltip">
<img src="./img/communication.png" alt="Communication">
<span class="tooltiptext">Communication</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/problem-solving.png" alt="Problem-solving">
<span class="tooltiptext">Problem-solving</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img id="web-design" src="./img/canva.png" alt="web-design">
<span class="tooltiptext">Web Design</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/teamwork.png" alt="Teamwork">
<span class="tooltiptext">Teamwork</span>
</div>
</li>
<li class="tools-item">
<div class="tooltip">
<img src="./img/drawing.png" alt="Drawing">
<span class="tooltiptext">Drawing</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Projects -->
<div id="projects-modal" class="modal">
<div class="modal-content-projects">
<span class="close">×</span>
<div class="project">
<h5>Projects</h5>
<div class="project-digest">
<div class="digest" id="digest1">
<img id="digest1-icon" src="./img/pp.png">
<h4>Automated PowerPoint Generator powered by GPT-3.5 turbo</h4>
</div>
<div class="digest" id="digest2">
<img id="digest2-icon" src="./img/world-map.png">
<h4>GlobeMarks: Travel Tracker FullStack Project</h4>
</div>
</div>
<h3>Automated PowerPoint Generator powered by GPT-3.5-turbo</h3>
<h6><img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python"> <img src="https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white" alt="Flask"> <img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E" alt="JavaScript"> <img src="https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white" alt="HTML5"> <img src="https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white" alt="CSS3"></h6>
<p>This project is a web application that allows users to generate PowerPoint presentations
based on text inputs. The application uses the GPT-3 language model developed by OpenAI to create content for the slides.</p>
<video id="pp_preview" controls>
<source src="videos/project_demo.mov" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<!-- Career -->
<div id="career-modal" class="modal">
<div class="modal-content-career">
<span class="close">×</span>
<h5>Career</h5>
<div class="career-container">
<ul>
<li>
<span></span>
<div class="career-box">
<div class="career-title">The University of Debrecen 2nd year, Hungary</div>
<div class="career-info">Majoring in <span class="focus">Computer Science</span>. Focus areas include software development, object-oriented programming, algorithms, data structures, and web development. Actively participating in individual and collaborative projects, utilizing languages and frameworks such as Python, Java, JavaScript etc.</div>
</div>
<div class="career-time">
<span>Current</span>
<span>2023.9</span>
</div>
</li>
<li>
<span></span>
<div class="career-box">
<div class="career-title">The University of Debrecen 1st year, Hungary</div>
<div class="career-info">Majoring in <span class="focus">Computer Science</span>. My coding journey began with learning C, HTML, CSS, Operating Systems, and logical thinking. In addition to my classes, I embarked on creating an Apple mock website to understand website structures better.
During the summer vacation, I engaged in a substantial Python project, greatly enjoying the opportunity to expand my knowledge and skills.</div>
</div>
<div class="career-time">
<span>2023.8</span>
<span>2022.9</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Contacts -->
<div id="contacts-modal" class="modal">
<div class="modal-content-contacts">
<span class="close">×</span>
<h4>Let's Connect</h4>
<h5>Eager to contribute my expertise and passion to new challenges. Please feel free to send a message, check LinkedIn and Github!</h5>
<div class="content-wrapper">
<div class="contact-info">
<p>
<img src="./img/gmail.png" id="gmail" alt="gmail">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<img src="./img/linkedin.png" alt="LinkedIn">
<a href="https://www.linkedin.com/in/hina-ota" class="contact-icon" target="_blank">LinkedIn</a>
</p>
<p>
<img src="./img/github.png" alt="github">
<a href="https://github.com/otahina" class="contact-icon" target="_blank">Github</a>
</p>
</div>
<div class="contact-form">
<form id="contact-form">
<h2>Send a Message</h2>
<label for="name">Full Name:</label>
<input type="text" id="name" name="name">
<label for="email">Email:</label>
<input type="email" id="email" name="email">
<label for="message">Message:</label>
<textarea id="message" name="message"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>