Skip to content

Commit

Permalink
Major update
Browse files Browse the repository at this point in the history
  • Loading branch information
tail-call committed Dec 4, 2024
1 parent 27908af commit 3644d6d
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 26 deletions.
82 changes: 68 additions & 14 deletions cv.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,71 @@
<meta charset="utf-8">
<style>@import url(style.css);</style>
<h1 data-alt="Резюме">Curriculum Vitae</h1>
<button onclick="switchLanguage()" data-alt="English 🇺🇸">На русском 🇷🇺</button>
<p data-alt="под постройкой">under construction</p>
<!--
<p style="width: 400px;">
<img width="92" style="float: right" src="img/maria.jpeg">
</p>
<h2 data-alt="Мария Зайцева">Maria Zaitseva</h2>
<p data-alt="29 лет, родилась 13 марта 1994">born March, 13 1994</p>
<p>email: <a href="mailto:maria@tail-call.ru">maria@tail-call.ru</a></p>
<h3 data-alt="iOS-разработчик">iOS Developer</h3>
<p>Coding professionally since 2018</p>
<h3 data-alt="iOS-разработчик">Worked at</h3>
-->
<title>Curriculum Vitae</title>

<h1 data-alt="Мария Зайцева">Maria Zaitseva</h1>

<!--<button onclick="switchLanguage()" data-alt="English 🇺🇸">На русском 🇷🇺</button>-->

<ul>
<!--<li>Тел.: <a href="tel:">+7(9xx)xxx-xx-xx</a></li>-->
<li>Email: <a href="mailto:">infernalsaurian@gmail.com</a></li>
<li>Github: <a href="https://github.com/tail-call">https://github.com/tail-call</a></li>
<li>Telegram: <a href="https://t.me/poisonedpoisson">https://t.me/poisonedpoisson</a></li>
</ul>

<hr>

<h2 data-alt="Опыт работы">Work experience</h2>

<div class="slide">
2022-2025<br>
<strong>ООО “Новолетелеком”</strong><br>
<em data-alt="Программист">Software Developer</em><br>
<p>
Поддерживала iOS-версию приложения
<a href="https://apps.apple.com/us/app/%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BD%D0%BD%D1%8B%D0%B9-%D0%B3%D0%BE%D1%80%D0%BE%D0%B4/id925651921">Личный кабинет</a>
для новосибирского Интернет-провайдера “<a href="https://2090000.ru/">
Электронный город
</a>”.<br>
</div>
<div class="slide">
2018-2022</br>
<strong>ООО “СОФТОМЭЙТ”</strong></br>
<em data-alt="Программист">Software Developer</em><br>
<br>
Разрабатывала разнообразные приложения для e-commerce: браузерные расширения, iOS-приложения, в том числе backend-компоненты. Технологии: TypeScript, React, Vue, Angular, Django, Flask, Swift. Была тимлидом команды iOS разработки.</br>
</div>

<hr>

<h2>Образование</h2>

<div class="slide">
2024-...<br>
<strong>Национальный исследовательский университет ИТМО</strong><br>
<em>Аспирант</em><br>
<ul>
<li>Направление: машинное обучение и искусственный интеллект<br></li>
<li>Факультет информатики инфокоммуникационных технологий<br></li>
<li>Исследование: применения композиционной теории игр к нейросетям<br></li>
</ul>
</div>

<div class="slide">
2012-2018<br>
<strong>Новосибирский Государственный Технический Университет</strong><br>
<em>Магистр</em><br>
<ul>
<li>Направление: наноэлектроника</li>
<li>Факультет радиотехники и электроники (РЭФ)</li>
<li>Кафедра электроннх приборов (ЭП)<br></li>
<li>
Исследование: разработка криптографического модуля для интернета вещей
</li>
</ul>
Обучение по направлению “Наноэлектроника” дало мне широкий взгляд на принципы работы, структуру и проектирование вычислительной техники, начиная от физических основ и заканчивая созданием готового устройства.<br>
</div>

<script>
function switchLanguage() {
for (const element of document.querySelectorAll('[data-alt]')) {
Expand All @@ -22,4 +74,6 @@ <h3 data-alt="iOS-разработчик">Worked at</h3>
element.setAttribute('data-alt', currentText)
}
}

document.addEventListener('DOMContentLoaded', switchLanguage);
</script>
52 changes: 44 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,49 @@
<style>@import url(style.css);</style>
<h1>Welcome to tail-call.github.io</h1>

<p>But who will leave reality of cesspit for their dreams?</p>
<ul>
<li> 📄 <a href="./cv.html">My CV</a> <span style="color: rgb(51, 140, 20);">👈 Рекрутерам сюда/Recruiters should go there</span>
<li> 📖 <a href="https://github.com/tail-call/tail-call.github.io/activity">Site update history</a>
<!--<li> 🎶 <a href="./songs.html">My songs</a>-->
<li><a href="./noise-toy">Noise toy</a>
</ul>

<h1>Menu</h1>
<hr>

<ul>
<li> 📄 <a href="./cv.html">My CV</a> <span style="color: rgb(51, 140, 20);">👈 Рекрутерам сюда/Recruiters should go there</span>
<li> 📖 <a href="https://github.com/tail-call/tail-call.github.io/activity">Site update history</a>
<li> 🎶 <a href="./songs.html">My songs</a>
<li><a href="./noise-toy">Noise toy</a>
</ul>
<h2>About me</h2>

<p>
My name is Maria. I'm a software developer and AI researcher. I'm an avid
note taker and a digital gardening enthusiast.
</p>

<p>
And this is my digital garden! I happen to own a lot of them.
Recently <!-- 2024-12-04 --> I had an epiphany that I should try to keep some
amount of my notes in HTML format, for it shall swiftly outlive every other
technology I use now.
</p>

<p>
The only thing of note I can share with you right now is this:
<ul>
<li>START WHERE YOU ARE</li>
<li>USE WHAT YOU HAVE</li>
<li>DO WHAT YOU CAN</li>
</ul>
</p>

<p class="slide">
But who will leave reality of cesspit for their dreams?<br>
</p>

<p>
This page was made in <a href="https://neovim.io/">Neovim</a>.
</p>


<code>
Two letter commands were common in UNIX because they were easy to type,
and single letter commands were reserved for the user to define.
<!--Not a quote, it's a slightly redacted note of mine-->
</code>
34 changes: 30 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
:root {
--foreground: #413a7f;
}

html {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
background-color: rgb(231, 231, 231);
font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif;
background-color: rgb(239 236 255);
}

a {
color: #d7569c;
}

a:visited {
color: #413a7f;
}

body {
background-color: white;
color: var(--foreground);
margin: 0;
padding-left: 3rem;
padding-top: 1.5rem;
padding-left: 2.5rem;
padding-right: 3rem;
padding-bottom: 3rem;
box-shadow: gray 1px 1px 6px -1px;
max-width: 700px;
}

.slide {
margin-left: 1rem;
margin-bottom: 2rem;
border-left: solid 1px var(--foreground);
padding-left: 1rem;
max-width: 650px;
}

@media (min-width: 700px) {
body {
margin-top: 1rem;
margin-left: 3rem;
margin-right: 3rem;
}
}
}

0 comments on commit 3644d6d

Please sign in to comment.