Browse Source

Tweaks to homepage

pull/1129/head
jlukic 10 years ago
parent
commit
2db558cb02
3 changed files with 9 additions and 7 deletions
  1. 11
      server/documents/index.html.eco
  2. 3
      server/files/stylesheets/home.css
  3. 2
      src/themes/packages/default/globals/site.variables

11
server/documents/index.html.eco

@ -703,19 +703,18 @@ type : 'Semantic'
<div class="ui stackable center aligned very relaxed page grid">
<div class="twelve wide column">
<h1 class="ui inverted icon header">
<img src="/images/icons/pen.png" class="ui icon image">
<img src="/images/icons/pen.png" class="icon image">
Simplify Your Codebase
</h1>
<p>Semantic's design is based around <a target="_blank" href="https://www.princeton.edu/~achaney/tmve/wiki100k/docs/Descriptive_linguistics.html"><em>common usage</em></a>, using features of natural language like, plurality, tense, and word order to make your code self-explanatory.</p>
<div class="hidden code" data-type="html">
<div class="ui stackable center aligned very relaxed page grid">
<div class="twelve wide column">
<h1 class="ui inverted icon header">
<i class="code icon"></i>
Decodified Code
<img src="/images/icons/pen.png" class="icon image">
Simplify Your Codebase
</h1>
<p>
<p>Semantic's design is based around <a target="_blank"><em>common usage</em></a>, using features of natural language like, plurality, tense, and word order to make your code self-explanatory.
</p>
<p>Semantic's design is based around <a target="_blank"><em>common usage</em></a>, using features of natural language like, plurality, tense, and word order to make your code self-explanatory.
</p>
<!-- Recursion Omitted (Turtles all the way down) !-->
</div>

3
server/files/stylesheets/home.css

@ -444,6 +444,9 @@
100% { opacity:1; }
}
#example.index .vertical.segment {
box-shadow: none;
}
#example.index .masthead {
position: relative;

2
src/themes/packages/default/globals/site.variables

@ -91,7 +91,7 @@
@subtleTransparentWhite : rgba(255, 255, 255, 0.02);
@transparentWhite : rgba(255, 255, 255, 0.05);
@strongTransparentWhite : rgba(255, 255, 255, 0.08);
@strongTransparentWhite : rgba(255, 255, 255, 0.07);
/* Used for differentiating neutrals */
@subtleGradient: linear-gradient(transparent, rgba(0, 0, 0, 0.05));

Loading…
Cancel
Save