Skip to content

Commit 589921e

Browse files
committed
Updated Landing Page & New logo added
1 parent a767f60 commit 589921e

8 files changed

Lines changed: 35 additions & 29 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
}
66

77
// #td-cover-block-0
8-
.td-cover-block {
9-
background-color: rgba(0, 0, 0, 0.7);
8+
//.td-cover-block {
9+
//background-color: rgba(0, 0, 0, 0.7);
10+
//}
11+
12+
@keyframes gradient {
13+
0% {
14+
background-position: 0% 50%;
15+
}
16+
50% {
17+
background-position: 100% 50%;
18+
}
19+
100% {
20+
background-position: 0% 50%;
21+
}
1022
}
1123

1224
.features-heading {
13-
font-weight: 600;
14-
font-size: 3rem;
25+
font-weight: 600;
26+
font-size: 3rem;
1527
line-height: 100%;
1628

1729
@media screen and (max-width: 720px) and (orientation: portrait) {
@@ -44,15 +56,15 @@
4456
}
4557
}
4658
}
47-
59+
4860

4961
.image {
5062
position: relative;
5163

5264
& > img {
53-
position: absolute;
54-
width: 140%;
55-
right: -300px;
65+
position: absolute;
66+
width: 140%;
67+
right: -300px;
5668
top: 30px;
5769

5870
@media screen and (min-width: 1440px) and (orientation: portrait) {
@@ -92,7 +104,7 @@
92104
}
93105
}
94106
}
95-
107+
96108
.image {
97109
padding: 0 1rem 0 8.5rem;
98110

@@ -111,4 +123,4 @@
111123
font-size: 7rem;
112124
}
113125
}
114-
}
126+
}

assets/scss/_variables_project.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ $google_font_family: "Noto+Sans:300,400,600,700";
1313

1414
// $enable-gradients: false;
1515
// $enable-rounded: false;
16-
// $enable-shadows: false;
16+
// $enable-shadows: false;
17+

content/en/.DS_Store

-6 KB
Binary file not shown.

content/en/_index.html

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,36 @@
44

55
+++
66

7-
{{< blocks/cover title="" image_anchor="center" height="min" color="dark">}}
7+
{{< blocks/cover title="" image_anchor="left" height="min" color="secondary">}}
88
<div class="mx-auto">
9-
<div class="col-sm-6 offset-sm-7 card bg-transparent border-0">
10-
<div class="text-left">
11-
<h1 class="motto">
12-
Choose the right with <span class="text-secondary">Elekto</span>
13-
</h1>
14-
</div>
15-
<div class="card-body pl-0">
16-
<h3 class="card-title text-left">Simple software for secure online elections.</h3>
17-
<p class="card-text text-left">
18-
<small>
9+
<div class="col-sm-12 card bg-transparent border-0">
10+
<div class="text-center">
11+
<img src="banner.png" alt="" srcset="">
12+
<p>
1913
Elekto was created as part of an LFX internship for the Kubernetes project by <a href="https://github.com/kalkayan">Manish Sahani,</a>
2014
and is now a CNCF infrastructure project.
21-
</small>
2215
</p>
2316
</div>
2417
</div>
2518
<br />
2619
<div class="card-group">
2720
<div class="card bg-primary">
28-
<div class="card-body pt-5">
21+
<div class="card-body ">
2922
<h4 class="card-title">100% GitOps workflow for configuration and election administration</h4>
3023
</div>
3124
</div>
3225
<div class="card bg-primary">
33-
<div class="card-body pt-5">
26+
<div class="card-body ">
3427
<h4 class="card-title">100% Oauth-driven workflow for voters (no emails required)</h4>
3528
</div>
3629
</div>
3730
<div class="card bg-primary">
38-
<div class="card-body pt-5">
31+
<div class="card-body ">
3932
<h4 class="card-title">Preference election voting (starting with Condorcet)</h4>
4033
</div>
4134
</div>
42-
<div class="card bg-secondary">
43-
<div class="card-body pt-5">
35+
<div class="card bg-primary">
36+
<div class="card-body">
4437
<h4 class="card-title">Secret ballots (untraceable back to voter)</h4>
4538
</div>
4639
</div>
@@ -139,4 +132,4 @@ <h1 class="display-3 text-center mb-4">Elekto Project is hosted and supported by
139132
<img src="/img/logos/cncf-color.svg" style="max-width: 30rem;" class="mx-auto img-fluid d-block"></img>
140133
</div>
141134
</div>
142-
{{% /blocks/section %}}
135+
{{% /blocks/section %}}

content/en/banner.png

62.4 KB
Loading

content/en/featured-background.jpg

-1.85 MB
Binary file not shown.

content/en/featured-background.png

28 KB
Loading

content/en/login.png

186 KB
Loading

0 commit comments

Comments
 (0)