Merge branch 'update-success-page' into 'master'
Update success page See merge request saburly/marketalarm/web!57
This commit was merged in pull request #57.
This commit is contained in:
BIN
app/public/images/android-promotions.gif
Normal file
BIN
app/public/images/android-promotions.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
BIN
app/public/images/web-promotions.gif
Normal file
BIN
app/public/images/web-promotions.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
@@ -83,6 +83,14 @@ h6.title {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.full-width {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|||||||
@@ -1,10 +1,30 @@
|
|||||||
<div class="row centered-element">
|
<br>
|
||||||
Super. Poslali smo Vam potvrdni email na Vašu email adresu.
|
<div class="row left-align">
|
||||||
Poslije tog emaila, svaki put kada nađemo nove nekretnine koje Vam odgovaraju
|
<p>Super. Poslali smo Vam potvrdni email na Vašu email adresu.
|
||||||
javićemo Vam emailom.
|
Poslije tog emaila, svaki put kada nađemo nove nekretnine koje Vam odgovaraju
|
||||||
<br><br>
|
javićemo Vam emailom.
|
||||||
<a href="/" class="">
|
</p>
|
||||||
Nova pretraga
|
<a href="/" class="">Nova pretraga</a>
|
||||||
</a>
|
</div>
|
||||||
|
<div class="row left-align">
|
||||||
|
<p>Ako koristite gmail sa uključenom opcijom <strong>Promotions</strong>
|
||||||
|
postoji šansa da nećete dobiti notifikaciju kada email od Kivija dođe.
|
||||||
|
Da biste počeli dobijati notifikacije otiđite u <strong>Promotions</strong> label i
|
||||||
|
pomjerite email u <strong>Primary</strong> label kao na videu ispod.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<div class="hide-on-med-and-down">
|
||||||
|
<h6>Web preglednik</h6>
|
||||||
|
<br>
|
||||||
|
<img class="full-width" src="assets/images/web-promotions.gif">
|
||||||
|
<br>
|
||||||
|
<h6>Mobilna Gmail aplikacija</h6>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col s12 m6 l6 push-m3 push-l3">
|
||||||
|
<img src="assets/images/android-promotions.gif" width="100%">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user