more icons
This commit is contained in:
parent
24764eca6f
commit
e3cd6b7f34
40
dist/index.html
vendored
40
dist/index.html
vendored
@ -23,7 +23,7 @@
|
||||
<!-- Navigation-->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<button class="ms-auto navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars mx-1 fa-beat fa-lg"></i></button>
|
||||
<button class="ms-auto navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fas fa-bars mx-1 fa-beat fa-fw fa-lg"></i></button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ms-auto py-4 py-lg-0">
|
||||
<li class="nav-item ms-auto"><a class="nav-link" href="#top">Nunta</a></li>
|
||||
@ -36,7 +36,7 @@
|
||||
<!-- Masthead-->
|
||||
<header class="masthead">
|
||||
<div class="container">
|
||||
<div class="masthead-heading opacity-80"><i class="fas fa-heart text-primary"></i></div>
|
||||
<div class="masthead-heading opacity-80"><i class="fas fa-heart fa-fw text-primary"></i></div>
|
||||
<div class="masthead-subheading opacity-80">Ne căsătorim!</div>
|
||||
<div class="masthead-heading opacity-80">Anamaria și Liviu</div>
|
||||
<a class="btn btn-primary btn-xl mt-4 opacity-80" href="#cind">Detalii</a>
|
||||
@ -69,19 +69,22 @@
|
||||
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/bis-sf.maria.png" alt="..." /></div>
|
||||
<div class="timeline-panel">
|
||||
<div class="timeline-heading">
|
||||
<h4>13:30</h4>
|
||||
<h4 class="subheading">Cununia religioasă</h4>
|
||||
<h4>
|
||||
<i class="fas fa-clock fa-fw"></i>
|
||||
13:30
|
||||
</h4>
|
||||
<h4 class="subheading">
|
||||
<i class="fas fa-church fa-fw"></i>
|
||||
Cununia religioasă
|
||||
</h4>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p>
|
||||
<i class="fas fa-church"></i>
|
||||
Biserica Sf. Maria
|
||||
</p>
|
||||
<p>Biserica Sf. Maria</p>
|
||||
<p class="text-muted">
|
||||
Voluntari
|
||||
<br />
|
||||
<a href="https://goo.gl/maps/kR5PGx3GLfkMtv3c7" target="_blank">
|
||||
<i class="fas fa-location-dot"></i>
|
||||
<i class="fas fa-location-dot fa-fw"></i>
|
||||
Harta
|
||||
</a>
|
||||
</p>
|
||||
@ -92,19 +95,22 @@
|
||||
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/casa-doina-crama.png" alt="..." /></div>
|
||||
<div class="timeline-panel">
|
||||
<div class="timeline-heading">
|
||||
<h4>15:00</h4>
|
||||
<h4 class="subheading">Petrecerea</h4>
|
||||
<h4>
|
||||
<i class="fas fa-clock fa-fw"></i>
|
||||
15:00
|
||||
</h4>
|
||||
<h4 class="subheading">
|
||||
<i class="fas fa-champagne-glasses fa-fw"></i>
|
||||
Petrecerea
|
||||
</h4>
|
||||
</div>
|
||||
<div class="timeline-body">
|
||||
<p>
|
||||
<i class="fas fa-champagne-glasses"></i>
|
||||
Casa Doina - Cramă
|
||||
</p>
|
||||
<p>Casa Doina - Cramă</p>
|
||||
<p class="text-muted">
|
||||
Soseaua Kiseleff nr. 4, Sector 1, București
|
||||
<br />
|
||||
<a href="https://goo.gl/maps/G5TpdxgckozfZjk37" target="_blank">
|
||||
<i class="fas fa-location-dot"></i>
|
||||
<i class="fas fa-location-dot fa-fw"></i>
|
||||
Harta
|
||||
</a>
|
||||
</p>
|
||||
@ -126,7 +132,7 @@
|
||||
Vă rugăm să confirmați participarea
|
||||
<br />
|
||||
până la data de 15 august
|
||||
<i class="fas fa-check-double text-info"></i>
|
||||
<i class="fas fa-check-double fa-fw text-info"></i>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@ html(lang='en')
|
||||
//- a.navbar-brand(href='#page-top')
|
||||
//- | Nunta
|
||||
button.ms-auto.navbar-toggler(type='button', data-bs-toggle='collapse', data-bs-target='#navbarResponsive', aria-controls='navbarResponsive', aria-expanded='false', aria-label='Toggle navigation')
|
||||
i.fas.fa-bars.mx-1.fa-beat.fa-lg
|
||||
i.fas.fa-bars.mx-1.fa-beat.fa-fw.fa-lg
|
||||
#navbarResponsive.collapse.navbar-collapse
|
||||
ul.navbar-nav.ms-auto.py-4.py-lg-0
|
||||
li.nav-item.ms-auto
|
||||
@ -47,7 +47,7 @@ html(lang='en')
|
||||
header.masthead
|
||||
.container
|
||||
.masthead-heading.opacity-80
|
||||
i.fas.fa-heart.text-primary
|
||||
i.fas.fa-heart.fa-fw.text-primary
|
||||
.masthead-subheading.opacity-80 Ne căsătorim!
|
||||
.masthead-heading.opacity-80 Anamaria și Liviu
|
||||
a.btn.btn-primary.btn-xl.mt-4.opacity-80(href='#cind') Detalii
|
||||
@ -79,35 +79,41 @@ html(lang='en')
|
||||
img.rounded-circle.img-fluid(src='assets/img/bis-sf.maria.png', alt='...')
|
||||
.timeline-panel
|
||||
.timeline-heading
|
||||
h4 13:30
|
||||
h4.subheading Cununia religioasă
|
||||
h4
|
||||
i.fas.fa-clock.fa-fw
|
||||
| 13:30
|
||||
h4.subheading
|
||||
i.fas.fa-church.fa-fw
|
||||
| Cununia religioasă
|
||||
.timeline-body
|
||||
p
|
||||
i.fas.fa-church
|
||||
| Biserica Sf. Maria
|
||||
p.text-muted
|
||||
| Voluntari
|
||||
br
|
||||
a(href='https://goo.gl/maps/kR5PGx3GLfkMtv3c7' target='_blank')
|
||||
i.fas.fa-location-dot
|
||||
i.fas.fa-location-dot.fa-fw
|
||||
| Harta
|
||||
li.timeline-inverted
|
||||
.timeline-image
|
||||
img.rounded-circle.img-fluid(src='assets/img/casa-doina-crama.png', alt='...')
|
||||
.timeline-panel
|
||||
.timeline-heading
|
||||
h4 15:00
|
||||
h4.subheading Petrecerea
|
||||
h4
|
||||
i.fas.fa-clock.fa-fw
|
||||
| 15:00
|
||||
h4.subheading
|
||||
i.fas.fa-champagne-glasses.fa-fw
|
||||
| Petrecerea
|
||||
.timeline-body
|
||||
p
|
||||
i.fas.fa-champagne-glasses
|
||||
| Casa Doina - Cramă
|
||||
p.text-muted
|
||||
| Soseaua Kiseleff nr. 4, Sector 1, București
|
||||
br
|
||||
|
||||
a(href='https://goo.gl/maps/G5TpdxgckozfZjk37' target='_blank')
|
||||
i.fas.fa-location-dot
|
||||
i.fas.fa-location-dot.fa-fw
|
||||
| Harta
|
||||
li.timeline
|
||||
.timeline-image
|
||||
@ -122,7 +128,7 @@ html(lang='en')
|
||||
| Vă rugăm să confirmați participarea
|
||||
br
|
||||
| până la data de 15 august
|
||||
i.fas.fa-check-double.text-info
|
||||
i.fas.fa-check-double.fa-fw.text-info
|
||||
|
||||
|
||||
// Bootstrap core JS
|
||||
|
Loading…
Reference in New Issue
Block a user