commit 01f943524b1ca411b33593644007b6f9a3837a21 Author: Gabriel Date: Thu Apr 6 05:18:04 2023 -0400 initial state diff --git a/categories/index.html b/categories/index.html new file mode 100644 index 0000000..172ff75 --- /dev/null +++ b/categories/index.html @@ -0,0 +1,43 @@ + + + + + + Categories + + + + +
+ +

Galant Family

+

+ + +
+
+
+ + +
+
+ + + + \ No newline at end of file diff --git a/categories/index.xml b/categories/index.xml new file mode 100644 index 0000000..bd17e02 --- /dev/null +++ b/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on Galant Family + https://galant.family/categories/ + Recent content in Categories on Galant Family + Hugo -- gohugo.io + en-ca + + diff --git a/contact/index.html b/contact/index.html new file mode 100644 index 0000000..43ba14e --- /dev/null +++ b/contact/index.html @@ -0,0 +1,47 @@ + + + + + + Contact + + + + +
+ +

Galant Family

+

+ + +
+
+
+

Contact

+

If you’re having technical issues don’t hestitate to contact me at gabe@galant.family.

+

Note: *No user accounts will be provided from contact over e-mail.
+I will require you to reach me in person, or through another member of the Galant family.

+ + +
+
+ + + + \ No newline at end of file diff --git a/contact/index.xml b/contact/index.xml new file mode 100644 index 0000000..56d8bac --- /dev/null +++ b/contact/index.xml @@ -0,0 +1,10 @@ + + + + Contact on Galant Family + https://galant.family/contact/ + Recent content in Contact on Galant Family + Hugo -- gohugo.io + en-ca + + diff --git a/css/theme.css b/css/theme.css new file mode 100644 index 0000000..83dd01f --- /dev/null +++ b/css/theme.css @@ -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; +} \ No newline at end of file diff --git a/guides/index.html b/guides/index.html new file mode 100644 index 0000000..c76889d --- /dev/null +++ b/guides/index.html @@ -0,0 +1,44 @@ + + + + + + Guides + + + + +
+ +

Galant Family

+

+ + +
+
+
+

Guides

+ + +
+
+ + + + \ No newline at end of file diff --git a/guides/index.xml b/guides/index.xml new file mode 100644 index 0000000..aba3279 --- /dev/null +++ b/guides/index.xml @@ -0,0 +1,10 @@ + + + + Guides on Galant Family + https://galant.family/guides/ + Recent content in Guides on Galant Family + Hugo -- gohugo.io + en-ca + + diff --git a/images/servers.webp b/images/servers.webp new file mode 100644 index 0000000..467bf6e Binary files /dev/null and b/images/servers.webp differ diff --git a/images/waterfront.webp b/images/waterfront.webp new file mode 100644 index 0000000..3a132d3 Binary files /dev/null and b/images/waterfront.webp differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c2b1f9b --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ + + + + + + Galant Family + + +
+ +

Galant Family

+

Homepage

+ + +
+
+ +
+ + + + + \ No newline at end of file diff --git a/index.xml b/index.xml new file mode 100644 index 0000000..00db6f0 --- /dev/null +++ b/index.xml @@ -0,0 +1,37 @@ + + + + Galant Family + https://galant.family/ + Recent content on Galant Family + Hugo -- gohugo.io + en-ca + + Chat + https://galant.family/services/chat/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/chat/ + Get started with Element + + + + e-mail + https://galant.family/services/e-mail/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/e-mail/ + Your own @galant.family e-mail Get in touch with Gabriel to get setup with your very own @galant.family e-mail + + + + Websites + https://galant.family/services/website/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/website/ + 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’ll mirror it to yourname.galant.family + + + + diff --git a/services/chat/index.html b/services/chat/index.html new file mode 100644 index 0000000..034c735 --- /dev/null +++ b/services/chat/index.html @@ -0,0 +1,37 @@ + + + + + + Chat + + + +
+ +

Galant Family

+

+ + +
+
+

Get started with Element

+ +
+ + + \ No newline at end of file diff --git a/services/e-mail/index.html b/services/e-mail/index.html new file mode 100644 index 0000000..9bb2238 --- /dev/null +++ b/services/e-mail/index.html @@ -0,0 +1,38 @@ + + + + + + e-mail + + + +
+ +

Galant Family

+

+ + +
+
+

Your own @galant.family e-mail

+

Get in touch with Gabriel to get setup with your very own @galant.family e-mail

+ +
+ + + \ No newline at end of file diff --git a/services/index.html b/services/index.html new file mode 100644 index 0000000..e7b8cfb --- /dev/null +++ b/services/index.html @@ -0,0 +1,50 @@ + + + + + + Services + + + + +
+ +

Galant Family

+

+ + +
+
+ +
+ + + + \ No newline at end of file diff --git a/services/index.xml b/services/index.xml new file mode 100644 index 0000000..5fbcd87 --- /dev/null +++ b/services/index.xml @@ -0,0 +1,37 @@ + + + + Services on Galant Family + https://galant.family/services/ + Recent content in Services on Galant Family + Hugo -- gohugo.io + en-ca + + Chat + https://galant.family/services/chat/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/chat/ + Get started with Element + + + + e-mail + https://galant.family/services/e-mail/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/e-mail/ + Your own @galant.family e-mail Get in touch with Gabriel to get setup with your very own @galant.family e-mail + + + + Websites + https://galant.family/services/website/ + Mon, 01 Jan 0001 00:00:00 +0000 + + https://galant.family/services/website/ + 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’ll mirror it to yourname.galant.family + + + + diff --git a/services/website/index.html b/services/website/index.html new file mode 100644 index 0000000..e39dbf3 --- /dev/null +++ b/services/website/index.html @@ -0,0 +1,39 @@ + + + + + + Websites + + + +
+ +

Galant Family

+

+ + +
+
+

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’ll mirror it to yourname.galant.family

+ +
+ + + \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..e280951 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,23 @@ + + + + https://galant.family/categories/ + + https://galant.family/services/chat/ + + https://galant.family/contact/ + + https://galant.family/services/e-mail/ + + https://galant.family/ + + https://galant.family/guides/ + + https://galant.family/services/ + + https://galant.family/tags/ + + https://galant.family/services/website/ + + diff --git a/tags/index.html b/tags/index.html new file mode 100644 index 0000000..a67eecc --- /dev/null +++ b/tags/index.html @@ -0,0 +1,43 @@ + + + + + + Tags + + + + +
+ +

Galant Family

+

+ + +
+
+
+ + +
+
+ + + + \ No newline at end of file diff --git a/tags/index.xml b/tags/index.xml new file mode 100644 index 0000000..9e0ae9b --- /dev/null +++ b/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on Galant Family + https://galant.family/tags/ + Recent content in Tags on Galant Family + Hugo -- gohugo.io + en-ca + +