Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Apr 25, 2022
1 parent fd85368 commit 393abd8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 126 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="col col-12" style="text-align: center">
<h2>404</h2>
<p>The requested page could not be found.</p>
<p><a href="{{site.baseurl}}/">Back to the bLog</a></p>
<p><a href="{{site.baseurl}}/">Back to the main page</a></p>
</div>
</div>
</div>
File renamed without changes.
36 changes: 20 additions & 16 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ disqus-identifier: # Add your shortname for Disqus Comment. For example mr-brown
# Hero Section

hero:
hero-title: Project Flotta. Edge device management for k8s workloads.
hero-title: |
Project Flotta<br>
Edge device management for k8s workloads.
hero-text: Manage, deploy, observe edge workloads from a single k8s instance.
hero-image: assets/images/flotta-device-diagram.png
social:
Expand All @@ -54,8 +56,10 @@ social:
# About (Section and Page)

# About Section
blurb:
Project Flotta is designed to manage containerized workload on small-footprint devices found on the edges of networks by managing the lifecycle of edge-focused operating systems and securing connectivity between K8s/OCP and the edge. Flotta provides a pipeline for operating system images across ARM and x86 architectures and enables atomic upgrades and rollbacks of an edge-focused operating system, while maintaining a minimal footprint. Because edge computing networks have the potential for instability, Flotta can provide continuity when connectivity is sporadic or down for long periods of time. Enhanced edge observability is also provided through improved metrics and log collection capabilities.
blurb: |
Project Flotta is designed to manage containerized workload on small-footprint devices found on the edges of networks by managing the lifecycle of edge-focused operating systems and securing connectivity between K8s/OCP and the edge. <br>
Flotta provides a pipeline for operating system images across ARM and x86 architectures and enables atomic upgrades and rollbacks of an edge-focused operating system, while maintaining a minimal footprint. Because edge computing networks have the potential for instability, Flotta can provide continuity when connectivity is sporadic or down for long periods of time.<br>
Enhanced edge observability is also provided through improved metrics and log collection capabilities.
blurb-btn-link: '/documentation'
blurb-btn-name: know more
Expand All @@ -76,19 +80,19 @@ work-process:
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."


# My Team Section
team:
- title : "Jack Schenziwe"
image : "assets/images/team/member-1.png"
designation : "Project Manager"
# # My Team Section
# team:
# - title : "Jack Schenziwe"
# image : "assets/images/team/member-1.png"
# designation : "Project Manager"

- title : "Julias Carlie"
image : "assets/images/team/member-2.png"
designation : "Web Developer"
# - title : "Julias Carlie"
# image : "assets/images/team/member-2.png"
# designation : "Web Developer"

- title : "John Doe"
image : "assets/images/team/member-3.png"
designation : "Designer"
# - title : "John Doe"
# image : "assets/images/team/member-3.png"
# designation : "Designer"



Expand Down Expand Up @@ -135,7 +139,7 @@ features:
- {
name: Identity aware,
icon: ti-shield,
description: 'All devices have their own identity managed by X509 certificates and all communication with the Fleet Management API is secured by MTLS connection, which also managed the device approval to enrol into the fleet.',
description: 'All devices have their own identity managed by X509 certificates and all communication with the Flotta Management API is secured by MTLS connection, which also managed the device approval to enrol into the fleet.',
active: # Add true to select section
}

Expand All @@ -148,7 +152,7 @@ features:
- {
name: Data Upload,
icon: ti-upload,
description: 'Upload any data produced by your workload to a centrallized location from all of your devices',
description: 'Upload any data produced by your workload to a centralized location from all of your devices',
active: false # Add true to select section
}
- {
Expand Down
43 changes: 7 additions & 36 deletions _includes/hero-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,12 @@ <h1 class="text-white font-tertiary">{{ site.data.settings.hero.hero-title }}</h
</div>
</div>
</div>
<!-- <div class="layer-bg w-100"> -->
<!-- <img class="img-fluid w-100" src="{{ site.baseurl }}/assets/images/illustrations/leaf-bg.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l2"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/dots-cyan.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l3"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/leaf-orange.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l4"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/dots-orange.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l5"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/leaf-yellow.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l6"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/leaf-cyan.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l7"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/dots-group-orange.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l8"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/leaf-pink-round.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- <div class="layer" id="l9"> -->
<!-- <img src="{{ site.baseurl }}/assets/images/illustrations/leaf-cyan-2.png" alt="bg-shape"> -->
<!-- </div> -->
<!-- social icon -->


<ul class="list-unstyled ml-5 mt-3 position-relative zindex-1">
{% for social in site.data.settings.social %}
<li class="mb-3"><a class="text-white" href="{{ social.link }}"><i class="{{ social.icon }}"></i></a></li>
{% endfor %}
</ul>
<!-- /social icon -->
<div class="layer-bg w-100">
<ul class="list-unstyled ml-5 mt-3 position-relative zindex-1">
{% for social in site.data.settings.social %}
<li class="mb-3"><a class="text-white" href="{{ social.link }}"><i class="{{ social.icon }}"></i></a></li>
{% endfor %}
</ul>
</div>
</section>
<!-- /hero area -->
55 changes: 0 additions & 55 deletions _layouts/about.html

This file was deleted.

18 changes: 0 additions & 18 deletions _pages/about.md

This file was deleted.

0 comments on commit 393abd8

Please sign in to comment.