Skip to content

Commit

Permalink
Merge branch 'ilyash0:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Electr0nic1 authored Nov 27, 2024
2 parents f296e34 + 1e7bbf6 commit a0257ec
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
Binary file added images/photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/photo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@ <h1 class="header__title">Code Crew</h1>
</div>
</header>

<a href="#top" class="scroll-to-top" title="Прокрутить вверх">⬆️</a>
<a href="#top" class="scroll-to-top" title="Прокрутить вверх"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
fill="currentColor"
class="size-4 scroll-icon"
>
<path
fill-rule="evenodd"
d="M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14Z"
clip-rule="evenodd"
/>
</svg>
</a>

<div id="top"></div>

Expand All @@ -61,6 +74,7 @@ <h2 class="title">О нас</h2>

<h3 class="subtitle">Илья Шмырёв</h3>
<p class="text">
<img src="images/photo2.png" class="photo-in-paragraph" />
Веб-разработчик<br />
Илья специализируется на создании оптимизированных и адаптивных
веб-приложений. Стремится к тому, чтобы каждая строчка кода
Expand All @@ -69,6 +83,7 @@ <h3 class="subtitle">Илья Шмырёв</h3>

<h3 class="subtitle">Никита Ваганов</h3>
<p class="text">
<img src="images/photo.png" class="photo-in-paragraph" />
Frontend-разработчик<br />
Никита разрабатывает интуитивные интерфейсы для веб-приложений,
делая акцент на удобство и современный дизайн, чтобы каждый элемент
Expand Down
10 changes: 10 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,13 @@ section {
background-color: var(--secondary-color);
opacity: 1;
}

.scroll-icon {
width: 35px;
padding-top: 5px;
}

.photo-in-paragraph {
float: right;
width: 15%;
}

0 comments on commit a0257ec

Please sign in to comment.