forked from libre-solutions/website
137 lines
2.8 KiB
HTML
137 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="viewport" content="width=, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Libre Solutions: FOSS software solutions and service"
|
|
/>
|
|
<meta name="author" content="Libre Solutions" />
|
|
<meta property="og:title" content="Libre Solutions | FOSS software solutions and services" />
|
|
<meta property="og:type" content="article" />
|
|
<meta
|
|
property="og:description"
|
|
content="Libre Solutions: FOSS software solutions and service"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/static/img/favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/static/img/favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/static/img/favicon/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
<title>Libre Solutions | Foss Software Solutions and Services</title>
|
|
</head>
|
|
|
|
<body>
|
|
<section id="home" class="hero">
|
|
<div class="text">
|
|
<h1>Libre Software Solutions and Services</h1>
|
|
<p>Coming soon...</p>
|
|
</div>
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: "Orbitron-Regular";
|
|
src: url("/static/fonts/Orbitron-Regular.ttf");
|
|
}
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
body {
|
|
height: 100vh;
|
|
}
|
|
|
|
.brand-name {
|
|
color: #fff;
|
|
}
|
|
.text > h1 {
|
|
color: #ff426f;
|
|
font-size: 6rem;
|
|
font-style: italic;
|
|
}
|
|
|
|
section {
|
|
margin: 50px 0;
|
|
}
|
|
|
|
#contact {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
h2 {
|
|
color: #fff;
|
|
font-size: 3rem;
|
|
}
|
|
|
|
p {
|
|
color: #ff426f;
|
|
}
|
|
|
|
.hero {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
|
|
.text {
|
|
flex: 1;
|
|
margin: auto;
|
|
margin-left: 150px;
|
|
}
|
|
|
|
.text > h1 {
|
|
width: 50px;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) {
|
|
.hero {
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.text > h1 {
|
|
font-size: 4rem;
|
|
width: 50%;
|
|
margin: auto;
|
|
}
|
|
.elipse {
|
|
display: none;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.text {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: auto;
|
|
width: 50%;
|
|
align-items: center;
|
|
}
|
|
}
|
|
</style>
|
|
</html>
|