-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (114 loc) · 5.61 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
<!DOCTYPE html>
<html lang="en"><head>
<title> Ivan Mylyanyk | Home </title>
<meta charset="utf-8"><meta name="generator" content="Hugo 0.70.0" /><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="description" content="and that's my website">
<link rel="stylesheet" href="https://imylyanyk.github.io/css/style.css" type="text/css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<base href="https://imylyanyk.github.io/">
<link rel="shortcut icon" href="https://imylyanyk.github.io/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="https://imylyanyk.github.io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://imylyanyk.github.io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://imylyanyk.github.io/favicon-16x16.png">
<link rel="canonical" href="https://imylyanyk.github.io/">
</head><body><div class="sidebar animated fadeInDown">
<div class="logo-title">
<div class="title">
<img src="https://imylyanyk.github.io/profilePic.jpg" alt="profile picture" style="width:127px;border-radius: 50%;">
<h3 title=""><a href="/">I'm Ivan Mylyanyk</a></h3>
<div class="description">
<p>and that's my website</p>
</div>
</div>
</div>
<ul class="social-links">
<a href="https://www.linkedin.com/in/mylyanyk/" rel="me" >
<i class="fa fa-linkedin" aria-hidden="true" title="Linkedin"></i>
</a>
<a href="https://github.com/imylyanyk" rel="me" >
<i class="fa fa-github" aria-hidden="true" title="GitHub"></i>
</a>
</ul>
<div class="footer">
<div class="by_farbox">© Ivan Mylyanyk 2020 </div>
</div>
</div>
</div><div class="main">
<div class="page-top animated fadeInDown">
<div class="nav">
<li><a class="current" href="/" title="">Home</a></li>
<li><a href="/posts/" title="">Posts</a></li>
</div>
</div>
<div class="autopagerize_page_element">
<div class="content">
<div class="about animated fadeInDown">
<div>
<h2>Projects</h2>
<h4>
<a href="https://jarvismedia.netlify.app" target="_blank">
Jarvis: AI for news aggregation
</a>
</h4>
</div>
<div>
<h2 style="margin-top: 1.5em">Blogging</h2>
<div>
<h4 style="margin-bottom: 0.5em;">
<a href="https://workingatbooking.com/blog/hackman/" target="_blank">Booking Hack-Man: Show Us What You Bot
<small>
<i class="fa fa-external-link" aria-hidden="true"></i></a>
</small>
</a>
</h4>
Programming competition overview
</div>
<div>
<h4 style="margin-bottom: 0.5em;">
<a href="https://medium.com/@ivanmylyanyk/clarifying-clarifai-champions-efb36cf59dfe" target="_blank">Clarifying Clarifai Champions
<small>
<i class="fa fa-external-link" aria-hidden="true"></i></a>
</small>
</a>
</h4>
My exciting journey into developer evangelism
</div>
<div>
<h4 style="margin-bottom: 0.5em;">
<a href="https://medium.com/real-solutions-artificial-intelligence/bots-will-conquer-the-world-fe88f8aeb6f7" target="_blank">Bots will conquer the world!
<small>
<i class="fa fa-external-link" aria-hidden="true"></i></a>
</small>
</a>
</h4>
Building telegram bots with ease
</div>
<div>
<h4 style="margin-bottom: 0.5em;">
<a href="https://medium.com/@ivanmylyanyk/how-to-keep-calm-and-win-hackathons-2f0c8b842d30" target="_blank">How to keep calm and win hackathons
<small>
<i class="fa fa-external-link" aria-hidden="true"></i></a>
</small>
</a>
</h4>
My take on hackathons
</div>
<div>
<h4 style="margin-bottom: 0.5em;">
<a href="https://medium.com/@ivanmylyanyk/how-i-ended-your-university-the-motivational-speech-77a8b3c5ee85" target="_blank">How I graduated your university. The motivational speech
<small>
<i class="fa fa-external-link" aria-hidden="true"></i></a>
</small>
</a>
</h4>
University times were great
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="https://imylyanyk.github.io/js/jquery.min.js"></script>
<script type="text/javascript" src="https://imylyanyk.github.io/js/jquery-migrate.min.js"></script>
<script type="text/javascript" src="https://imylyanyk.github.io/js/jquery-appear.min.js"></script></html></body>
</html>