From 7ae56c986300d0a58a053b8db3a8339c2c6a8227 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 30 Jun 2015 23:13:20 -0400 Subject: [PATCH] Fix some links --- server/documents/index.html.eco | 22 +++++++------------ .../introduction/integrations.html.eco | 1 - server/files/stylesheets/home.css | 7 ++++-- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/server/documents/index.html.eco b/server/documents/index.html.eco index 53c661a18..82bb78780 100755 --- a/server/documents/index.html.eco +++ b/server/documents/index.html.eco @@ -60,9 +60,9 @@ standalone : true Semantic UI - User Interface - | - is the language of the web. + + User Interface is the language of the web + @@ -274,7 +274,7 @@ standalone : true 3000+ Theming Variables

The only dogma from this framework: everything arbitrary is mutable.

- Integration Guide + Theming Guide

@@ -972,13 +972,15 @@ standalone : true Responsively Designed

Semantic is designed completely with em making reponsive sizing a breeze. Design variations built into elements allow you to make the choice how content adjusts for tablet and mobile.

+ Responsive Examples

Partners with Libraries You Love

-

Semantic has integrations with Angular, Meteor, Ember and many other frameworks to help organize your UI layer alongside your application logic.

+

Semantic has integrations with React, Angular, Meteor, Ember and many other frameworks to help organize your UI layer alongside your application logic.

+ See Integrations
@@ -991,20 +993,12 @@ standalone : true Liberate your Development
-

Enterprise Ready

Build tools, performance logging, support for custom definitions, multiple-levels of theme inheritance—a developer's dream.

- Getting Started Guide + Get Started Now
diff --git a/server/documents/introduction/integrations.html.eco b/server/documents/introduction/integrations.html.eco index 4a62a0b22..0d706b06c 100644 --- a/server/documents/introduction/integrations.html.eco +++ b/server/documents/introduction/integrations.html.eco @@ -24,7 +24,6 @@ type : 'Introduction' -

Meteor

diff --git a/server/files/stylesheets/home.css b/server/files/stylesheets/home.css index 95f505fc0..5e6e9121b 100644 --- a/server/files/stylesheets/home.css +++ b/server/files/stylesheets/home.css @@ -46,7 +46,7 @@ margin-bottom: 0px; border-bottom: none; - background-color: #202020; + background-color: #000000; background-position: 50% 50%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); @@ -61,7 +61,7 @@ content: ''; background-size: cover; - opacity: 0.5; + opacity: 0.45; } #example.index .masthead.bg1:after { background-image: url("/images/backgrounds/1.jpg"); @@ -227,6 +227,9 @@ -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } +#example.index .masthead.segment h1 .tagline { + font-size: 0.75em; +} #example.index .masthead.segment h1 > .library { display: block; font-size: 1.75em;