Skip to content

Commit

Permalink
Remove Contacts and link to Twitter, update Health24 provider info (#74)
Browse files Browse the repository at this point in the history
* Remove Contacts block and link to Contacts from navigation, remove link to Twitter

* Change logo, email and link for Health24 provider
  • Loading branch information
burlachenkovv authored and kiurchv committed Aug 21, 2018
1 parent bc6d3ef commit f7b7919
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified dist/images/partners/health24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Мапа регіонів</h3>
<div id="statistic"></div>
<div id="explain" class="explain"></div>
<div id="documents"></div>
<section class="contacts" id="contacts">
<!-- <section class="contacts" id="contacts">
<header class="contacts__header">
<h3>Зворотній зв&#8217;язок</h3>
</header>
Expand All @@ -119,7 +119,7 @@ <h3>Зворотній зв&#8217;язок</h3>
</a>
</p>
</article>
</section>
</section> -->
</div>
</main>
<footer class="footer">
Expand Down
4 changes: 2 additions & 2 deletions dist/providers.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1 class="providers-page__title">Обрати медичну інформаці
</p>
</div>
<div class="partners__item">
<a href="https://health24.life/" target="_blank"><img src="./images/partners/health24.png" alt="" class=""></a>
<a href="https://health24.ua/" target="_blank"><img src="./images/partners/health24.png" alt="" class=""></a>
<div class="partners__item-title">Функції в системі eHealth</div>
<p>Реєстрація закладів, лікарів, декларацій</p>
<div class="partners__item-title">Про МІС</div>
Expand All @@ -252,7 +252,7 @@ <h1 class="providers-page__title">Обрати медичну інформаці
ТОВ “Здоров’я 24” <br>
<a href="tel:+380503737376">(050) 373-73-76</a><br>
<a href="tel:+380800300655">0 800 300 655</a><br>
<a href="mailto:support@health24.life">support@health24.life</a>
<a href="mailto:support@health24.ua">support@health24.ua</a>
</p>
</div>
<div class="partners__item">
Expand Down
12 changes: 6 additions & 6 deletions src/scripts/react/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const NAV_ITEMS = [
link: "/#documents",
title: "Документи"
},
{
link: "/#contacts",
title: "Контакти"
}
// {
// link: "/#contacts",
// title: "Контакти"
// }
];

export default class Nav extends Component {
Expand Down Expand Up @@ -73,15 +73,15 @@ export default class Nav extends Component {
<i className="icon icon_name_fb" />
</a>
</li>
<li>
{/* <li>
<a
className="nav__link"
target="_blank"
href="https://twitter.com/eHealthUa"
>
<i className="icon icon_name_tw" />
</a>
</li>
</li> */}
</ul>
</nav>
<Gamburger
Expand Down

0 comments on commit f7b7919

Please sign in to comment.