-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (178 loc) · 9.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">Portfolio</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#portfolio" class="nav-item nav-link">Portfolio</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Hero Start -->
<div class="hero" id="home">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-sm-12 col-md-6">
<div class="hero-content">
<div class="hero-text">
<p>Hi!</p>
<h1>ステパンです。</h1>
<h2>Front End Developer</h2>
</div>
<div class="hero-btn">
<a class="btn" href="mailto:rejkee@gmail.com">Mail</a>
<a class="btn" href="https://github.com/rejkee">GitHub</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 d-none d-md-block">
<div class="hero-image">
<img src="https://res.cloudinary.com/depof5k63/image/upload/ar_1:1,b_rgb:262c35,bo_0px_solid_rgb:000000,c_fill,g_auto,r_max,w_1000/v1622718236/portfolioimg_tbjshi.jpg"
alt="Hero Image" class="rounded-circle">
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- Banner Start -->
<div class="banner wow zoomIn" data-wow-delay="0.1s" id="about">
<div class="container">
<div class="section-header text-center">
<h2>ジュニアウェブデベロッパーです。</h2>
</div>
<div class="container banner-text">
<p>大学で国際関係を学び、ホスピタリティ業界で通訳者として働いていましたが、成長を感じられず、一生やりたいことではないことに気づきました。考えさせ、成長させてくれる、面白くてやりがいのある刺激的な仕事をやりたかったです。
そのため、転職を決意し、Web製作者エンジニアとして新たなキャリアをスタートさせるチャンスを探しています。 最近、フルスタックの
Web製作ブートキャンプを終了し、フルレスポンシブなWebサイトとWebアプリを作れるようになりました。2021年2月から勉強して始めたので、よく分からないことが多いとは理解していますが、熱心に勉強すること、色々な難しい問題を解決することが好きですので価値のチームプレーヤーになれると信じています。
</p>
</div>
</div>
</div>
<!-- Banner End -->
<!-- Service Start -->
<div class="service" id="service">
<div class="container">
<div class="section-header text-center">
<p></p>
<h2>About Me</h2>
</div>
<div class="row">
<div class="col-lg-6">
<h3>Soft Skills</h3>
<ul>
<li><b>効果的な問題解決者 -</b> 何かのやり方か仕組みを分からなかった場合は解決方法を絶対見つけます。GoogleとStackOverflowは私のベストフレンドです!</li>
<li><b>早い学習者 -</b>
4か月間勉強した後、最新のテクノロジを使用してフルレスポンシブWebサイトを作成し、完全に機能するアプリケーションをWebにデプロイメントすることができます。
直感的なUI/UXデザインの作成に努めます。</li>
<li><b>チームプレーヤー -</b>
外国人であっても日本の社会、雰囲気が分かります。チームと会社にとって最良の結果をもたらすことに焦点を当てています。</li>
</ul>
</div>
<div class="col-lg-6">
<h3>Hard Skills</h3>
<ul>
<li><b>フロントエンド:</b> HTML, CSS, Bootstrap, JavaScript, jQuery, DOM, EJS</li>
<li><b>バックエンド:</b> NodeJS (Express), MongoDB (Mongoose), Git Version Control, GitHub, npm, 認証,
セキュリティ,
Heroku</li>
</ul>
</div>
<div class=" col-lg-6">
<h3>学歴と職歴</h3>
<ul>
<li>North-Eastern Federal University (2013-2017)</li>
<li>UNITAS 日本語学校 (2018-2020)</li>
<li>株式会社 KPG HOTEL & RESORT (2020-2021)</li>
</ul>
</div>
<div class="col-lg-6">
<h3>言語</h3>
<ul>
<li>日本語 (JLPT N2), 英語 (ネイティブに近い), ロシア語 (母国語), サハ語 (母語)</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Portfolio Start -->
<div class="portfolio" id="portfolio">
<div class="container">
<div class="section-header text-center"">
<h2>My Portfolio</h2>
</div>
<div class=" row portfolio-container">
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item">
<div class="portfolio-wrap">
<div class="portfolio-img">
<a href="https://campaway21.herokuapp.com/"> <img
src="https://res.cloudinary.com/depof5k63/image/upload/v1622787077/Screenshot_2021-06-04_at_14.23.30_sirsk4.png"
alt="Image"></a>
</div>
<div class="portfolio-text">
<h3 class="text-center">Camp Away</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item">
<div class="portfolio-wrap">
<div class="portfolio-img">
<a href="https://rejkee.github.io/simongame/"><img
src="https://res.cloudinary.com/depof5k63/image/upload/v1622962698/Untitled_design_2_cyqlfz.png"
alt="Image"></a>
</div>
<div class="portfolio-text">
<h3 class="text-center">サイモンゲーム</h3>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 portfolio-item">
<div class="portfolio-wrap">
<div class="portfolio-img">
<a href="https://rejkee.github.io/pricingpanel/"><img
src="https://res.cloudinary.com/depof5k63/image/upload/v1622960033/Untitled_design_1_efahhq.png"
alt="Image"></a>
</div>
<div class="portfolio-text">
<h3 class="text-center">価格層</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- footer -->
<div class="footer">
<div class="container copyright">
<p>© 2021 Stepan Vinokurov</p>
</div>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>