Browse Source

fixes some broken images

Former-commit-id: ebdee715ba
Former-commit-id: 832a1dee0f
pull/258/head
Jack Lukic 11 years ago
parent
commit
45de779db6
1 changed files with 7 additions and 7 deletions
  1. 14
      node/src/documents/index.html

14
node/src/documents/index.html

@ -23,17 +23,17 @@ type : 'Semantic'
<div class="container ui three column grid">
<div class="column">
<h1 class="ui icon header">
<i class="icon users"></i>
Easy to Learn
<i class="icon community"></i>
Made for Everyone
</h1>
<p>Code written in Semantic is based on natural language, making it easier to understand and learn.</p>
<p>Code written in Semantic is based on natural language, making it easy to understand and learn.</p>
</div>
<div class="column">
<h1 class="ui icon header">
<i class="icon easel"></i>
<i class="icon paint"></i>
Portable UI
</h1>
<p>Semantic defines an exchange format for UI, so swapping out interface designs doesn't mean rewriting your site's codebase.</p>
<p>Semantic defines an exchange format for UI, so swapping out designs doesn't mean rewriting your site's codebase.</p>
</div>
<div class="column">
<h1 class="ui icon header">
@ -48,12 +48,12 @@ type : 'Semantic'
<div class="container ui grid">
<div class="row">
<div class="seven wide column">
<h2 class="ui header"><i class="icon info-circle"></i> Get Started</h2>
<h2 class="ui header"><i class="icon info"></i> Get Started</h2>
<p>Learn about how to get started with Semantic UI, and best practices for using the Semantic standard in your project.</p>
<div class="ui fluid teal button">Learn more <i class="icon right-open"></i></div>
</div>
<div class="five wide column">
<h2 class="ui header"><i class="icon easel"></i> See UI elements</h2>
<h2 class="ui header"><i class="icon paint"></i> See UI elements</h2>
<p>See some of the UI elements that the Semantic library has to offer.</p>
<div class="ui fluid red button">View Library <i class="icon right-open"></i></div>
</div>

Loading…
Cancel
Save