initial state

main
Gabriel 1 year ago
commit 01f943524b

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Categories</title>
</head></head>
<body style="background-image:url()">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Galant Family</title>
<link>https://galant.family/categories/</link>
<description>Recent content in Categories on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Contact</title>
</head></head>
<body style="background-image:url()">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
<h1 id="contact">Contact</h1>
<p>If you&rsquo;re having technical issues don&rsquo;t hestitate to contact me at <a href="">gabe@galant.family</a>.</p>
<p><strong>Note:</strong> *No user accounts will be provided from contact over e-mail.<br>
I will require you to reach me in person, or through another member of the Galant family.</p>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Contact on Galant Family</title>
<link>https://galant.family/contact/</link>
<description>Recent content in Contact on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/contact/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,84 @@
body{
--primary-color:black;
--secondary-color:white;
--accent-color:rgb(3, 58, 3);
--accent-color2:rgb(139, 72, 21);
display:flex;
flex-direction: column;
align-items: center;
margin:0;
background-color: var(--secondary-color);
color:var(--primary-color);
font-size:18px;
background-size:cover;
background-position: center;
}
a{
color:var(--accent-color);
font-weight: bolder;
}
header,footer{
background-color:var(--accent-color);
color:var(--secondary-color);
width:100vw;
display:flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
}
header{
margin-bottom: 1rem;
}
footer{
margin-top:1rem;
}
nav {
display:flex;
flex-direction: row;
align-items: center;
}
nav>*{
margin:1rem;
}
header a,
footer a{
color:var(--secondary-color);
}
main{
min-height: 80vh;
max-width:100vw;
border-radius:3rem;
padding:3rem;
padding-left:0;
padding-right:0;
}
table{
border-spacing: 0;
}
th,td{
border:2px solid var(--accent-color2);
padding:5px;
margin:0;
}
hr{
width:100%;
color:var(--accent-color2);
}
article{
width:60rem;
max-width: 100%;
display:flex;
flex-direction: column;
align-items: center;
background-color: var(--secondary-color);
}
code{
font-family: monospace;
color:var(--accent-color);
font-weight: bolder;
}

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Guides</title>
</head></head>
<body style="background-image:url()">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
<h1 id="guides">Guides</h1>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Guides on Galant Family</title>
<link>https://galant.family/guides/</link>
<description>Recent content in Guides on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/guides/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.111.3">
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Galant Family</title>
</head>
<body style="background-image:url(/images/waterfront.webp)">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i>Homepage</i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
<h1 id="services">Services</h1>
<table>
<thead>
<tr>
<th>Service</th>
<th>link</th>
</tr>
</thead>
<tbody>
<tr>
<td>E-mail</td>
<td><a href="https://webmail.galant.family/roundcube">@galant.family</a></td>
</tr>
<tr>
<td>Soapbox</td>
<td><a href="https://hug.galant.family">hug.galant.family</a></td>
</tr>
</tbody>
</table>
<hr>
<h2 id="how-to-get-started">How to get started</h2>
<p><a href="/guides">Guides</a></p>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Galant Family</title>
<link>https://galant.family/</link>
<description>Recent content on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Chat</title>
<link>https://galant.family/services/chat/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/chat/</guid>
<description>Get started with Element </description>
</item>
<item>
<title>e-mail</title>
<link>https://galant.family/services/e-mail/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/e-mail/</guid>
<description>Your own @galant.family e-mail Get in touch with Gabriel to get setup with your very own @galant.family e-mail</description>
</item>
<item>
<title>Websites</title>
<link>https://galant.family/services/website/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/website/</guid>
<description>Your foothold in cyberspace Not only is this website functional, but you can also create your own! If you create a public git repository, I&amp;rsquo;ll mirror it to yourname.galant.family</description>
</item>
</channel>
</rss>

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Chat</title>
</head></head>
<body>
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<h1 id="get-started-with-element">Get started with Element</h1>
</main>
</body>
</html>

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>e-mail</title>
</head></head>
<body>
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<h1 id="your-own-galantfamily-e-mail">Your own @galant.family e-mail</h1>
<p>Get in touch with Gabriel to get setup with your very own <code>@galant.family e-mail</code></p>
</main>
</body>
</html>

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Services</title>
</head></head>
<body style="background-image:url(/images/servers.webp)">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
<h1 id="services">Services</h1>
<a href="/services/chat/">Chat</a><br>
<a href="/services/e-mail/">e-mail</a><br>
<a href="/services/website/">Websites</a><br>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Services on Galant Family</title>
<link>https://galant.family/services/</link>
<description>Recent content in Services on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/services/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Chat</title>
<link>https://galant.family/services/chat/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/chat/</guid>
<description>Get started with Element </description>
</item>
<item>
<title>e-mail</title>
<link>https://galant.family/services/e-mail/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/e-mail/</guid>
<description>Your own @galant.family e-mail Get in touch with Gabriel to get setup with your very own @galant.family e-mail</description>
</item>
<item>
<title>Websites</title>
<link>https://galant.family/services/website/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://galant.family/services/website/</guid>
<description>Your foothold in cyberspace Not only is this website functional, but you can also create your own! If you create a public git repository, I&amp;rsquo;ll mirror it to yourname.galant.family</description>
</item>
</channel>
</rss>

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Websites</title>
</head></head>
<body>
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<h1 id="your-foothold-in-cyberspace">Your foothold in cyberspace</h1>
<p>Not only is this website functional, but you can also create your own!
If you create a public <code>git</code> repository, I&rsquo;ll mirror it to <code>yourname.galant.family</code></p>
</main>
</body>
</html>

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://galant.family/categories/</loc>
</url><url>
<loc>https://galant.family/services/chat/</loc>
</url><url>
<loc>https://galant.family/contact/</loc>
</url><url>
<loc>https://galant.family/services/e-mail/</loc>
</url><url>
<loc>https://galant.family/</loc>
</url><url>
<loc>https://galant.family/guides/</loc>
</url><url>
<loc>https://galant.family/services/</loc>
</url><url>
<loc>https://galant.family/tags/</loc>
</url><url>
<loc>https://galant.family/services/website/</loc>
</url>
</urlset>

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head><head>
<link rel="stylesheet" type="text/css" href="/css/theme.css">
<title>Tags</title>
</head></head>
<body style="background-image:url()">
<header>
<a href="/"><h1>Galant Family</h1></a>
<p><i></i></p>
<nav>
<a href="https://galant.family/contact/">
<span>Contact</span>
</a>
<a href="https://galant.family/guides/">
<span>Guides</span>
</a>
<a href="https://galant.family/services/">
<span>Services</span>
</a>
</nav>
</header>
<main>
<article>
</article>
</main>
<footer>
<p>Administered by <a href="https://gabe.rocks">Gabriel</a></p>
</footer>
</body>
</html>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Galant Family</title>
<link>https://galant.family/tags/</link>
<description>Recent content in Tags on Galant Family</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-ca</language><atom:link href="https://galant.family/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
Loading…
Cancel
Save