-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.php
30 lines (25 loc) · 1.48 KB
/
success.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div class="hero-wrap js-fullheight" style="background-image: url('<?php echo web_root; ?>plugins/jobportal/images/bg_2.jpg');" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-end justify-content-start" data-scrollax-parent="true">
<div class="col-md-8 ftco-animate text-center text-md-left mb-5" data-scrollax=" properties: { translateY: '70%' }">
<p class="breadcrumbs" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span class="mr-3"><a href="index.html">Home <i class="ion-ios-arrow-forward"></i></a></span> <span>Success</span></p>
<h1 class="mb-3 bread" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Success</h1>
</div>
</div>
</div>
</div>
<section class="ftco-section contact-section bg-light">
<div class="container">
<div class="row d-flex contact-info">
<div class="col-md-12 ">
<h2 class="h3"><div class="alert alert-success alert-dismissible clearfix">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<div class="mg-alert-icon"><i class="fa fa-check"></i></div>
<h3 class="mg-alert-payment"><?php check_message()?></h3>
</div></h2>
</div>
<div class="w-100"></div>
</div>
</div>
</section>