@@ -136,7 +136,7 @@ const EN = {
136136 education : [ { title : 'Taganrog State Pedagogical Institute (A.P. Chekhov)' , meta : 'Physics & Mathematics, 2004 — 2009 · GPA 4.97 / 5' } ] ,
137137 languages : [
138138 { name : 'Russian' , level : 'Native' } ,
139- { name : 'English' , level : 'Professional working (B2)' } ,
139+ { name : 'English' , level : 'Professional (B2)' } ,
140140 ] ,
141141} ;
142142
@@ -265,7 +265,7 @@ const RU = {
265265 ] ,
266266 languages : [
267267 { name : 'Русский' , level : 'Родной' } ,
268- { name : 'Английский' , level : 'Professional working (B2)' } ,
268+ { name : 'Английский' , level : 'Professional (B2)' } ,
269269 ] ,
270270} ;
271271
@@ -297,7 +297,7 @@ body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:9.
297297.loc{margin-top:6px;color:var(--muted);font-size:8.6px;font-family:var(--mono)}
298298.eyebrow{font-family:var(--mono);font-size:7.6px;letter-spacing:1.4px;text-transform:uppercase;color:var(--accent);
299299 font-weight:600;margin:0 0 7px;display:flex;align-items:center;gap:6px}
300- .eyebrow::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green)}
300+ .eyebrow::before{content:'';flex:none; width:5px;height:5px;border-radius:50%;background:var(--green)}
301301.side .block{margin-top:14px}
302302.side .block:first-of-type{margin-top:18px}
303303.c-row{display:block;margin-bottom:7px}
@@ -307,8 +307,9 @@ body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:9.
307307.skill{margin-bottom:8px}
308308.skill .g{font-weight:700;font-size:9px;color:#fff;margin-bottom:2px}
309309.skill .i{color:var(--text-2);font-size:8.4px;line-height:1.45}
310- .lang{display:flex;justify-content:space-between;margin-bottom:4px;font-size:8.8px}
311- .lang .lv{color:var(--muted);font-family:var(--mono);font-size:8px}
310+ .lang{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;font-size:8.8px}
311+ .lang>span:first-child{flex:none}
312+ .lang .lv{color:var(--muted);font-family:var(--mono);font-size:8px;text-align:right;line-height:1.35}
312313.edu .t{font-weight:600;font-size:9px;color:#fff}
313314.edu .m{color:var(--text-2);font-size:8.2px;margin-top:1px}
314315.summary{color:var(--text-2);font-size:9.4px;line-height:1.6;margin-bottom:4px}
0 commit comments