Skip to content

Commit 2473165

Browse files
committed
Added Overview and Getting Started Page
1 parent 82456ca commit 2473165

48 files changed

Lines changed: 136 additions & 8708 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/scss/_styles_project.scss

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@
5151

5252
& > img {
5353
position: absolute;
54-
width: 80rem;
54+
width: 140%;
5555
right: -300px;
5656
top: 30px;
5757

58-
58+
@media screen and (min-width: 1440px) and (orientation: portrait) {
59+
width: 100%;
60+
}
5961
}
6062

6163
@media screen and (max-width: 800px) and (orientation: portrait) {
@@ -84,6 +86,10 @@
8486
& > p:not(:last-child) {
8587
margin-bottom: 2rem;
8688
}
89+
90+
& > p:last-child {
91+
margin-bottom: 0;
92+
}
8793
}
8894
}
8995

@@ -94,4 +100,15 @@
94100
display: none;
95101
}
96102
}
103+
}
104+
105+
.icon {
106+
&-github {
107+
font-size: 10rem;
108+
margin-inline-end: 1rem;
109+
110+
@media screen and (max-width: 800px) and (orientation: portrait) {
111+
font-size: 7rem;
112+
}
113+
}
97114
}

config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ id = "UA-00000000-0"
5454
[languages]
5555
[languages.en]
5656
title = "Elekto"
57-
description = "A Docsy example site"
57+
description = "Simple software for secure online elections."
5858
languageName ="English"
5959
# Weight used for sorting.
6060
weight = 1
@@ -101,9 +101,9 @@ version = "0.0"
101101
url_latest_version = "https://eleko.io"
102102

103103
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
104-
github_repo = "https://github.com/google/docsy-example"
104+
github_repo = "https://github.com/elekto-io/docs"
105105
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
106-
github_project_repo = "https://github.com/google/docsy"
106+
github_project_repo = "https://github.com/elekto-io/docs"
107107

108108
# Specify a value here if your content directory is not in your repo's root directory
109109
# github_subdir = ""
@@ -138,7 +138,7 @@ footer_about_disable = true
138138
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
139139
# add "hide_feedback: true" to the page's front matter.
140140
[params.ui.feedback]
141-
enable = true
141+
enable = false
142142
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
143143
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
144144
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
@@ -169,7 +169,7 @@ enable = false
169169
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
170170
[[params.links.developer]]
171171
name = "GitHub"
172-
url = "https://github.com/google/docsy"
172+
url = "https://github.com/elekto-io/elekto"
173173
icon = "fab fa-github"
174174
desc = "Development takes place here!"
175175
[[params.links.developer]]

content/en/.DS_Store

6 KB
Binary file not shown.

content/en/_index.html

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="motto">
1616
<h3 class="card-title text-left">Simple software for secure online elections.</h3>
1717
<p class="card-text text-left">
1818
<small>
19-
Elekto was created as part of an LFX internship for the Kubernetes project by <a href="">Manish Sahani,</a>
19+
Elekto was created as part of an LFX internship for the Kubernetes project by <a href="https://github.com/kalkayan">Manish Sahani,</a>
2020
and is now a CNCF infrastructure project.
2121
</small>
2222
</p>
@@ -109,27 +109,22 @@ <h4 class="text-center">
109109
{{< /blocks/section>}}
110110

111111
{{< blocks/section color="primary" >}}
112-
{{% blocks/feature icon="fab fa-slack" title="Join us on Slack!" %}}
113-
The elekto project
114-
115-
Please follow this space for updates!
116-
{{% /blocks/feature %}}
117-
118-
119-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
120-
url="https://github.com/elekto-io/elekto" %}}
121-
We do a [Pull Request](https://github.com/elekto-io/elekto) contributions workflow on **GitHub**.
122-
New users are always welcome!
123-
{{% /blocks/feature %}}
124-
125-
126-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
127-
For announcement of latest features etc.
128-
{{% /blocks/feature %}}
112+
<div>
113+
<h1 class="text-center"><i class="fab fa-github icon-github"></i></h1>
114+
</div>
115+
<div class="d-flex" style="align-items: center;">
116+
<div>
117+
<h1>Contributions welcome!</h1>
118+
<p>
119+
We do a Pull Request contributions workflow on GitHub. New users are always welcome!
120+
<a href="" class="text-secondary">Read more</a>
121+
</p>
122+
</div>
123+
</div>
129124
{{< /blocks/section>}}
130125

131126
{{< blocks/section color="white" >}}
132-
<div class="col-md-3">
127+
<div class="col-md-3 mb-1">
133128
<h1>Organisations using <span class="text-secondary">elekto</span></h1>
134129
</div>
135130
<div class="col d-flex">
@@ -141,7 +136,7 @@ <h1>Organisations using <span class="text-secondary">elekto</span></h1>
141136
<div class="row">
142137
<div class="col">
143138
<h1 class="display-3 text-center mb-4">Elekto Project is hosted and supported by the CNCF.</h1>
144-
<img src="/img/logos/cncf-color.svg" width="35%" class="mx-auto d-block"></img>
139+
<img src="/img/logos/cncf-color.svg" style="max-width: 30rem;" class="mx-auto img-fluid d-block"></img>
145140
</div>
146141
</div>
147142
{{% /blocks/section %}}

content/en/about/_index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
linkTitle: About
44
menu:
55
main:
6-
weight: 10
6+
weight: 30
77

88
---
99

@@ -17,23 +17,28 @@
1717
{{< /blocks/cover >}}
1818

1919
{{% blocks/lead %}}
20-
Goldydocs is a sample site using the <a href="https://github.com/google/docsy">Docsy</a> Hugo theme that shows what it can do and provides you with a template site structure. It’s designed for you to clone and edit as much as you like. See the different sections of the documentation and site for more ideas.
20+
Elekto was created as part of an LFX internship for the Kubernetes project by
21+
<a class="text-secondary" href="https://github.com/kalkayan">Manish Sahani,</a>
22+
under the guidance of
23+
<a class="text-secondary" href="https://mentorship.lfx.linuxfoundation.org/mentor/681bd33c-52c8-450e-97d6-cf95d3493ac6">Josh Berkus</a>,
24+
<a class="text-secondary" href="https://mentorship.lfx.linuxfoundation.org/mentor/cbceda22-d448-4121-adc1-c4f793291bea">Marky Jackson</a>, and
25+
<a class="text-secondary" href="https://mentorship.lfx.linuxfoundation.org/mentor/20ddefe1-872a-4077-ba0c-f85ebdfb7fd5">Sergey Kanzhelev</a>. It's now a CNCF infrastructure project.
2126
{{% /blocks/lead %}}
2227

2328

24-
{{< blocks/section >}}
29+
<!-- {{< blocks/section >}}
2530
<div class="col-12">
2631
<h1 class="text-center">This is another section</h1>
2732
</div>
2833
29-
{{< /blocks/section >}}
34+
{{< /blocks/section >}} -->
3035

3136

3237

33-
{{< blocks/section >}}
38+
<!-- {{< blocks/section >}}
3439
3540
<div class="col-12">
3641
<h1 class="text-center">This is another section</h1>
3742
</div>
3843
39-
{{< /blocks/section >}}
44+
{{< /blocks/section >}} -->

content/en/blog/_index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/en/blog/news/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
-378 KB
Binary file not shown.

content/en/blog/news/first-post/index.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)