Skip to content

Commit

Permalink
add person
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Aug 24, 2023
1 parent e219e54 commit 4e8de23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.idea/
Binary file added img/ava/luppov.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,18 @@ <h4 class="text-center text-uppercase text-white">
</div>
</div>

<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
<div class="member-portrait" itemprop="image" style="background-image: url('img/ava/luppov.jpg');"></div>
</div>
<h4 class="text-center text-uppercase text-white">
Daniil Luppov
</h4>
<p class="text-center lead">M.Sc student (RNRMU / MIPT)</p>
</div>
</div>

<div class="col-md-6 col-lg-4 mb-3">
<div class="member-profile">
<div class="member-portrait-container">
Expand Down

0 comments on commit 4e8de23

Please sign in to comment.