Skip to content
Snippets Groups Projects
Commit 018d2687 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix text colors, alignments, z-index of sticky banner

parent 50ca9370
No related branches found
No related tags found
2 merge requests!4713Use comparisons.yml for the comparisons table.,!4461New releasepost look + Release post 9.0
Pipeline #
Loading
Loading
@@ -41,7 +41,7 @@
%img{ src: "#{comparison_block.competitor_one.logo}", alt: "#{comparison_block.competitor_one.name}", class: "logo" }
- else
= comparison_block.competitor_one.name
%th.text-center
%th.text-center.table-title-logo
- if (comparison_block.competitor_two.logo != "null")
%img{ src: "#{comparison_block.competitor_two.logo}", alt: "#{comparison_block.competitor_two.name}", class: "logo" }
- else
Loading
Loading
@@ -71,7 +71,7 @@
- if (feature.competitor_two == false)
= partial "includes/icons/comparison/no-icon.svg"
 
.container.last-updated-section
.last-updated-section
%p
Last updated:
= comparison_block.last_updated
Loading
Loading
@@ -12,40 +12,41 @@
.container
%h1.page-headline
GitLab compared to other tools
.container.open-core
%h2.text-center
GitLab is open-core
%h4.text-center
GitLab is an open-core product whereas our competitors are closed-source products. The GitLab Community Edition is fully open-source, and the Enterprise Edition is closed-source.
.row
.col-md-6
%h3
Access to the source code
%p
You can see the GitLab Community Edition and Enterprise source code at any time, even on your own server.
.col-md-6
%h3
Fully modifiable
%p
Unlike closed-source software, you can modify GitLab's source code. Be it right on the server or by forking our repositories, you can add features and make customizations. We do recommend that you try to merge your changes back into the main source code, so that others can benefit and your instance stays easy to maintain and update.
.row
.col-md-6
%h3
Viable long term
%p
GitLab has a solid community with hundreds of thousands of organizations using and often contributing to the software. This means that GitLab is much more viable for long term usage, as it's not reliable on a single company supporting it.
.col-md-6
%h3
New stable version every month
%p
GitLab releases a new stable version every single month, full of improvements, new features, and fixes. This allows GitLab to move fast and respond to customer requests extremely quickly.
.row
.col-md-6
%h3
Build with a community
%p
GitLab is built by hundreds of people every month. Customers, users and GitLab, Inc. all contribute to every release. this leads to features that organizations actually need, such as easy, yet powerful user management.
.col-md-6
.container
.open-core
%h2.text-center
GitLab is open-core
%h4.text-center
GitLab is an open-core product whereas our competitors are closed-source products. The GitLab Community Edition is fully open-source, and the Enterprise Edition is closed-source.
.row
.col-md-6
%h3
Access to the source code
%p
You can see the GitLab Community Edition and Enterprise source code at any time, even on your own server.
.col-md-6
%h3
Fully modifiable
%p
Unlike closed-source software, you can modify GitLab's source code. Be it right on the server or by forking our repositories, you can add features and make customizations. We do recommend that you try to merge your changes back into the main source code, so that others can benefit and your instance stays easy to maintain and update.
.row
.col-md-6
%h3
Viable long term
%p
GitLab has a solid community with hundreds of thousands of organizations using and often contributing to the software. This means that GitLab is much more viable for long term usage, as it's not reliable on a single company supporting it.
.col-md-6
%h3
New stable version every month
%p
GitLab releases a new stable version every single month, full of improvements, new features, and fixes. This allows GitLab to move fast and respond to customer requests extremely quickly.
.row
.col-md-6
%h3
Build with a community
%p
GitLab is built by hundreds of people every month. Customers, users and GitLab, Inc. all contribute to every release. this leads to features that organizations actually need, such as easy, yet powerful user management.
.col-md-6
 
 
.comparison-container.full-post
Loading
Loading
Loading
Loading
@@ -522,6 +522,7 @@ iframe {
.sticky-banner {
display: none;
position: fixed;
z-index: 1001;
bottom: 0;
width: 100vw;
height: 70px;
Loading
Loading
Loading
Loading
@@ -104,6 +104,7 @@ p {
// scss-lint:disable SelectorDepth
.table-responsive {
border: 0;
@media (max-width: $screen-sm-max) {
// Tighten up spacing
> table {
Loading
Loading
@@ -221,14 +222,18 @@ p {
 
th {
padding: 0 0 20px;
font-weight: 400;
border-width: 1px;
}
 
.table-title {
font-size: 18px;
font-weight: 500;
color: $color-gray;
}
.table-title-logo {
color: $blog-text-color;
}
}
 
td {
Loading
Loading
@@ -252,7 +257,7 @@ p {
width: auto;
 
@media (max-width: $screen-sm-max) {
height: 26px
height: 26px;
}
}
 
Loading
Loading
@@ -269,12 +274,9 @@ p {
}
}
 
.last-updated-section {
padding: 10px 0 30px;
@media (max-width: $screen-sm-max) {
margin-left: 0;
}
.last-updated-section p {
color: $blueish-gray;
padding-bottom: 30px;
}
 
.footer {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment