Skip to content

Commit

Permalink
feat(dev): new landing (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Nov 17, 2024
1 parent a0a3fdc commit 6357b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions acesta/static/css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ h2:before{content:url('../img/decor.svg'); display:block;margin-bottom:-54px;mar

/* Hero */
.hero h1.hashtags{font-size:13px;font-weight:lighter}
.hero .utp{font-size:32px;font-weight:600;color:var(--acesta-dark-primary);line-height:40px}
.hero .utp{font-size:22px;font-weight:600;color:var(--acesta-dark-primary);line-height:25px}
.hero-outside-container{max-height:950px;background:radial-gradient(72.69% 109.42% at 70.76% 50%, #FFFFFF 0%, #D1EEEA 100%)}
.hero .content{height:100vh;max-height:950px;background:url('/static/img/hero.svg') no-repeat right center;background-size:auto 90%}
.hero .hero-text{font-size:1rem}
.hero .hero-text{font-size:.9rem}
@media (min-width:993px) {
.hero .content{min-height:650px}
}
Expand Down
2 changes: 1 addition & 1 deletion acesta/stats/dash/sights_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_stats_figure() -> go.Figure:
fig.update_layout(
paper_bgcolor="white",
plot_bgcolor="white",
font_family="Nunito",
font_family="Golos",
font_color="#727070",
showlegend=False,
hoverlabel={"bordercolor": "#FFF"},
Expand Down
7 changes: 3 additions & 4 deletions acesta/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@
<div class="row content">
<div class="col-12 col-lg-5 d-flex align-items-center">
<div class="hero-text">
<div><h1 class="hashtags text-green mb-2">{{ HASH_TAGS }}</h1></div>
<div class="utp mb-1">Раскрываем<br><span class="text-nowrap colored">туристический</span> <span class="text-accent-primary">потенциал</span></div>
<p>Наш аналитический сервис помогает бизнесу и&nbsp;органам власти оценить потенциальную аудиторию объектов туристического интереса и&nbsp;разработать стратегии развития на&nbsp;уровне точки притяжения, города, региона
</p>
<div><h1 class="hashtags text-green mb-3">{{ HASH_TAGS }}</h1></div>
<div class="utp mb-3">Инструменты<br><span class="text-nowrap colored">анализа потенциальной аудитории</span> <span class="text-accent-primary text-nowrap">в туризме</span></div>
<p>Используя наши инструменты, вы можете разработать стратегии развития на&nbsp;уровне точки притяжения, города или&nbsp;региона, что делает ваши туристические предложения более привлекательными и&nbsp;приводит к&nbsp;росту числа гостей. В&nbsp;результате вы не только улучшаете качество обслуживания туристов, но и&nbsp;способствуете развитию вашего региона, делая его более конкурентоспособным на туристическом рынке.</p>
<a class="btn btn-accent btn-lg{% if request.user.is_authenticated %} px-5{% else %} px-4 px-md-5{% endif %} text-nowrap" href="{% url 'region' %}"><svg fill="#FFFFFF" width="24" height="24" class="me-2"><use href="{% static 'img/sprite.svg' %}#start"></use></svg>Начать{% if not request.user.is_authenticated %} бесплатно{% endif %}</a>
{% if not request.user.is_authenticated %}
<p class="mt-2 ms-1 lh-1 d-block w-75"><small class="opacity-25">Получить доступ к&nbsp;бесплатной базовой версии сразу после авторизации</small></p>
Expand Down

0 comments on commit 6357b0d

Please sign in to comment.