| Server IP : 52.9.100.119 / Your IP : 216.73.216.135 Web Server : Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.30 Phusion_Passenger/5.1.5 System : Linux ip-172-31-9-35 4.14.355-196.618.amzn1.x86_64 #1 SMP Mon Apr 7 17:09:50 UTC 2025 x86_64 User : root ( 0) PHP Version : 7.3.30 Disable Function : exec,passthru,shell_exec,system,popen,proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /data/html/garlanslanding/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Garlan's, Inc.</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
}
.page {
min-height: 100vh;
background-color: #000;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 3rem 1.5rem;
text-align: center;
}
.logo {
width: 200px;
margin-bottom: 2rem;
filter: brightness(0) invert(1);
}
h1 {
color: #ffffff;
font-size: 60px;
font-weight: 600;
margin-bottom: 2rem;
letter-spacing: 1px;
}
.btn {
display: inline-block;
padding: 12px 32px;
border: 2px solid #ffffff;
color: #ffffff;
text-decoration: none;
font-size: 13px;
font-family: inherit;
letter-spacing: 1.5px;
text-transform: uppercase;
cursor: pointer;
background: transparent;
transition: background 0.2s ease, color 0.2s ease;
margin: 0.4rem;
}
.btn:hover {
background: #ffffff;
color: #222222;
}
.btn-primary {
background: #ffffff;
color: #222222;
}
.btn-primary:hover {
background: transparent;
color: #ffffff;
}
.divider {
width: 50px;
border: none;
border-top: 1px solid rgba(255, 255, 255, 0.45);
margin: 2rem auto;
}
.social-links p {
color: rgba(255, 255, 255, 0.85);
font-size: 18px;
line-height: 1.9;
}
.social-links a {
color: #ffffff;
text-decoration: underline;
}
.social-links a:hover {
text-decoration: none;
}
.social-subtitle {
color: rgba(255, 255, 255, 0.55);
font-size: 13px;
margin-top: 4px;
}
.address {
color: rgba(255, 255, 255, 0.75);
font-size: 18px;
line-height: 2;
margin-bottom: 1.5rem;
}
.address strong {
color: #ffffff;
font-weight: 500;
}
.buttons-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
margin-top: 0.5rem;
}
@media only screen and (max-width: 900px) {
h1 {
font-size: 40px;
}
}
</style>
</head>
<body>
<div class="page">
<img
class="logo"
src="imgs/logo-transparent-white.png"
alt="Garlan's Logo"
/>
<h1>Hello and Welcome to Garlan's</h1>
<a class="btn btn-primary" href="https://apply.garlans.com/abonar-credito/" target="_blank">
Make a Payment
</a>
<hr class="divider" />
<div class="social-links">
<p>
Please visit us on
<a href="https://www.facebook.com/Garlans" target="_blank">Facebook/garlans</a>
&
<a href="https://www.instagram.com/garlansfashion" target="_blank">Instagram/garlansfashions</a>
</p>
<p class="social-subtitle">to see the latest fashions for this season</p>
</div>
<hr class="divider" />
<div class="address">
<p>You can also visit our store at</p>
<p><strong>235 East Second Street</strong></p>
<p>Calexico, CA 92231</p>
</div>
<div class="buttons-row">
<a
class="btn"
href="https://www.google.com/maps/place/Garlan's,+Inc./@32.6668988,-115.4954888"
target="_blank"
>
Visit Our Store
</a>
<a
class="btn"
href="https://www.google.com.mx/search?q=garlans"
target="_blank"
>
Store Hours
</a>
</div>
</div>
</body>
</html>