anchors in ro
This commit is contained in:
parent
3e4e60140b
commit
7979a319d0
10
dist/index.html
vendored
10
dist/index.html
vendored
@ -27,8 +27,8 @@
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ms-auto py-4 py-lg-0">
|
||||
<li class="nav-item"><a class="nav-link" href="#top">Nunta</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="#when">Cînd</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="#where">Unde</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="#cind">Cînd</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="#unde">Unde</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -39,11 +39,11 @@
|
||||
<div class="masthead-heading"><i class="fas fa-heart text-primary opacity-80"></i></div>
|
||||
<div class="masthead-subheading">Ne căsătorim!</div>
|
||||
<div class="masthead-heading">Anamaria și Liviu</div>
|
||||
<a class="btn btn-primary btn-xl mt-4 opacity-80" href="#when">Detalii</a>
|
||||
<a class="btn btn-primary btn-xl mt-4 opacity-80" href="#cind">Detalii</a>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Services-->
|
||||
<section class="page-section" id="when">
|
||||
<section class="page-section" id="cind">
|
||||
<div class="container">
|
||||
<div class="text-center">
|
||||
<h3 class="section-subheading text-muted mb-1">împreună cu nașii</h3>
|
||||
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
</section>
|
||||
<!-- About-->
|
||||
<section class="page-section" id="where">
|
||||
<section class="page-section" id="unde">
|
||||
<div class="container">
|
||||
<ul class="timeline">
|
||||
<li>
|
||||
|
@ -38,9 +38,9 @@ html(lang='en')
|
||||
li.nav-item
|
||||
a.nav-link(href='#top') Nunta
|
||||
li.nav-item
|
||||
a.nav-link(href='#when') Cînd
|
||||
a.nav-link(href='#cind') Cînd
|
||||
li.nav-item
|
||||
a.nav-link(href='#where') Unde
|
||||
a.nav-link(href='#unde') Unde
|
||||
// Masthead
|
||||
header.masthead
|
||||
.container
|
||||
@ -48,10 +48,10 @@ html(lang='en')
|
||||
i.fas.fa-heart.text-primary.opacity-80
|
||||
.masthead-subheading Ne căsătorim!
|
||||
.masthead-heading Anamaria și Liviu
|
||||
a.btn.btn-primary.btn-xl.mt-4.opacity-80(href='#when') Detalii
|
||||
a.btn.btn-primary.btn-xl.mt-4.opacity-80(href='#cind') Detalii
|
||||
|
||||
// Services
|
||||
section#when.page-section
|
||||
section#cind.page-section
|
||||
.container
|
||||
.text-center
|
||||
h3.section-subheading.text-muted.mb-1 împreună cu nașii
|
||||
@ -69,7 +69,7 @@ html(lang='en')
|
||||
|
||||
|
||||
// About
|
||||
section#where.page-section
|
||||
section#unde.page-section
|
||||
.container
|
||||
ul.timeline
|
||||
li
|
||||
|
Loading…
Reference in New Issue
Block a user