Add some content
This commit is contained in:
parent
80f9b45682
commit
6be29ea741
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Contact Us
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
identifier: contact
|
|
||||||
name: Contact
|
|
||||||
weight: 20
|
|
||||||
---
|
|
||||||
|
|
||||||
Contact content
|
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Kosmos Infrastructure Foundation
|
title: Kosmos Infrastructure Foundation
|
||||||
description: Providing physical infrastructure for Kosmos software and services
|
description: Providing physical infrastructure for Kosmos software and services
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
identifier: foundation
|
identifier: foundation
|
||||||
|
10
content/projects/_index.md
Normal file
10
content/projects/_index.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Projects
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
identifier: projects
|
||||||
|
name: Projects
|
||||||
|
weight: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
Projects content
|
12
content/services/_index.md
Normal file
12
content/services/_index.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: Services
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
identifier: services
|
||||||
|
name: Services
|
||||||
|
weight: 5
|
||||||
|
---
|
||||||
|
|
||||||
|
## Community Services
|
||||||
|
|
||||||
|
## Hosting
|
@ -6,7 +6,7 @@
|
|||||||
<h1 class="inline-block uppercase font-bold">{{ .Site.Title }}</h1>
|
<h1 class="inline-block uppercase font-bold">{{ .Site.Title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<nav class="hidden md:block">
|
<nav class="hidden md:block">
|
||||||
<ul class="ml-20 flex items-baseline space-x-8">
|
<ul class="ml-16 flex items-baseline space-x-8">
|
||||||
{{ $currentPage := . }}
|
{{ $currentPage := . }}
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}border-b-2 border-teal-500{{ end }}">
|
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}border-b-2 border-teal-500{{ end }}">
|
||||||
|
@ -509,6 +509,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|||||||
margin-top: -0px;
|
margin-top: -0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ml-16 {
|
||||||
|
margin-left: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user