Skip to content

Commit 3be5c1e

Browse files
committed
feat: audio, video
1 parent 409e100 commit 3be5c1e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

about.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<body data-spy="scroll">
1818
<div class="container-fluid">
1919
<div class="row">
20-
<div class="col-md-3">
20+
<div class="col-md-3 col-xs-12">
2121
<div class="sidenav-wrapper">
22-
<div style="margin-top: 5vh;">
22+
<div>
2323
<h3 class="label">Arseny Mitin</h3>
2424
<h6 class="label">@mitinarseny</h6>
2525
</div>
@@ -141,6 +141,8 @@ <h4 class="header">education</h4>
141141
<p class="text">
142142
2017 – present time: <a href="https://www.hse.ru/ba/cosec/">National Research University Higher School of Economics, department of Computer Security</a> <br> 2014 – 2017: <a href="https://informatics.ru/yandex/">Yandex Programming School, speciality "Industrial Programming"</a> <br>
143143
</p>
144+
<audio src="audio.mp3" controls></audio>
145+
<iframe width="100%" height="360" src="https://www.youtube.com/embed/K9qMm3JbOH0" frameborder="0" allowfullscreen></iframe>
144146
</div>
145147
</div>
146148
</div>

audio.mp3

8.56 MB
Binary file not shown.

styles.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ html, body {
55

66
.sidenav-wrapper {
77
position: fixed;
8-
height: 100vh;
8+
9+
margin-top: 5vh;
10+
margin-bottom: 3vh;
11+
height: 92vh;
912
display: flex;
1013
align-items: stretch;
1114
justify-content: space-between;
@@ -19,7 +22,6 @@ html, body {
1922

2023
#contacts {
2124
/*margin-top: 1.5vh;*/
22-
margin-bottom: 3vh;
2325
display: flex;
2426
flex-direction: column;
2527
align-items: flex-start;

0 commit comments

Comments
 (0)