Rebrand and add seo-text
This commit is contained in:
parent
8f6ad6e13d
commit
63f5ddd8af
@ -12,14 +12,18 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
background-image: linear-gradient(to right, #4CAF50, #4CAF50 40%, #00BCD4 60%);
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
color: #757575;
|
||||
font-size: 3rem;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.gradient-text {
|
||||
background-image: linear-gradient(to right, #4CAF50, #4CAF50 20%, #00BCD4 80%);
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #9E9E9E;
|
||||
font-size: 0.8rem;
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Easily compress video files to a specific file size for uploading to various communication platforms that restrict upload size">
|
||||
<title>Video Compressor</title>
|
||||
<script defer src="/assets/scripts/ffmpeg/package/dist/umd/ffmpeg.js"></script>
|
||||
<script defer src="/assets/scripts/ui.js"></script>
|
||||
@ -14,7 +15,7 @@
|
||||
<link rel="stylesheet" href="/assets/styles/result-section.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Video Compressor</h1>
|
||||
<h1><span class="gradient-text">compact</span>.video</h1>
|
||||
<p>Compress video files to a specific file size, so you can upload them to your favorite social media and messaging apps!</p>
|
||||
|
||||
<section id="file-picker-section">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user