-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·267 lines (219 loc) · 9.54 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
<!DOCTYPE html>
<html lang="en">
<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>Teruaki Mikimoto</title>
<!-- Custom fonts for this theme -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
<!-- Scroll Animation -->
<link href="css/animate.min.css" rel="stylesheet">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body id="page-top">
<!-- Background Animation -->
<script src="js/bubbly-bg.min.js"></script>
<script>bubbly({
blur:15,
colorStart: '#194167',
colorStop: '#112144',
radiusFunc:() => 5 + Math.random() * 15,
angleFunc:() => -Math.PI / 2,
velocityFunc:() => Math.random() * 7.5,
bubbleFunc:() => `hsla(${200 + Math.random() * 50}, 100%, 65%, .1)`,
bubbles:100
});</script>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Teruaki Mikimoto</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#activity">Activity</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#current-interests">Current Interests</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#profile">Profile</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead -->
<header class="masthead bg-white text-secondary text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image -->
<img class="masthead-avatar mb-5" src="img/profile_photo_fuji.png" alt="">
<!-- Masthead Heading -->
<h1 class="masthead-heading text-uppercase mb-0 wow pulse">Teruaki Mikimoto</h1>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star wow tada"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading -->
<p class="masthead-subheading font-weight-light mb-0 wow fadeIn">Freelance Web engineer/PM</p>
</div>
</header>
<!-- Activity Section -->
<section class="page-section activity" id="activity">
<div class="container">
<!-- Activity Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-white mb-0 wow pulse">Activity</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star wow tada"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Activity Grid Items -->
<div class="row d-flex align-items-center flex-column">
<p class="lead text-white wow fadeIn">WORKS - GitHub</p>
<a href="https://github.com/teriyakiegg"><img class="mb-3 img-fluid wow fadeIn" src="img/github_20230315.png"
alt=""></a><br>
<p class="lead text-white wow fadeIn">KNOWLEDGE SHARING - Qiita</p>
<a href="https://qiita.com/teriyakiegg"><img class="mb-3 img-fluid wow fadeIn" src="img/qiita_20230315.png"
alt=""></a><br>
<p class="lead text-white wow fadeIn">BLOG - note</p>
<a href="https://note.mu/teriyakiegg"><img class="mb-3 img-fluid wow fadeIn" src="img/note_20230315.png" alt=""></a>
</div>
<!-- /.row -->
</div>
</section>
<!-- Current Interests Section -->
<section class="page-section current-interests bg-white text-center text-secondary mb-0" id="current-interests">
<div class="container">
<!-- Current Interests Section Heading -->
<h2 class="page-section-heading text-center text-uppercase mb-0 wow pulse">Current Interests</h2>
<!-- Icon Divider -->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star wow tada"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Current Interests Grid Items -->
<div class="row">
<div class="container d-flex align-items-center flex-column">
<p class="lead wow fadeIn">IT, Money literacy, Self-understanding, Career design, Team
engagement, Job
crafting, etc.</p>
</div>
</div>
<!-- /.row -->
</div>
</section>
<!-- Profile Section -->
<section class="page-section text-center text-white mb-0" id="profile">
<div class="container">
<!-- Profile Section Heading -->
<h2 class="page-section-heading text-center text-uppercase text-white wow pulse">Profile</h2>
<!-- Icon Divider -->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon">
<i class="fas fa-star wow tada"></i>
</div>
<div class="divider-custom-line"></div>
</div>
<!-- Profile Section Content -->
<div class="row">
<div class="container d-flex align-items-center flex-column">
<p class="lead wow fadeIn">
I am freelance web-based engineer/PM with 8 years of web service experience.<br>
I want to increase the number of people living according to their own values!<br><br>
</p>
<p class="lead wow fadeIn">
[Favourite phrases]<br>
・Live according to your own values.<br>
・Live as if you were to die tomorrow. Learn as if you were to live forever.<br><br>
</p>
<p class="lead wow fadeIn">
[Favourite books]<br>
・Man's Search for Meaning<br>
・お金の大学<br>
・世界一やさしい「やりたいこと」の見つけ方<br>
・転職の思考法<br><br>
</p>
<a href="https://github.com/teriyakiegg/dotfiles"><img class="mb-3 img-fluid wow fadeIn" src="img/prompt.png" alt=""></a><br>
<a href="https://github.com/teriyakiegg/dotfiles"><img class="mb-3 img-fluid wow fadeIn" src="img/login_message.png" alt=""></a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center wow fadeIn">
<div class="container">
<div class="row">
<!-- Footer Location -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">E-mail</h4>
<p class="lead mb-0">teriyakiegg@gmail.com</p>
</div>
<!-- Footer Social Icons -->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Around the Web</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/teriyakiegg">
<i class="fab fa-fw fa-twitter"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.facebook.com/teriyakiegg">
<i class="fab fa-fw fa-facebook-f"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.instagram.com/teriyakiegg/">
<i class="fab fa-fw fa-instagram"></i>
</a>
<a class="btn btn-outline-light btn-social mx-1" href="https://www.linkedin.com/in/teriyakiegg/">
<i class="fab fa-fw fa-linkedin"></i>
</a>
</div>
<!-- Footer About Text -->
<div class="col-lg-4">
<h4 class="text-uppercase mb-4">About This Page</h4>
<p class="lead mb-0">This page is made with GitHub Pages and Start Bootstrap - Freelancer.</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section -->
<section class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright © Teruaki Mikimoto 2023</small>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>