aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 00:52:40 -0600
committerMatt Rude <[email protected]>2018-02-04 00:52:40 -0600
commitfffb45e8d7f6041cda8a6110c058589513e38991 (patch)
tree6f583e69d11675d9e99a8e0842771d2f93f2edda /index.html
parentf14b721e8e12ceeda5e44bd7cce69e63d726aff9 (diff)
downloadxmpp-site-lite-fffb45e8d7f6041cda8a6110c058589513e38991.tar.gz
xmpp-site-lite-fffb45e8d7f6041cda8a6110c058589513e38991.tar.bz2
xmpp-site-lite-fffb45e8d7f6041cda8a6110c058589513e38991.zip
more updates
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 5 insertions, 11 deletions
diff --git a/index.html b/index.html
index 4ebae9e..a04c036 100644
--- a/index.html
+++ b/index.html
@@ -78,10 +78,10 @@ permalink: /
<div class="row justify-content">
<!-- Starting the page index nav menu -->
<div id="server-features-index" class="col-2">
- <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:80px;margin-top:-80px;">
+ <nav id="navbar-main" class="sticky-top navbar navbar-light" style="padding-top:50px;margin-top:-50px;">
<nav id="nav-body" class="nav nav-pills flex-column bg-light">
<nav class="nav nav-pills flex-column">
- <a id="features-index" class="nav-link ml-3 my-1" href="#features"><b>Server Features</b></a>
+ <a id="features-index" class="nav-link ml-3 my-1" href="#features" style="line-height:50px;text-align:center;font-size:1.3rem;"><b>Server Features</b></a>
</nav>
{% for section in site.data.sections %}
<nav class="nav nav-pills flex-column">
@@ -124,9 +124,10 @@ permalink: /
</div>
<div class="feature-{{ section.slug }}">
<div class="row">
+ <p>{{ section.text }}</p>
{% for feature in site.data.features %}
{% if feature.section == section.slug %}
- <div class="col-md-4 col-sm-6" style="min-height:280px;">
+ <div class="{% if section.col == 3 %}col-md-4 col-sm-6{% else %}col-6{% endif %}" style="min-height:280px;">
<h3>{{ feature.name }}</h3>
<p>{{ feature.text }}</p>
</div>
@@ -145,13 +146,6 @@ permalink: /
<!-- About Section -->
-<div id="about" class="index-section" style="background-color:#eee;">
+<div id="about" class="index-section" style="background-color:#eee;padding-bottom:80px;">
{% include about.html %}
</div>
-
-<!-- Security Section -->
-
-<div id="security" class="index-section-last">
- {% include security.html %}
-</div>
-