Skip to content

Commit

Permalink
Add favicon and meta og tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jul 5, 2022
1 parent e937c0f commit 7c512b9
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Built with ❤️ by [Themesberg](https://themesberg.com) based on Tailwind CSS

Check out a live demo by clicking here:

🔗 [Landwind live preview](https://demo.themesberg.com/landwind)
🔗 [Landwind live preview](https://demo.themesberg.com/landwind) (🌗 switch on dark mode using your computer preferences)

## Getting started

Expand Down
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
<!DOCTYPE html>
<html lang="en" class="">
<html lang="en">
<head>
<link rel="canonical" href="https://demo.themesberg.com/landwind" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landwind - Tailwind CSS Landing Page Demo</title>

<!-- Meta SEO -->
<meta name="title" content="Landwind - Tailwind CSS Landing Page">
<meta name="description" content="Get started with a free and open-source landing page built with Tailwind CSS and the Flowbite component library.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Themesberg">

<!-- Social media share -->
<meta property="og:title" content=Landwind - Tailwind CSS Landing Page>
<meta property="og:site_name" content=Themesberg>
<meta property="og:url" content=https://demo.themesberg.com/landwind>
<meta property="og:description" content=Get started with a free and open-source landing page for Tailwind CSS built with the Flowbite component library featuring dark mode, hero sections, pricing cards, and more.>
<meta property="og:type" content="">
<meta property="og:image" content=https://themesberg.s3.us-east-2.amazonaws.com/public/github/landwind/og-image.png>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@themesberg" />
<meta name="twitter:creator" content="@themesberg" />

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="./output.css" rel="stylesheet">
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
Expand Down
76 changes: 33 additions & 43 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,10 @@ input:checked + .toggle-bg {
margin-right: 0.5rem;
}

.mb-2 {
margin-bottom: 0.5rem;
}

.mb-8 {
margin-bottom: 2rem;
}
Expand All @@ -1091,10 +1095,6 @@ input:checked + .toggle-bg {
margin-top: 1.5rem;
}

.mb-2 {
margin-bottom: 0.5rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}
Expand Down Expand Up @@ -1448,11 +1448,6 @@ input:checked + .toggle-bg {
border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-purple-600 {
--tw-border-opacity: 1;
border-color: rgb(126 58 242 / var(--tw-border-opacity));
}

.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity));
Expand All @@ -1478,14 +1473,14 @@ input:checked + .toggle-bg {
background-color: rgb(108 43 217 / var(--tw-bg-opacity));
}

.bg-purple-600 {
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(126 58 242 / var(--tw-bg-opacity));
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50 {
.bg-purple-600 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
background-color: rgb(126 58 242 / var(--tw-bg-opacity));
}

.bg-gray-200 {
Expand Down Expand Up @@ -1551,16 +1546,16 @@ input:checked + .toggle-bg {
padding-right: 1rem;
}

.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}

.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}

.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}

.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
Expand All @@ -1581,22 +1576,22 @@ input:checked + .toggle-bg {
padding-right: 0.5rem;
}

.pr-4 {
padding-right: 1rem;
}

.pl-3 {
padding-left: 0.75rem;
}

.pb-8 {
padding-bottom: 2rem;
.pr-4 {
padding-right: 1rem;
}

.pt-20 {
padding-top: 5rem;
}

.pb-8 {
padding-bottom: 2rem;
}

.pt-8 {
padding-top: 2rem;
}
Expand Down Expand Up @@ -1640,16 +1635,16 @@ input:checked + .toggle-bg {
line-height: 2.5rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
}

.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
Expand Down Expand Up @@ -1851,6 +1846,11 @@ input:checked + .toggle-bg {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgb(26 86 219 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
Expand All @@ -1871,11 +1871,6 @@ input:checked + .toggle-bg {
color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgb(26 86 219 / var(--tw-text-opacity));
}

.hover\:underline:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
Expand Down Expand Up @@ -2089,19 +2084,14 @@ input:checked + .toggle-bg {
--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-purple-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-gray-900:focus {
.dark .dark\:focus\:ring-gray-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-gray-700:focus {
.dark .dark\:focus\:ring-purple-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["index.html", "./node_modules/flowbite/**/*.js"],
darkMode: 'class',
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 7c512b9

Please sign in to comment.