-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (142 loc) · 7.19 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
---
title: DearMinor
---
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>DearMinor</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:400,700,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/jquery-ui.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/jquery.fancybox.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-datepicker.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/fonts/icomoon/style.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/aos.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css" />
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<h1 class="mb-0 site-logo"><a href="index.html" class="mb-0">Diominor</a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="#home-section" class="nav-link">Home</a></li>
<li><a href="#about-section" class="nav-link">About Me</a></li>
<li class="has-children">
<a href="/ML.html" class="nav-link">Machine Learning</a>
<ul class="dropdown">
<li><a href="" class="nav-link">RL An Introduction - S.Sutton</a></li>
<li><a href="" class="nav-link">RL Course - D.Silver</a></li>
</ul>
</li>
<li class="has-children">
<a href="/programming.html" class="nav-link">Programming</a>
<ul class="dropdown">
<li><a href="/structure.html" class="nav-link">Data Structure</a></li>
<li><a href="/algorithm.html" class="nav-link">Algorithm</a></li>
<li><a href="/language.html" class="nav-link">Programming Language</a></li>
<li><a href="/program.html" class="nav-link">Program</a></li>
</ul>
</li>
<li><a href="/blog.html" class="nav-link">Blog</a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-xl-none ml-md-0 py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div class="site-blocks-cover overlay" style="background-image: url(./images/banner.jpg);" data-aos="fade" id="home-section">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-8 mt-lg-5 text-center">
<h1 class="text-uppercase mb-5" data-aos="fade-up">Diominor</h1>
</div>
</div>
</div>
<a href="#about-section" class="mouse smoothscroll">
<span class="mouse-icon">
<span class="mouse-wheel"></span>
</span>
</a>
</div>
<div class="site-section cta-big-image" id="about-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">About Me</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<figure class="circle-bg">
<img src="https://avatars2.githubusercontent.com/u/30210944?s=400&v=4" alt="Image" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="mb-4">
<h3 class="h3 mb-4 text-black">백승열</h3>
<p>Team: Unsolved Problem</p>
<p>Mathematics, Reinforcement Learning, Deep Learning</p>
<p>Python, C++, Java, Unity</p>
<p>Multi-armed Bandits</p>
<p>
sy0277@naver.com <br>
backgom2357@gmail.com
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Design: <a href="https://templated.co">TEMPLATED</a> & <a href="https://colorlib.com" target="_blank" >Colorlib</a>.
</div>
<ul class="icons">
<li><a href="https://www.facebook.com/The.Back.I.Am" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/backgom2357/" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:backgom2357@gmail.com" class="icon fa-envelope"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- .site-wrap -->
<script src="{{ site.baseurl }}/assets/js/jquery-3.3.1.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery-ui.js"></script>
<script src="{{ site.baseurl }}/assets/js/popper.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/owl.carousel.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery.countdown.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery.easing.1.3.js"></script>
<script src="{{ site.baseurl }}/assets/js/aos.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery.fancybox.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery.sticky.js"></script>
<script src="{{ site.baseurl }}/assets/js/isotope.pkgd.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/main0.js"></script>
</body>
</html>