-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
216 lines (212 loc) · 7.64 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio | Konstantin Meshavkin | Software Engineer</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header>
<h1 id="logo">Portfolio</h1>
<p>Konstantin Meshavkin | Software Engineer</p>
</header>
<!-- Projects -->
<main>
<h2><strong>Projects</strong></h2>
<div class="container">
<!-- shortify -->
<section class="wide">
<a href="https://sh.kmesh.dev/" target="_blank" class="image"
><img src="images/shortifyWebsite.png" alt="shortify website"
/></a>
<h3>shortify</h3>
<div class="boxesWrapper">
<div class="boxWrapper">
<p><strong>Frontend</strong></p>
<span class="box">Typescript</span>
<span class="box">React</span>
<span class="box">SASS</span>
<span class="box">Blueprint.js</span>
</div>
<div class="boxWrapper">
<p><strong>Backend</strong></p>
<span class="box">Typescript</span>
<span class="box">Node.js</span>
<span class="box">Express</span>
<span class="box">express-session</span>
<span class="box">Googleapis (OAuth 2.0)</span>
<span class="box">mongoose (MongoDB)</span>
<span class="box">Google Cloud</span>
</div>
</div>
<p>
Fullstack (<strong>Express</strong>/<strong>React</strong>) link
shortener app deployed on
<strong
><a href="https://cloud.google.com/appengine" target="_blank"
>Google Cloud (App Engine)</a
></strong
>. Server-side session management, <strong>MongoDB</strong> as
database, Email/password or
<strong>Google OAuth 2.0</strong> authentication. Paste link, pick
length for short link, limit clicks and get shortened link with
QR-code that saved in database. All links can be managed under
"Links" page.
<br />
</p>
<div class="actions">
<a href="https://sh.kmesh.dev/" target="_blank" class="button"
>Website</a
>
</div>
<div class="actions">
<a
href="https://github.com/kmeshavkin/shortify"
target="_blank"
class="button alt icon brands fa-github"
>Github</a
>
</div>
</section>
<!-- rxmask.js -->
<section>
<a
href="https://rxmask.kmesh.dev/"
target="_blank"
class="image"
><img src="images/rxmaskPlayground.png" alt="rxmask.js playground"
/></a>
<h3>rxmask.js</h3>
<div class="boxWrapper">
<p><strong>Package</strong></p>
<span class="box">Typescript</span>
<span class="box">Cypress</span>
<p><strong>Playground</strong></p>
<span class="box">React</span>
<span class="box">Material-UI</span>
</div>
<p>
Advanced input mask package published on
<strong>npmjs</strong>. It can be both
<strong>embedded in HTML</strong> document and used as
<strong>module</strong>. Very flexible - allows to change mask,
placeholder symbol format, show or hide unfilled mask (or even part
of it) and more. It also allows to use same characters that are
present in mask and to specify format for every character.
</p>
<div class="actions">
<a
href="https://rxmask.kmesh.dev/"
target="_blank"
class="button"
>Playground</a
>
</div>
<div class="actions">
<a
href="https://github.com/kmeshavkin/rxmask"
target="_blank"
class="button alt icon brands fa-github"
>Github</a
>
<a
href="https://www.npmjs.com/package/rxmask"
target="_blank"
class="button alt icon brands fa-npm"
>npmjs</a
>
</div>
</section>
<!-- Weather Mood Radio -->
<section>
<a
href="https://weather-mood-radio.kmesh.dev/"
target="_blank"
class="image"
><img
src="images/weatherMoodRadioPlayground.png"
alt="Weather Mood Radio playground"
/></a>
<h3>Weather Mood Radio</h3>
<div class="boxWrapper">
<span class="box">Javascript (ES6+)</span>
<span class="box">React</span>
<span class="box">Redux</span>
<span class="box">Material-UI</span>
</div>
<p>
Radio that picks Lo-Fi tracks from
<strong
><a href="https://soundcloud.com/" target="_blank"
>SoundCloud</a
></strong
>
according to current weather, day time and season at your location
(data from
<strong
><a href="https://darksky.net/" target="_blank"
>Dark Sky</a
></strong
>
based on current geolocation). Made from scratch using
<strong>React</strong> and <strong>Material-UI</strong>.
<strong>Responsive</strong> design.
<br />
</p>
<div class="actions">
<a
href="https://weather-mood-radio.kmesh.dev/"
target="_blank"
class="button"
>Playground</a
>
</div>
<div class="actions">
<a
href="https://github.com/kmeshavkin/weather-mood-radio"
target="_blank"
class="button alt icon brands fa-github"
>Github</a
>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer>
<h2><strong>Contacts</strong></h2>
<div class="container">
<div class="icon solid fa-envelope">
<a href="mailto:[email protected]" target="_blank"
>
</div>
<div class="icon brands fa-linkedin">
<a href="https://www.linkedin.com/in/kmeshavkin/" target="_blank"
>linkedin.com/in/kmeshavkin</a
>
</div>
</div>
<div class="container">
<div class="icon solid fa-file">
<a href="http://portfolio.kmesh.dev/resume.pdf" target="_blank"
>portfolio.kmesh.dev/resume.pdf</a
>
</div>
<div class="icon brands fa-github">
<a href="https://github.com/kmeshavkin" target="_blank"
>github.com/kmeshavkin</a
>
</div>
</div>
</footer>
<!-- Ping rxmask to wake up gcloud instance -->
<script>fetch('https://sh.kmesh.dev/info/ping', { mode: 'no-cors' })</script>
<script src="/__/firebase/8.3.0/firebase-app.js"></script>
<script src="/__/firebase/8.3.0/firebase-analytics.js"></script>
<script src="/__/firebase/init.js"></script>
<script>firebase.analytics();</script>
</body>
</html>