From c3f335160a1d4c7975840d259e63a1e376a9c4e8 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Apr 24 2018 16:36:02 +0000 Subject: update Fedora 28 Server page --- diff --git a/getfedora.org/data/content/server/index.html b/getfedora.org/data/content/server/index.html index d68291e..a5003fb 100644 --- a/getfedora.org/data/content/server/index.html +++ b/getfedora.org/data/content/server/index.html @@ -15,9 +15,11 @@
-
-

${_('The latest technology. A stable foundation. Together, for your applications and services.')}

-

${_('Download now')}

+
+ +

${_('Run your applications on a Linux server OS with the latest open source technology.')}

+

${_('Now with content in multiple versions on independent lifecycles — so your server can move both fast and slow.')}

+

${_('Download now')}

@@ -26,29 +28,31 @@ - -
-
-
-
- -
-
-
-

${Markup(_('“The simplicity introduced with rolekit and cockpit have made server deployments a breeze. What took me a few days on other operating systems took less than an hour with Fedora %(rel)s Server. It just works.”')) % {'rel':global_variables.release['curr_server_id']}}

-
Dan Mossor, ${_('Systems Engineer')}
-
+ + +
+
+
+
+

${_('Fedora Server')}

+

${_('Fedora Server is a short-lifecycle, community-supported server operating system that enables seasoned system administrators, experienced with any OS, to make use of the very latest technologies available in the open source community.')}

- -
-
+ +
+
-
-

${_('Fedora Server is a short-lifecycle, community-supported server operating system that enables seasoned system administrators experienced with any OS to make use of the very latest server-based technologies available in the open source community.')}

+
+ +
+
+

${_('Introducing Modularity')}

+

${_('Modularity brings a new Modular repository providing additional versions of software on independent lifecycles.')}

+

${_('Choose the right version of an application or a language stack you need, and keep it even when your OS upgrades to a newer version.')}

+

${_('Learn more about Modularity')}

@@ -64,58 +68,68 @@
-
+
+ + +
-
-

${_('Server Roles')}

-

${_('There\'s no need to set up your server from scratch when you use server roles. Server roles plug into your Fedora Server system, providing a well-integrated service on top of the Fedora Server platform. Deploy and manage these prepared roles simply using the Rolekit tool.')}

+
-
+

${_('Database Services')}

-

${_('Fedora Server brings with it an enterprise-class, scalable database server powered by the open-source PostgreSQL project.')}

+

${_('Fedora Server brings with it an enterprise-class, scalable database server powered by the open-source PostgreSQL project.')}

-
+
+

${_('Complete Enterprise Domain Solution')}

+

${_('Level up your Linux network with advanced identity management, DNS, certificate services, Windows(TM) domain integration throughout your environment with FreeIPA, the open-source domain controller.')}

+
- -
-
-

${_('Complete Enterprise Domain Solution')}

-

${_('Level up your Linux network with advanced identity management, DNS, certificate services, Windows(TM) domain integration throughout your environment with FreeIPA, the engine that drives Fedora Server\'s Domain Controller role.')}

+
- - +
-
-
+
+
-

${Markup(_('“The Docker Role for Fedora Server was simple and fast to install so that you can run your Docker images. This makes a great testbed for beginners and experts with docker so that they can develop their applications on the fly.”'))}

-
John Unland, ${_('Information Systems Student')}
+

${Markup(_('“For DevConf US, I needed a system to manage the conference. I discovered regcfp, by Patrick Uiterwijk, which seemed to suit my needs. However, it won\'t run in nodejs 8 in F27. Launching F28 Server, choosing the "nodejs:6" stream, worked like a charm!”'))}

+
Langdon White, ${_('DevConf US Conference Co-Chair')}
-
- +
+
- -
+
diff --git a/getfedora.org/static/css/app.css b/getfedora.org/static/css/app.css index 7539c96..4237976 100644 --- a/getfedora.org/static/css/app.css +++ b/getfedora.org/static/css/app.css @@ -879,36 +879,61 @@ readable*/ #server .header-splash { background: black url(../images/server/server-splash.jpg) no-repeat center top 0px; background-size: cover; + border-bottom: 10px solid #e59728; +} + +#server .header-splash p { + font-size: 1.4em; +} + +#server .header-splash h1 { + margin-bottom: 12px; } #server .downloadheader .btn, #server .header-splash .btn-success, -#server .download-lower .btn { +#server .download-lower .btn, +#server .modularity .btn-success { background-color: #e59728; } #server .product-definition { - background: #e59728 url(../images/server/server-pattern.png); + background: white url(../images/server/server-pattern.2.png); + border-bottom: 10px solid #e59728; + color: black; +} + +#server .modularity { + background: #143c79 url(../images/server/server-pattern.3.png); color: white; + border-bottom: 10px solid #e59728; +} + +#server .modularity img { + max-width: 300px; + margin-left: auto; + margin-right: auto; + margin-top: 30px; + display: block; } #server .two-col { background: white url(../images/server/server-splash.2.jpg) no-repeat center center; background-size: cover; - text-align: center; color: white; - text-shadow: 1px 1px .5px black; -} + border-bottom: 10px solid #e59728; + } #server .cockpit { background-size: cover; background: white url(../images/server/server-features-cockpit-bg.png) no-repeat top center / 100%; + border-bottom: 10px solid #e59728; } #server .freeipa { background-size: cover; background: white url(../images/server/server-features-freeipa-bg.png) no-repeat top center / 100%; - border-bottom: 35px solid #e59728; + border-bottom: 10px solid #e59728; } /*Cloud*/ diff --git a/getfedora.org/static/images/server/langdon-white.png b/getfedora.org/static/images/server/langdon-white.png new file mode 100644 index 0000000..4965c71 Binary files /dev/null and b/getfedora.org/static/images/server/langdon-white.png differ diff --git a/getfedora.org/static/images/server/modularity.png b/getfedora.org/static/images/server/modularity.png new file mode 100644 index 0000000..dd86fad Binary files /dev/null and b/getfedora.org/static/images/server/modularity.png differ diff --git a/getfedora.org/static/images/server/server-pattern.2.png b/getfedora.org/static/images/server/server-pattern.2.png new file mode 100644 index 0000000..9b64612 Binary files /dev/null and b/getfedora.org/static/images/server/server-pattern.2.png differ diff --git a/getfedora.org/static/images/server/server-pattern.3.png b/getfedora.org/static/images/server/server-pattern.3.png new file mode 100644 index 0000000..dbbe6bb Binary files /dev/null and b/getfedora.org/static/images/server/server-pattern.3.png differ