-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
290 lines (274 loc) · 12.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>therealkiri</title>
<link rel="icon" type="image/png" href="media/favicon.png">
<link href="style.css" rel="stylesheet" type="text/css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
</head>
<body>
<div class="inner-cursor"></div>
<div class="outer-cursor"></div>
<!-- eventually make light/dark mode -->
<div class="main-content-page">
<div class="sub-content-page">
<div class="header">
<div>
<h1 class="title">therealkiri</h1>
<h4>a python and c developer</h4>
<h6>and sometimes web dev 🙃</h6>
</div>
</div>
<div class="page">
<div class="about page-popup">
<span class="close" id="close1" onclick="closeButton(this)" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">×</span>
<h2>about me</h2>
<p>i am a python and c developer who likes to tinker in all sorts of programming fields. specifically, i'm interested in how programming languages function, and replicate or create new models of languages. i dabble with website development at times, but it's not exactly my forte and oftentimes avoid it 😅</p>
<p>as a hobby, i enjoy programming (obviously), reading, gaming, and playing sports. recently, i've been interested in running and also enjoy playing basketball with friends and family. my favorite book genre tends to be sci-fi or fantasy fiction - which other people seem to be a bit controversial towards...</p>
</div>
<div class="projects page-popup">
<span class="close" id="close2" onclick="closeButton(this)" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">×</span>
<h2>projects</h2>
<div class="projects-box">
<div class="project-box" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">
<h3>portfolio</h3>
<p>this website! features my (future) resume, projects, and contacts.</p>
<hr/>
<span class="languages">
<h5>Tools and Languages used:</h5>
<div>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="media/html.png"/></a>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="media/javascript.png"/></a>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="media/css.svg"/></a>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://jquery.com/"><img src="media/jquery.png"/></a>
</div>
</span>
<span class="links">
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://github.com/kokonut27/portfolio/">GitHub</a>
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://therealkiri.vercel.app/">Website</a>
</span>
</div>
<div class="project-box" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">
<h3>laboratory website</h3>
<p>a laboratory website featuring the lab's research, goals, as well as the members of it.</p>
<hr/>
<span class="languages">
<h5>Tools and Languages used:</h5>
<div>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/HTML"><img src="media/html.png"/></a>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="media/javascript.png"/></a>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="media/css.svg"/></a>
</div>
</span>
<span class="links">
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://github.com/kokonut27/kokonut27.github.io/">GitHub</a>
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://www.kim-laboratory.com/">Website</a>
</span>
</div>
<div class="project-box" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">
<h3>python to c transpiler [wip]</h3>
<p>a transpiler constructed to translate python source code to c source code.</p>
<hr/>
<span class="languages">
<h5>Tools and Languages used:</h5>
<div>
<a id="lang" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://www.python.org/doc/"><img src="media/python.png"></a>
</div>
</span>
<span class="links">
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" href="https://github.com/kokonut27/python-to-c-transpiler">GitHub</a>
</span>
</div>
<div class="project-box" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">
<h3>and much more!</h3>
<p>see more on my github page!</p>
</div>
</div>
</div>
<div class="skills page-popup">
<!-- make a bar that fills up to percentage of how "good" i am at each tech/language -->
<span class="close" id="close3" onclick="closeButton(this)" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">×</span>
<h2>skills</h2>
<p>i am proficient in python and have started to program in c/c++. furthermore, i also program backend code in javascript (but also in python too), and as mentioned previously, i sometimes work with website development. although i am most comfortable with python (yes i know, i'm lame..), i am eager and interested in learning other languages if needed.</p>
<p>additionally, i plan on starting online classes or writing tutorials, so stay tuned :)</p>
</div>
<div class="contact page-popup">
<span class="close" id="close4" onclick="closeButton(this)" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">×</span>
<!-- on smaller width screens it's the same as everything else, but on larger width screens, it shrinks and doesn't grow as far - maybe flexbox issue -->
<h2>contact</h2>
<p>if you ever need to contact me or notify me, here are my socials. i'm typically online on discord, and often read emails, so i will respond asap.</p>
<div class="contact-logos">
<div class="outer-logo">
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" class="logo">
<img src="media/discord.png"/>
<span>
therealkiri_
</span>
</a>
</div>
<div class="outer-logo">
<a id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" class="logo">
<img src="media/gmail.png"/>
<span>
beol0127
</span>
</a>
</div>
<div class="outer-logo">
<a href="https://github.com/kokonut27" id="link" onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()" class="logo">
<img src="media/github.png"/>
<span>
kokonut27
</span>
</a>
</div>
</div>
</div>
</div>
<div class="navbar">
<nav>
<a onclick="navLink(this)" id="nav1"
onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">about</a> <!-- include goals, classes -->
<a onclick="navLink(this)" id="nav2"
onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">projects</a>
<a onclick="navLink(this)" id="nav3"
onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">skills</a>
<a onclick="navLink(this)" id="nav4"
onmouseover="linkCursor(this)" onmouseleave="linkCursorLeave()">contact</a>
<!-- maybe add a blog feature :eyes: -->
</nav>
</div>
</div>
<div class="bottom">
<h5>© 2024-2025 therealkiri</h5>
</div>
</div>
<script src="script.js"></script>
<script
src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
crossorigin="anonymous"></script>
<script>
var front = true;
$(window).ready(function () {
let mouseX = 0;
let mouseY = 0;
let xp = 0;
let yp = 0;
$(document).mousemove(function (e) {
$(".inner-cursor").css({
transform: 'translate(' + (e.clientX - 3.25) + 'px, ' + (e.clientY - 3.25) + 'px)'
});
mouseX = e.clientX - 10;
mouseY = e.clientY - 10;
});
setInterval(function () {
xp += ((mouseX - xp) / 6);
yp += ((mouseY - yp) / 6);
$(".outer-cursor").css({
transform: 'translateX(' + (xp - 15) + 'px) translateY(' + (yp - 15) + 'px)'
});
}, 10);
})
function linkCursor(element) {
if (element.id.includes('nav')) {
$(".outer-cursor").css({
display: 'none'
});
$(".inner-cursor").css({
display: 'none',
transition: '0.5s'
});
$(".navbar nav a:nth-child(" + (element.id.slice(3)) + ")").css({
background: '#e5e5e5',
'box-shadow': 'inset 0 0 15px rgba(135, 135, 135, .1), 0 0 18px 3px rgba(0, 0, 0, .3), 7px 7px'
});
};
if (element.id.includes('close')) {
$(".inner-cursor").css({
display: 'none',
transition: '0.5s'
});
$(".outer-cursor").css({
width: '60px',
height: '60px',
filter: 'blur(4px)'
});
$('.page .close').css({
transform: 'rotate(-90deg)'
});
};
if (element.id.includes('box')) {
$(".outer-cursor").css({
filter: 'blur(4px)',
opacity: '1'
});
$(".inner-cursor").css({
display: 'none',
transition: '0.5s'
});
};
if (element.id.includes('lang') || element.id.includes('link')) {
$(".outer-cursor").css({
display: 'none'
});
$(".inner-cursor").css({
display: 'none',
transition: '0.5s'
});
}
};
function linkCursorLeave() {
$(".outer-cursor").css({
display: 'block',
width: '50px',
height: '50px',
filter: 'none'
});
$(".inner-cursor").css({
display: 'block',
transition: 'height .3s cubic-bezier(0.46,0.03,0.52,0.96), width .3s cubic-bezier(0.46,0.03,0.52,0.96)'
});
$(".navbar nav a").css({
background: '#FFF',
'box-shadow': 'none'
});
$('.page .close').css({
transform: 'rotate(90deg)'
});
};
function navLink(element) {
let page = element.id.slice(3);
let pageQuery = $(".page .page-popup:nth-child(" + page + ")");
const elementQuery = document.querySelector('.page .page-popup:nth-child(' + page + ')')
for (let i = 1; i < 5; i++) {
if (i === parseInt(element.id.slice(5))) {
i++;
};
if ($('.page .page-popup:nth-child(' + i + ')').css('display') != 'none') {
$('.page .page-popup:nth-child(' + i + ')').delay(100).slideUp("easeInOutQuart");
break;
};
};
if (pageQuery.css('display') != 'none') {
pageQuery.delay(100).slideUp("easeInOutQuart");
// elementQuery.classList.add('animate__animated', 'animate__bounceOutUp');
// console.log('hi')
} else {
pageQuery.delay(100).slideDown("easeInOutQuart");
// elementQuery.classList.add('animate__animated', 'animate__bounceInDown');
// console.log('hello')
};
// console.log(elementQuery.classList)
};
function closeButton(element) {
let pageQuery = $('.page .page-popup:nth-child(' + element.id.slice(5) + ')')
pageQuery.delay(100).slideUp("easeInOutQuart")
};
</script>
</body>
</html>