Skip to content

Commit

Permalink
Golang companies organizer review (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPodorvanov authored Jun 9, 2024
1 parent 40b2430 commit 51d9670
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 51 deletions.
50 changes: 2 additions & 48 deletions public/golang-companies-organizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,58 +43,12 @@
<img class="header__logo-img" src="/assets/images/pages/online/logo.svg" alt="logo">
<h3 class="header__logo-title">Ready To Touch</h3>
</a>
<ul class="header__nav">
<li class="header__nav-item">
<a href="/companies" class="header__nav-link active">Companies</a>
</li>
<li class="header__nav-item">
<a href="/projects" class="header__nav-link">Projects</a>
</li>
<li class="header__nav-item">
<a href="/vacancies" class="header__nav-link">Vacancies</a>
</li>
<li class="header__nav-item">
<a href="/page-stub-auth.html" class="header__nav-link">Inbox</a>
</li>
</ul>
<div class="header__stars">
<iframe src="https://ghbtns.com/github-btn.html?user=readytotouch&repo=readytotouch.github.io&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
</div>
<div class="header__profile">
<button class="header__profile-button">
<img src="https://avatars.githubusercontent.com/u/63663261?v=4&s=48" alt="photo-profile">
</button>
<div class="header__modal modal-profile">
<div class="modal-profile__profile">
<img src="https://avatars.githubusercontent.com/u/63663261?v=4&s=48" class="modal-profile__user-photo" width="48" height="48" alt="photo-profile">
<div class="modal-profile__profile-info">
<div class="modal-profile__profile-name">Yaroslav Podorvanov</div>
<a href="https://github.com/YaroslavPodorvanov" target="_blank" class="modal-profile__link">
<img src="/assets/images/pages/online/github-black.svg" width="20" height="20" alt="link">
<span class="modal-profile__profile-github">github.com/YaroslavPodorvanov</span>
</a>
<a href="https://gitlab.com/YaroslavPodorvanov" target="_blank" class="modal-profile__link">
<img src="/assets/images/pages/online/gitlab.png" width="20" height="20" alt="link">
<span class="modal-profile__profile-gitlab">gitlab.com/YaroslavPodorvanov</span>
</a>
</div>
</div>
<div class="modal-profile__log-out">
<a href="#" class="modal-profile__button">
<img src="/assets/images/pages/online/log-out.svg" alt="log-out">
<span>Log out</span>
</a>
</div>
</div>
</div>
</div>
</header>
<script>
document.querySelector(".header__profile-button").addEventListener("click", () => {
document.querySelector(".header__modal").classList.toggle("active");
});
</script>


<main class="main-wrapper">
Expand Down Expand Up @@ -145,7 +99,7 @@ <h3 class="header__logo-title">Ready To Touch</h3>
<span>LinkedIn</span>
</th>
<th>
<img src="/assets/images/pages/common/link.svg" alt="link">
<img src="/assets/images/pages/online/github-black.svg" alt="github-black">
<span>GitHub</span>
</th>
<th>
Expand All @@ -161,7 +115,7 @@ <h3 class="header__logo-title">Ready To Touch</h3>
<span>Otta</span>
</th>
<th>
<img src="/assets/images/pages/online/github-black.svg" alt="github-black">
<img src="/assets/images/pages/common/link.svg" alt="link">
<span>Vacancies</span>
</th>
</tr>
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1>ReadyToTouch | Pages</h1>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/project-vacancies.html">Projects vacancies</a></li>
<li><a href="/vacancies.html">Vacancies</a></li>
<li><a href="/golang-companies-organizer.html">Golang companies organizer</a></li>
</ul>
</body>
</html>
6 changes: 3 additions & 3 deletions source/assets/html/golang-companies-organizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"page-title": "Yet another anonymous work search",
"page-description": "Yet another anonymous work search",
"style": "organizer.html",
"header": "base/layout/header-auth-nav.html",
"header": "base/layout/header.html",
"page-class": "authorized"
})

Expand Down Expand Up @@ -52,7 +52,7 @@
<span>LinkedIn</span>
</th>
<th>
<img src="/assets/images/pages/common/link.svg" alt="link">
<img src="/assets/images/pages/online/github-black.svg" alt="github-black">
<span>GitHub</span>
</th>
<th>
Expand All @@ -68,7 +68,7 @@
<span>Otta</span>
</th>
<th>
<img src="/assets/images/pages/online/github-black.svg" alt="github-black">
<img src="/assets/images/pages/common/link.svg" alt="link">
<span>Vacancies</span>
</th>
</tr>
Expand Down
1 change: 1 addition & 0 deletions source/assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1>ReadyToTouch | Pages</h1>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/project-vacancies.html">Projects vacancies</a></li>
<li><a href="/vacancies.html">Vacancies</a></li>
<li><a href="/golang-companies-organizer.html">Golang companies organizer</a></li>
</ul>
</body>
</html>

0 comments on commit 51d9670

Please sign in to comment.