Skip to content

Commit 71b6379

Browse files
committed
fix
1 parent 5e1464a commit 71b6379

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

common_assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ section {
157157
.bg_indigo p, .bg_indigo h2, .bg_indigo h4 {
158158
color: #fff;
159159
}
160-
.bg_magenta p, .bg_magenta h2, .bg_magenta h4 {
160+
.bg_magenta p, .bg_magenta h2, .bg_magenta h4, .bg_magenta li {
161161
color: #fff;
162162
}
163163
.vcenter {

index.html

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@
6060
</div>
6161
</section>
6262

63-
<section id="why" class="bg_magenta text-center">
64-
<div class="container">
65-
{% include block_heading.html
66-
title="Under Development"
67-
%}
68-
<div class="row text-left">
69-
{% include block_cols_text.html
70-
col="6"
71-
desc="<p>SysON is currently in active development and <u>not yet intended for production use</u>.</p><p>Our team follows an agile <b>8-week release cycle</b>, ensuring steady progress and frequent feature updates and bug fixes."
72-
%}
73-
{% include block_cols_text.html
74-
col="6"
75-
desc="Don’t miss any project updates:<ul><li><a href='#roadmap'>Releases</a>: details about the latest versions.</li><li><a href='#community'>Community</a>: news, user stories, and discussions</li><li><a href='#resources'>Resources</a>: articles, videos, documentation.</li></ul>"
76-
%}
77-
</div>
78-
</div>
79-
</section>
8063

8164
<section id="incose_iw">
8265
<div class="container">
@@ -167,6 +150,25 @@
167150
</div>
168151
</section>
169152

153+
<section id="why" class="bg_magenta text-center">
154+
<div class="container">
155+
{% include block_heading.html
156+
title="Under Development"
157+
%}
158+
<div class="row text-left">
159+
{% include block_cols_text.html
160+
col="6"
161+
desc="<p>SysON is currently in active development and <u>not yet intended for production use</u>.</p><p>Our team follows an agile <b>8-week release cycle</b>, ensuring steady progress and frequent feature updates and bug fixes."
162+
%}
163+
{% include block_cols_text.html
164+
col="6"
165+
desc="Don’t miss any project updates:<ul><li><a href='#roadmap'>Releases</a>: details about the latest versions.</li><li><a href='#community'>Community</a>: news, user stories, and discussions</li><li><a href='#resources'>Resources</a>: articles, videos, documentation.</li></ul>"
166+
%}
167+
</div>
168+
</div>
169+
</section>
170+
171+
170172
<section id="extensibility">
171173
<div class="container">
172174
<h2 class="title text-center wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">Flexible by Design: Use it Your Way</h2>

0 commit comments

Comments
 (0)