Skip to content

Commit

Permalink
update: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAralin committed Sep 13, 2020
1 parent fc52cbf commit a14d1d5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

Binary file modified cv.pdf
Binary file not shown.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,25 @@ <h2>musician</h2>
</section>
</header>
<div class="info">
<section class="info__section">
<h3>I'm unavailable for development...</h3>
<p>still <span id="unavailable_days">{{days}}</span> days</p>
</section>
<section class="info__section">
<h3>a bit about me</h3>
<p>I finished <a href="https://en.wikipedia.org/wiki/Southern_Federal_University" target="blank">Southern Federal University</a> in Taganrog</p>
<p>I wrote my first program in the 8th grade (QBASIC forever)</p>
<p>I like functional programming</p>
<p>I have a <a href="https://vk.com/again_they" target="blank">band</a></p>
<p>Finished <a href="https://en.wikipedia.org/wiki/Southern_Federal_University" target="blank">Southern Federal University</a> in Taganrog</p>
<p>Wrote my first program in the 8th grade (QBASIC forever)</p>
<p>Like functional programming</p>
<p>Have a <a href="https://vk.com/again_they" target="blank">band</a></p>
</section>
<section class="info__section">
<h3>my dev experience</h3>
<p>Vanilla JS, NodeJS apps (familiar with the main popular libraries), GIT, a bit of React and Vue.js, PostgreSQL, Mongo, know basics of Java, Clojure, Python</p>
<p>Have a small experience with Arduino, esp8266</p>
<p>Can cast fireballs and many more things</p>
</section>
<section class="info__section">
<h3>open source contribution activity</h3>
<p>
<ul id="open_source_activity" class="info__section__list"></ul>
</p>
</section>
<section class="info__section">
<h3>references</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="cv__header__title">CV</h1>
<img src="/static/photo.jpg" alt="Arutr Aralin">
</div>
<span class="cv__base_information__full_name">Arutr Aralin</span>
<span>21.04.1997 (22 years old)</span>
<span>21.04.1997 (23 years old)</span>
<div class="cv__base_information__block">
<span class="cv__base_information__block__title">Contacts</span>
<ul class="cv__base_information__block__list">
Expand Down

0 comments on commit a14d1d5

Please sign in to comment.