-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (175 loc) · 9.53 KB
/
Copy pathindex.html
File metadata and controls
176 lines (175 loc) · 9.53 KB
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>콜라</title>
<meta content="콜라" property="og:title" />
<meta content="안녕하세요 콜라입니다!" property="og:description" />
<meta content="https://korea-cocacola.xyz" property="og:url" />
<meta content="assets/img/profile.jpg" property="og:image" />
<meta content="#ff6363" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="assets/img/favicon.jpg" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.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=Black+Han+Sans&display=swap" rel="stylesheet">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">콜라</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/profile.jpg" alt="..." /></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#home">홈</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#profile">프로필</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#computer">컴퓨터 사양</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#Gear">주변 장비</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="home">
<div class="resume-section-content">
<h1 class="mb-0">
안녕하세요!
<span style="color: #ff6363;">콜라입니다!</span>
</h1>
<div class="subheading mb-5">
콜라는 역시
<span style="color: #ff0000;">코카콜라!</span>
</div>
<div class="mail">
<a href="mailto:cola@korea-cocacola.xyz">cola@korea-cocacola.xyz</a>
</div>
<p class="lead mb-5">안녕하세요! 저는 콜라입니다! 저는 버츄얼 유튜버를 좋아하고, 취미로 지진관측도 하고 있습니다!</p>
<div class="social-icons">
<a class="social-icon" href="https://youtube.com/@KoreaCocacola"><i class="fa-brands fa-youtube"></i></a>
<a class="social-icon" href="https://youtube.com/@COLA_EarthQuake"><i class="fa-brands fa-youtube"></i></a>
<a class="social-icon" href="https://www.instagram.com/koreacocacola"><i class="fa-brands fa-instagram"></i></a>
<a class="social-icon" href="discord://discord.com/users/500417144467488780"><i class="fa-brands fa-discord"></i></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="profile">
<div class="resume-section-content">
<h2 class="mb-5">프로필</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">닉네임</h3>
<div class="subheading mb-3">콜라</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">생년월일</h3>
<div class="subheading mb-3">2010/03/15</div>
</div>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">거주지</h3>
<div class="subheading mb-3">대한민국 경기도 남양주시 진접읍</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5" style="margin-right: 50px;">
<div class="flex-grow-1">
<h3 class="mb-0">MBTI</h3>
<div class="subheading mb-3">ESTJ</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="computer">
<div class="resume-section-content">
<h2 class="mb-5">컴퓨터 사양</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">본컴 사양</h3>
<br>
<p>CPU : Intel i5 13600K
<br>
RAM : G.SKILL DDR4-4000 CL18 TRIDENT Z (16GB (8GBX2))
<br>
MAINBOARD : ASUS PRIME B760M-A WIFI DDR4
<br>
GRAPHIC CARD : ASUS DUAL GEFORCE RTX 3060 12GB
<br>
SSD : SAMSUNG PM9A1 NVME 1TB
</p>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">방송컴 사양</h3>
<br>
<p>CPU : AMD Ryzen 5600G
<br>
RAM : SAMSUNG DDR4-3200 (16GB (8GBX2))
<br>
MAINBOARD : ASUS Prime A520M-A ii
<Br>
SSD : SAMSUNG 850 PRO
<br>
GRAPHIC CARD : AMD Ryzen 5600G 내장 그래픽
</p>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="Gear">
<div class="resume-section-content">
<h2 class="mb-5">주변 장비</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<p>
키보드 : HyperX Alloy Origins Core (적축)
<br>
마우스 : Logitech G502 HERO K/DA edition
<Br>
방송컴 마우스 : Razer Mamba Elite
<br>
마이크 : HyperX DuoCast
<br>
모니터 : LG 27인치 IPS 구형 모니터
<br>
서브 모니터 : 주연테크 22인치 V22FE
<Br>
공유기 : ipTIME AX3004BCM
<br>
모니터 암 : 카멜 BMA-2
<br>
이어폰 : Apple Earpods
<br>
무선 이어폰 : Apple Airpods Pro (Gen 1)
<br>
핸드폰 : Apple Iphone 14 Pro
</p>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>