-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·266 lines (212 loc) · 7.85 KB
/
index.html
File metadata and controls
executable file
·266 lines (212 loc) · 7.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>gleb.li</title>
<link rel="icon" type="image/png" href="icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&display=swap" rel="stylesheet">
<script>
window.onscroll = function (e) {
var position = document.body.getBoundingClientRect().top;
var menu = document.getElementsByClassName('menu');
if (position < -20 && !menu[0].classList.contains('hidden')) {
menu[0].classList.add('hidden');
} else if (menu[0].classList.contains('hidden') && position > -20) {
menu[0].classList.remove('hidden');
}
}
</script>
<style>
body {
font-family: 'Overpass Mono', monospace;
margin: 0;
padding: 0;
}
.content {
padding: 12vh 7.5vw;
line-height: 1.5;
font-size: 16px;
}
.content:last-of-type {
padding-bottom: 20vh;
}
.content-work {
background: linear-gradient(#fcff9c, 5%, #fff, #fff);
}
.content-achievements {
background: linear-gradient(#fff, 90%, #ff9afd);
}
a {
font-weight: bold;
color: black;
border-bottom: 2px solid black;
text-decoration: none;
}
.culturaltrends {
background-color: #ffd3d3;
background-image: url(gif.gif);
background-size: cover;
border-radius: 1em;
padding: 0 0.2em;
color: white;
font-weight: 700;
}
.project {
position: relative;
display: inline-block;
font-weight: 700;
}
.project:hover {
cursor: pointer;
}
.tooltip {
visibility: hidden;
position: absolute;
background-color: white;
top: 1.5em;
left: -0.5em;
z-index: 1;
}
.project:hover,
.project:hover .tooltip,
.tooltip:hover {
visibility: visible;
}
.menu {
position: fixed;
bottom: 5vh;
width: 100%;
}
.menu div {
background: #ffd3d3;
width: 85%;
border-radius: 1000px;
padding: 2em 5%;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.menu .tooltip {
top: auto;
bottom: 2em;
width: auto;
padding: 1em 1.5em 0.5em;
border-radius: 1000px;
left: -2em;
line-height: 1;
white-space: pre;
}
.hidden {
opacity: 0;
transition: 0.3s ease all;
}
.h {
display: block;
}
@media (orientation: portrait) {
.content {
font-size: 3.1vw;
width: auto !important;
}
.content:last-of-type {
padding-bottom: 30vh;
}
.tooltip {
left: -5.5em;
}
.tooltip img {
height: auto;
max-height: 80vw;
}
.menu div {
padding: 2em 1em;
border-radius: 1em;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 3vw;
padding-bottom: 1.5em;
}
.menu div * {
width: auto;
display: inline-flex;
margin: 0 5% 2.5% 5%;
}
/* Hide sentence breaks on mobile */
.h {
display: none;
}
}
</style>
</head>
<body>
<div class="menu">
<div>
<a class="project" href="/slides">/slides<span class="tooltip">create a slide deck<br class="h">on-the-go as you type</span></a>
<a class="project" href="/cover">/cover<span class="tooltip">simple profile image generator<br class="h">based on text and emoji</span></a>
<a class="project" href="nk/ess">/poster ᵖᵈᶠ<span class="tooltip">poster and a 1-page workbook<br class="h">on effective social program ʳᵘˢ</span></a>
<a class="project" href="/canvas">/canvas<span class="tooltip">community canvas generator ʳᵘˢ</span></a>
<span class="project">/art<span class="tooltip">coming soon</span></span>
<span>> <a class="project" href="https://collab.technology/">collab<span class="tooltip">my venture</span></a></span>
</div>
</div>
<div class="content">
Hi! I am <span class="project" style="text-decoration-style: dashed; text-decoration-line: underline">Gleb Likhobabin<span class="tooltip"><img src="slides/public/gleb2.jpg" style="height:50vh"></span></span>,<br class="h">
a social entrepreneur who loves to blend<br class="h">
social change with cutting-edge ❮tech❯ and <span class="culturaltrends">cultural trends</span>.<br><br>
I am co-founder of <a href="https://collab.technology/" target="_blank" class="regular"><span class="project">Collab</span></a>, a social change agency<br class="h">
where we help businesses use a human-centered approach<br class="h">
for better customer experience and social responsibility.<br class="h">
We build impactful social programs that are scalable and evidence-based.<br><br>
I am an enthusiast of open-source products,<br class="h">
a fan of theory of change, and an advocate for humanism.<br><br>
Competencies: strategic management with strong expertise in product vision, <br class="h">
sustainability-focused development, digital transformation, <br class="h">
and theory of change methodologies.
</div>
<div class="content content-work">
W O R K<br><br>
<b>2022-now</b> Co-founder of Collab, a union of creatives<br class="h">
with impact in mind and humanity at heart.<br class="h">
More than 10 projects completed over three years<br class="h">
and 830,000 beneficiaries reached through our work!<br class="h">
Co-leading it together with Alisa Sokolova and Asya Komkova.<br>
<a href="https://collab.technology/" target="_blank" class="regular">> become our client or just a friend!</a><br><br>
<b>2020-2022</b> Leading author, manager, then CEO<br class="h">
of the Strength of Community program at Rybakov Foundation.<br class="h">
We helped build 600 school communities in two years,<br class="h">
empowered 901,000 people and attracted more than<br class="h">
$2,500,000 USD for education.<br>
<a href="https://docs.google.com/presentation/d/1_UInjZoD9ATstrz8Sj__3vNVHQ0rUEuzv9wbiEYadxw/edit?usp=sharing" class="regular" target="_blank">> read our wonderful 2021-22 Impact Report!</a><br><br>
<b>2018-2020</b> Co-founder and CTO of Geek Teachers —<br class="h">
a prominent educational movement for empowering millennial<br class="h">
teachers and host of 6+ education festivals (think of it<br class="h">
as a child of Coachella and BETT), with fellow<br class="h">
co-founders Mariia Plotkina and Arina Nuriakhmetova.<br><br>
<b>2011-2018</b> Teacher for children with disabilities.
</div>
<div class="content content-achievements">
A C H I E V E M E N T S<br><br>
<b>2025</b> — Bronze Effie Awards (E+ Russia)<br class="h">
in two nominations w/ Collab<br><br>
<b>2025</b> — Bronze Silver Mercury w/ Collab<br><br>
<b>2025</b> — Member of the Project Management<br class="h">
Alliance Association, Russia (pmalliance.ru)<br><br>
<b>2024</b> — Silver Silver Mercury w/ Collab<br><br>
<b>2023</b> — Speaker at Social Impact Award Summit<br><br>
<b>2022</b> — GPM360° certification based on P5 standard<br class="h">
w/ Collab (certified green project management team)<br><br>
<b>2021</b> — Green Project Management Awards
w/ Strength of Community<br><br>
<b>2021</b> — Bronze Stevie Awards w/ Strength of Community<br><br>
<b>2020</b> — HundrED: 100 world's best education innovations<br class="h">
w/ Geek Teachers<br><br>
<b>2019</b> — Social Impact Award, "Internet<br class="h">
for the Better World" nomination w/ Geek Teachers<br><br>
<b>2018</b> — KIVO EdTech Startups Awards w/ Geek Teachers
</div>
</body>
</html>