. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="Thanks-you.aspx.cs" Inherits="GrowelWeb.Thanks_you" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<section class="section section-md bg-white text-center">
<style>@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
html,body {
/* font-family: "verdana", "Courier New", monospace;*/
}
.thankyou-page ._header {
background: #DA251D;
padding: 100px 30px;
text-align: center;
background: #DA251D url(https://codexcourier.com/images/main_page.jpg) center/cover no-repeat;
}
.thankyou-page ._header .logo {
max-width: 200px;
margin: 0 auto 50px;
}
.ty {
font-size: 16px;
line-height: 1.35;
}
.thankyou-page ._header .logo img {
width: 100%;
}
.thankyou-page ._header h1 {
font-size: 65px;
font-weight: 800;
color: white;
margin: 0;
font-family: 'Raleway', sans-serif;
}
.thankyou-page ._body {
margin: -70px 0 30px;
font-family: 'Raleway', sans-serif;
}
.thankyou-page ._body ._box {
margin: auto;
max-width: 80%;
padding: 50px;
background: white;
border-radius: 3px;
box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
-moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
-webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
}
.thankyou-page ._body ._box h2 {
font-size: 32px;
font-weight: 600;
color: #DA251D;
}
.
.thankyou-page ._footer {
text-align: center;
padding: 50px 30px;
font-family: 'Raleway', sans-serif;
}
.thankyou-page ._footer .btn {
background: #DA251D;
color: white;
border: 0;
font-size: 14px;
font-weight: 600;
border-radius: 0;
letter-spacing: 0.8px;
padding: 20px 33px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}</style>
<div id="divother" runat="server" class="shell-fullwidth">
<div class="thankyou-page">
<div class="_header">
<div class="logo">
<img src="https://codexcourier.com/images/banner-logo.png" alt="">
</div>
<h1>Thank You!</h1>
</div>
<div class="_body">
<div class="_box">
<h4 class="ty">
Thanks for filling out our form!
We will look over your message and get back to you ASAP. In the meantime, <br>you can check the <a href="https://growel.com/page/faqs">FAQ</a> section, look over our product or browse through our latest blog posts. <br>Please click <a href="https://growel.com/blog/">here</a> to continue.
Team Growel. </h4>
</div>
</div>
<div class="_footer">
<p>Having trouble? <a href="page/contact-us">Contact us</a> </p>
<a class="btn" href="https://growel.com">Back to homepage</a>
</div>
</div>
</div>
<div id="divmail" runat="server" class="shell-fullwidth">
<div class="thankyou-page">
<div class="_header">
<div class="logo">
<img src="https://codexcourier.com/images/banner-logo.png" alt="">
</div>
<h1>Thank You!</h1>
</div>
<div class="_body">
<div class="_box">
<h4 class="ty">
Your download request has been received and your download link has been sent to email id <br />
Check your inbox, thrash, and spam folders for an email from
<b><a href="mailto:webmaster@growel.com">webmaster@growel.com</a></b>
<br />
If you do not receive your email, please visit
</h4>
</div>
</div>
<div class="_footer">
<p>Having trouble? <a href="https://growel.com/page/contact-us">Contact us</a> </p>
<a class="btn" href="https://growel.com">Back to homepage</a>
</div>
</div>
</div>
</section>
</asp:Content>