Skip to content

Commit

Permalink
feat: add main container with avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
pylkonata committed Jun 1, 2024
1 parent af340a3 commit fc220df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added assets/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,29 @@
</head>
<body>
― Hello World! &#x1F609;
<main>
<div class="resume">
<div class="container">
<div class="resume__block">
<h1 class="contact-info__header">Pylko Nataliia</h1>
<h3 class="contact-info__sub-header">Full-Stack Developer</h3>

<div class="contact_info_container fh">
<div class="contact-info__block"></div>

<div class="contact-info__block contact-info__block--center">
<img
class="contact-info__avatar"
src="assets/avatar.jpg"
alt="Avatar"
/>
</div>

<div class="contact-info__block"></div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>

0 comments on commit fc220df

Please sign in to comment.