- robotsTxtUrl
- https://www.prettierai.app/robots.txt
- exists
- true
- rawRobotsTxt
- <!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="assets/general/logo.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prettier - Glow Up Instantly</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" />
<style>
/* General Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body,
html {
font-family: 'Montserrat', sans-serif !important;
color: #3a2b35;
line-height: 1.6;
overflow-x: hidden;
height: 100%;
background-size: 300% 300%;
animation: moveAurora 15s ease infinite;
}
p,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: revert;
font-weight: revert;
font-family: 'Montserrat', sans-serif !important;
}
@keyframes moveAurora {
0% {
background-position: 0% 50%;
}
25% {
background-position: 100% 0%;
}
50% {
background-position: 0% 100%;
}
75% {
background-position: 100% 100%;
}
100% {
background-position: 0% 50%;
}
}
.aurora-wrapper {
position: absolute;
background: #fff1f8;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
overflow: hidden;
}
.base {
position: absolute;
filter: blur(8vw);
opacity: 0.8;
animation: fly 12s linear infinite alternate;
}
@keyframes fly {
0% {
transform: rotate(0) translate(200px) rotate(0);
}
100% {
transform: rotate(1turn) translate(200px) rotate(1turn);
}
}
@keyframes flyPlus {
0% {
transform: rotate(0) translate(150px) rotate(0);
}
100% {
transform: rotate(1turn) translate(150px) rotate(1turn);
}
}
.one,
.four,
.five {
border-radius: 100%;
width: 15vw;
height: 15vw;
max-width: 100px;
max-height: 100px;
background-color: #ff74b8;
z-index: 3;
animation: fly 30s ease-in-out infinite alternate;
transform: rotate(0) translate(200px) rotate(0);
}
.one {
right: 28vw;
top: 10vh;
}
.four {
left: -30vw;
top: 70vh;
}
.five {
left: -30vw;
top: 20vh;
}
.two {
border-radius: 100%;
width: 30vw;
height: 30vw;
max-width: 250px;
max-height: 250px;
top: 40vh;
left: 10vw;
background-color: #ff93cb;
animation: flyPlus 20s ease-in-out infinite alternate;
transform: rotate(0) translate(150px) rotate(0);
}
.three {
border-radius: 100%;
width: 50vw;
height: 50vw;
max-width: 450px;
max-height: 450px;
bottom: 0vh;
right: 10vw;
background-color: #ff93cb;
animation: flyPlus 20s ease-in-out infinite alternate;
transform: rotate(0) translate(150px) rotate(0);
}
.container {
margin: 0 auto;
}
.header {
padding: 20px 0;
position: sticky;
top: 0;
z-index: 1000;
transition: opacity 0.5s ease;
}
.header.hidden .nav {
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-8px);
}
.header .container {
text-align: center;
position: relative;
}
.logo {
display: inline-flex;
align-items: center;
justify-content: center;
}
.logo img {
height: 150px;
width: auto;
filter: drop-shadow(0 0px 10px rgba(0, 0, 0, .06));
margin-bottom: 40px;
margin-top: 50px;
}
.nav {
transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.nav ul {
list-style: none;
display: flex;
justify-content: center;
margin-top: 10px;
}
.nav ul li {
margin: 0 15px;
}
.nav ul li a {
text-decoration: none;
color: #4d3a46;
font-weight: 500;
transition: color 0.5s ease;
}
.nav ul li a:hover {
color: #ff4aa2;
}
.hero {
padding: 4vh 0 0 0;
min-height: 92vh;
min-height: 92dvh;
text-align: center;
background: none;
}
.hero h1 {
font-size: calc(1.5rem + 2vw);
color: #341e2d;
margin-bottom: 20px;
}
.subheadline {
font-size: calc(0.9rem + 1vw);
color: #5f4a58;
margin-bottom: 40px;
}
.features {
padding: 4vh 5vw;
background: none;
}
.features h2 {
font-size: calc(1.5rem + 1vw);
color: #341e2d;
text-align: center;
}
.feature-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: center;
}
.feature-grid>* {
flex: 1 1 340px;
}
.feature-image {
max-width: 50%;
height: auto;
margin-bottom: 10px;
border-radius: 40px;
}
.feature-card {
text-align: center;
padding: 34px 28px;
min-height: 260px;
background: rgba(255, 255, 255, 0.70);
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
transition: transform 180ms ease, box-shadow 180ms ease;
backdrop-filter: blur(6px);
}
.feature-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}
.testimonials {
padding: 8vh 5vw;
background: none;
}
.testimonials h2 {
font-size: calc(1.5rem + 1vw);
color: #341e2d;
text-align: center;
margin-bottom: 40px;
}
.testimonial-card {
background: rgba(255, 255, 255, 0.70);
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
padding: 30px 28px;
min-height: 260px;
text-align: left;
position: relative;
transition: transform 180ms ease, box-shadow 180ms ease;
backdrop-filter: blur(6px);
display: flex;
flex-direction: column;
}
.testimonial-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}
.testimonial-card blockquote {
margin: 0;
color: rgba(0, 0, 0, 0.72);
font-size: 18px;
line-height: 1.55;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.testimonial-card blockquote::before {
content: "“";
position: absolute;
top: 14px;
left: 18px;
font-size: 36px;
line-height: 1;
color: rgba(0, 0, 0, 0.10);
}
.testimonial-footer {
display: flex;
align-items: center;
gap: 10px;
padding-top: 18px;
margin-top: auto;
}
.handle {
color: #d52d8f;
font-weight: 600;
}
.stars {
margin-left: auto;
letter-spacing: 2px;
color: rgba(0, 0, 0, 0.35);
font-size: 14px;
}
.tcarousel {
margin-top: 24px;
position: relative;
}
.tcarousel__viewport {
overflow: hidden;
border-radius: 16px;
touch-action: pan-y;
cursor: grab;
}
.tcarousel__viewport.is-dragging {
cursor: grabbing;
}
.tcarousel__track {
display: flex;
transition: transform 280ms ease;
will-change: transform;
gap: 24px;
}
.tcarousel__slide {
flex: 0 0 calc((100% - 48px) / 3);
max-width: calc((100% - 48px) / 3);
}
@media (max-width: 980px) {
.tcarousel__slide {
flex: 0 0 calc((100% - 24px) / 2);
max-width: calc((100% - 24px) / 2);
}
}
@media (max-width: 640px) {
.tcarousel__track {
gap: 16px;
}
.tcarousel__slide {
flex: 0 0 100%;
max-width: 100%;
}
}
.tcarousel__btn {
position: absolute;
top: 45%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 999px;
border: 1px solid rgba(0, 0, 0, 0.08);
background: rgba(255, 255, 255, 0.75);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
cursor: pointer;
font-size: 28px;
line-height: 1;
color: rgba(0, 0, 0, 0.6);
display: none;
align-items: center;
justify-content: center;
transition: transform 140ms ease, opacity 140ms ease;
z-index: 50;
}
@media (min-width: 981px) {
.tcarousel__btn {
display: inline-flex;
}
}
.tcarousel__btn--prev {
left: -10px;
}
.tcarousel__btn--next {
right: -10px;
}
.tcarousel__btn:hover {
transform: translateY(-50%) scale(1.03);
}
.tcarousel__dots {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 14px;
}
.tcarousel__dot {
width: 10px;
height: 10px;
border-radius: 999px;
border: 0;
background: rgba(0, 0, 0, 0.18);
cursor: pointer;
padding: 0;
}
.tcarousel__dot.is-active {
background: rgba(0, 0, 0, 0.45);
}
.download {
padding: 8vh 0;
text-align: center;
background: none;
}
.download h2 {
font-size: calc(1.5rem + 1vw);
color: #341e2d;
}
.app-store-button img,
.google-play-button img {
max-width: 200px;
height: auto;
}
.store-buttons a {
display: inline-block;
text-decoration: none;
margin: 10px;
transition: transform 0.5s ease;
}
.store-buttons a:hover {
transform: scale(1.05);
}
.footer {
padding: 20px 0;
background: none;
text-align: center;
font-size: calc(0.7rem + 0.5vw);
color: #6d5a65;
}
.section {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.5s ease, transform 0.5s ease;
}
section {
scroll-margin-top: 80px;
}
.section.visible {
opacity: 1;
transform: translateY(0);
}
@media (max-width: 768px) {
.container {
padding: 0 10px;
}
.hero {
padding: 20px 16px 20px 16px;
}
}
</style>
</head>
<body>
<div class="aurora-wrapper">
<div class="base one"></div>
<div class="base two"></div>
<div class="base three"></div>
<div class="base four"></div>
<div class="base five"></div>
</div>
<header class="header">
<nav class="nav">
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#testimonials">Users</a></li>
<li><a href="#download">Download</a></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<div class="container"><a href="index.html" class="logo"><img src="assets/general/logo.png"
alt="Prettier logo"></a>
<h1>Glow Up Instantly</h1>
<p class="subheadline">Designed to help you look and feel your best.</p>
<div class="store-buttons"><a
href="https://apps.apple.com/nl/app/prettier-glow-up-instantly/id6764816003"
class="app-store-button" aria-label="App Store"><img src="assets/general/app-store-badge.png"
alt="App Store"></a><a
href="https://play.google.com/store/apps/details?id=com.prettierai.app"
class="google-play-button" aria-label="Google Play"><img
src="assets/general/google-play-badge.png" alt="Google Play"></a></div>
</div>
</section>
<section id="features" class="features section">
<div class="container">
<h2>Your glow up in three steps</h2>
<p class="subheadline" style="text-align:center;">The magic is in the details of each hue and color.</p>
<div class="feature-grid">
<article class="feature-card">
<img src="assets/general/ss3.png" class="feature-image" alt="Color Season Scan">
<h3>Color Season Scan</h3>
<p>Discover your color season and shades that brighten your complexion and enhance your natural
features.</p>
</article>
<article class="feature-card">
<img src="assets/general/ss2.png" class="feature-image" alt="Glow Up Scan">
<h3>Glow Up scan</h3>
<p>Receive personalized makeup routine advice for different makeup styles.</p>
</article>
<article class="feature-card">
<img src="assets/general/ss4.png" class="feature-image" alt="Skin + Undertone Insights">
<h3>Skin + Undertone Insights</h3>
<p>Learn about your skin type, undertone, and facial structure with practical recommendations
designed for you.</p>
</article>
</div>
</div>
</section>
<section id="testimonials" class="testimonials section">
<div class="container">
<h2>Why Users Love Prettier</h2>
<div class="tcarousel" aria-label="Testimonials carousel">
<button class="tcarousel__btn tcarousel__btn--prev" type="button"
aria-label="Previous testimonial">‹</button>
<div class="tcarousel__viewport">
<div class="tcarousel__track">
<figure class="testimonial-card tcarousel__slide">
<blockquote>I DIDNT KNOW I HAD SO MUCH POTENTIAL</blockquote>
<figcaption class="testimonial-footer"><span class="handle">LiaMia2</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>its a really good app and gave me make up routines for the look i wanted,
amazing app. its also free to use and i invited over 12 people to use it. it gives me
natural glow up RECOMMEND!
</blockquote>
<figcaption class="testimonial-footer"><span class="handle">RubikCube293</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>The glow up scan shows a natural result
</blockquote>
<figcaption class="testimonial-footer"><span class="handle">Lisaaawv</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>its worth it and also i referred 3 people to get free access</blockquote>
<figcaption class="testimonial-footer"><span class="handle">MaddyKp</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>Prettier is soooooo good!!!!!</blockquote>
<figcaption class="testimonial-footer"><span class="handle">Annelise''</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>game changer!! thanks for creating this app</blockquote>
<figcaption class="testimonial-footer"><span class="handle">Loveyouuu</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>Really easy to use, i almost use it daily and also for make up inspos
</blockquote>
<figcaption class="testimonial-footer"><span class="handle">Matchamatchamatchaa</span><span
class="stars">★★★★★</span></figcaption>
</figure>
<figure class="testimonial-card tcarousel__slide">
<blockquote>Prettier taught me so much i didnt know yet especially about my color season
apparently being true summer
</blockquote>
<figcaption class="testimonial-footer"><span class="handle">Aimelyyy</span><span
class="stars">★★★★★</span></figcaption>
</figure>
</div>
</div>
<button class="tcarousel__btn tcarousel__btn--next" type="button"
aria-label="Next testimonial">›</button>
<div class="tcarousel__dots" aria-label="Carousel pagination"></div>
</div>
</div>
</section>
<section id="download" class="download section">
<div class="container">
<h2>Your glow up should feel natural...</h2>
<p class="subheadline">Try Prettier, and see for yourself!</p>
<div class="store-buttons"><a href="https://apps.apple.com/nl/app/prettier-glow-up-instantly/id6764816003"
class="app-store-button" aria-label="App Store"><img src="assets/general/app-store-badge.png"
alt="App Store"></a><a href="https://play.google.com/store/apps/details?id=com.prettierai.app"
class="google-play-button" aria-label="Google Play"><img src="assets/general/google-play-badge.png"
alt="Google Play"></a></div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2026 Prettier. All rights reserved.</p>
</div>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>