Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Contacts and link to Twitter, update Health24 provider info #74

Merged
merged 2 commits into from
Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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