Browse Source

Adding in new images

intro
Jack Lukic 9 years ago
parent
commit
6f02a9d6fa
  1. 8
      server/documents/behaviors/api.html.eco
  2. 40
      server/documents/collections/table.html.eco
  3. 15
      server/documents/elements/container.html.eco
  4. 18
      server/documents/elements/header.html.eco
  5. 28
      server/documents/elements/list.html.eco
  6. 45
      server/documents/index.html.eco
  7. 100
      server/documents/introduction/getting-started.html.eco
  8. 54
      server/documents/introduction/new.html.eco
  9. 8
      server/documents/modules/modal.html.eco
  10. 109
      server/documents/views/card.html.eco
  11. 2
      server/documents/views/statistic.html.eco
  12. 144
      server/draft/collection.html.eco
  13. 50
      server/draft/specification/authoring.html
  14. 57
      server/draft/specification/downloading.html
  15. 126
      server/draft/specification/getting-started.html
  16. 133
      server/draft/specification/spec.html
  17. 11
      server/files/javascript/docs.js
  18. 31
      server/files/javascript/started.js
  19. 13
      server/files/stylesheets/docs.css
  20. BIN
      server/raw/images/avatar2/large/cassie.png
  21. BIN
      server/raw/images/avatar2/large/elyse.png
  22. BIN
      server/raw/images/avatar2/large/eve.png
  23. BIN
      server/raw/images/avatar2/large/kristy.png
  24. BIN
      server/raw/images/avatar2/large/lena.png
  25. BIN
      server/raw/images/avatar2/large/lindsay.png
  26. BIN
      server/raw/images/avatar2/large/mark.png
  27. BIN
      server/raw/images/avatar2/large/matthew.png
  28. BIN
      server/raw/images/avatar2/large/molly.png
  29. BIN
      server/raw/images/avatar2/large/patrick.png
  30. BIN
      server/raw/images/avatar2/large/rachel.png
  31. BIN
      server/raw/images/avatar2/small/cassie.png
  32. BIN
      server/raw/images/avatar2/small/elyse.png
  33. BIN
      server/raw/images/avatar2/small/eve.png
  34. BIN
      server/raw/images/avatar2/small/kristy.png
  35. BIN
      server/raw/images/avatar2/small/lena.png
  36. BIN
      server/raw/images/avatar2/small/lindsay.png
  37. BIN
      server/raw/images/avatar2/small/mark.png
  38. BIN
      server/raw/images/avatar2/small/matthew.png
  39. BIN
      server/raw/images/avatar2/small/molly.png
  40. BIN
      server/raw/images/avatar2/small/patrick.png
  41. BIN
      server/raw/images/avatar2/small/rachel.png
  42. BIN
      server/raw/images/houses/1/1.png
  43. BIN
      server/raw/images/houses/1/2.png
  44. BIN
      server/raw/images/houses/1/3.png
  45. BIN
      server/raw/images/houses/1/4.png
  46. BIN
      server/raw/images/houses/1/5.png
  47. BIN
      server/raw/images/houses/1/6.png
  48. BIN
      server/raw/images/houses/2/1.png
  49. BIN
      server/raw/images/houses/2/2.png
  50. BIN
      server/raw/images/houses/2/3.png
  51. BIN
      server/raw/images/houses/2/4.png
  52. BIN
      server/raw/images/houses/2/5.png
  53. BIN
      server/raw/images/houses/2/6.png
  54. BIN
      server/raw/images/houses/3/1.png
  55. BIN
      server/raw/images/houses/3/2.png
  56. BIN
      server/raw/images/houses/3/3.png
  57. BIN
      server/raw/images/houses/3/4.png
  58. BIN
      server/raw/images/houses/3/5.png
  59. BIN
      server/raw/images/houses/3/6.png
  60. BIN
      server/raw/images/houses/3/7.png
  61. BIN
      server/raw/images/houses/3/8.png
  62. BIN
      server/raw/images/houses/3/9.png

8
server/documents/behaviors/api.html.eco

@ -80,13 +80,11 @@ type : 'UI Behavior'
<h4 class="ui sub header">API Example</h4>
<div class="ui fluid card">
<div class="image">
<img src="/images/avatar/large/stevie.jpg">
<img src="/images/avatar2/large/patrick.png">
</div>
<div class="content">
<a class="header">Stevie Feliciano</a>
<div class="meta">
<span class="date">Joined in Sep 2014</span>
</div>
<a class="header">Patrick Russel</a>
<div class="description">Patrick lives in San Francisco, and studies french literature.</div>
</div>
<div class="ui bottom attached follow button" data-id="22">Follow</div>
</div>

40
server/documents/collections/table.html.eco

@ -25,12 +25,8 @@ themes : ['Default', 'Basic', 'Classic']
<div class="example">
<h4 class="ui header">Table</h4>
<p>A standard table</p>
<div class="ui ignored positive icon message">
<i class="mobile icon"></i>
<div class="content">
<h3 class="header">Responsive Element</h3>
<p>Tables will automatically stack their layouts for mobile devices. To disable this behavior, use the <code>unstackable</code> variation or <code>tablet stackable</code> to allow responsive adjustments for tablet as well.</p>
</div>
<div class="ui ignored positive message">
Tables will automatically stack their layouts for mobile devices. To disable this behavior, use the <code>unstackable</code> variation or <code>tablet stackable</code> to allow responsive adjustments for tablet.
</div>
<table class="ui celled table">
<thead>
@ -121,19 +117,19 @@ themes : ['Default', 'Basic', 'Classic']
</table>
</div>
<div class="another example">
<table class="ui very basic celled table">
<table class="ui very basic collapsing celled table">
<thead>
<th>Name</th>
<th>Employee</th>
<th>Correct Guesses</th>
</thead>
<tbody>
<tr>
<td>
<h4 class="ui image header">
<img src="/images/avatar/small/ade.jpg" class="ui avatar image">
<img src="/images/avatar2/small/lena.png" class="ui mini rounded image">
<div class="content">
Ade
<div class="sub header">Accounting
Lena
<div class="sub header">Human Resources
</div>
</div>
</td>
@ -144,9 +140,9 @@ themes : ['Default', 'Basic', 'Classic']
<tr>
<td>
<h4 class="ui image header">
<img src="/images/avatar/small/veronika.jpg" class="ui avatar image">
<img src="/images/avatar2/small/matthew.png" class="ui mini rounded image">
<div class="content">
Veronika
Matthew
<div class="sub header">Fabric Design
</div>
</div>
@ -158,9 +154,23 @@ themes : ['Default', 'Basic', 'Classic']
<tr>
<td>
<h4 class="ui image header">
<img src="/images/avatar/small/justen.jpg" class="ui avatar image">
<img src="/images/avatar2/small/lindsay.png" class="ui mini rounded image">
<div class="content">
Lindsay
<div class="sub header">Entertainment
</div>
</div>
</td>
<td>
12
</td>
</tr>
<tr>
<td>
<h4 class="ui image header">
<img src="/images/avatar2/small/mark.png" class="ui mini rounded image">
<div class="content">
Justen
Mark
<div class="sub header">Executive
</div>
</div>

15
server/documents/elements/container.html.eco

@ -44,7 +44,7 @@ themes : ['Default']
</thead>
<tbody>
<tr>
<td>Dimensions</td>
<td>Width</td>
<td>100%</td>
<td>
723px
@ -60,7 +60,7 @@ themes : ['Default']
</td>
</tr>
<tr>
<td>Gutter Size</td>
<td class="single line">Gutter Size</td>
<td>1em</td>
<td>Fluid</td>
<td>Fluid</td>
@ -74,7 +74,7 @@ themes : ['Default']
<td><code>$largeMonitorBreakpoint</code></td>
</tr> -->
<tr>
<td>Grid Variation</td>
<td class="single line">Responsive Visibility</td>
<td><code>mobile only</code></td>
<td><code>tablet only</code></td>
<td><code>small monitor only</code></td>
@ -98,16 +98,17 @@ themes : ['Default']
<div class="code" data-type="less">
/* In site.variables */
@tabletBreakpoint : 768px;
@tabletBreakpoint : 768px;
@scrollbarWidth : 17px; /* This is a constant */
/* In container.variables */
@tabletMinimumGutter: (@emSize * 1); /* 1em gutter */
@tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
@tabletMinimumGutter : (@emSize * 1); /* require 1em gutter */
@tabletWidth : @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
</div>
<p>This is the same as <code>768px - (14px * 2) - 17px</code> or <code>723px</code></p>
<p>Adjusting site breakpoints in <code>site.variables</code> to use custom container sizes will automatically update container widths to match.</p>
<p>Adjusting site breakpoints in <code>site.variables</code> to use custom values will automatically adjust container widths.</p>
</div>

18
server/documents/elements/header.html.eco

@ -89,25 +89,25 @@ themes : ['Default', 'Classic', 'Bookish', 'Chubby', 'Material']
</div>
<div class="another example">
<div class="ui horizontal divided relaxed list">
<div class="ui horizontal list">
<div class="item">
<img class="ui avatar image" src="/images/avatar/small/daniel.jpg">
<img class="ui mini circular image" src="/images/avatar2/small/molly.png">
<div class="content">
<div class="ui sub header">Role</div>
<div class="ui sub header">Molly</div>
Coordinator
</div>
</div>
<div class="item">
<img class="ui avatar image" src="/images/avatar/small/veronika.jpg">
<img class="ui mini circular image" src="/images/avatar2/small/elyse.png">
<div class="content">
<div class="ui sub header">Role</div>
<div class="ui sub header">Elyse</div>
Developer
</div>
</div>
<div class="item">
<img src="/images/avatar/small/tom.jpg" class="ui avatar image">
<img src="/images/avatar2/small/eve.png" class="ui mini circular image">
<div class="content">
<div class="ui sub header">Role</div>
<div class="ui sub header">Eve</div>
Project Manager
</div>
</div>
@ -130,8 +130,8 @@ themes : ['Default', 'Classic', 'Bookish', 'Chubby', 'Material']
</div>
<div class="another example">
<h2 class="ui header">
<img src="/images/avatar/large/chris.jpg" class="ui circular image">
Chris
<img src="/images/avatar2/large/patrick.png" class="ui circular image">
Patrick
</h2>
<img class="ui wireframe image" src="/images/wireframe/short-paragraph.png">
</div>

28
server/documents/elements/list.html.eco

@ -56,23 +56,23 @@ themes : ['Default']
</div>
</div>
<div class="another example">
<div class="ui relaxed celled list">
<div class="ui relaxed divided list">
<div class="item">
<i class="github icon"></i>
<i class="large github middle aligned icon"></i>
<div class="content">
<a class="header">Semantic-Org/Semantic-UI</a>
<div class="description">Updated 10 mins ago</div>
</div>
</div>
<div class="item">
<i class="github icon"></i>
<i class="large github middle aligned icon"></i>
<div class="content">
<a class="header">Semantic-Org/Semantic-UI-Docs</a>
<div class="description">Updated 22 mins ago</div>
</div>
</div>
<div class="item">
<i class="github icon"></i>
<i class="large github middle aligned icon"></i>
<div class="content">
<a class="header">Semantic-Org/Semantic-UI-Meteor</a>
<div class="description">Updated 34 mins ago</div>
@ -83,9 +83,9 @@ themes : ['Default']
<div class="another example">
<div class="ui list">
<div class="item">
<img class="ui top aligned avatar image" src="/images/avatar/small/daniel.jpg">
<img class="ui mini circular image" src="/images/avatar2/small/elyse.png">
<div class="content">
<div class="header">Daniel Louise</div>
<div class="header">Elyse</div>
Friends since 1992
<div class="list">
<div class="item">
@ -113,9 +113,9 @@ themes : ['Default']
</div>
</div>
<div class="item">
<img class="ui top aligned avatar image" src="/images/avatar/small/steve.jpg">
<img class="ui mini circular image" src="/images/avatar2/small/eve.png">
<div class="content">
<div class="header">Steve Jobes</div>
<div class="header">Eve</div>
Work acquaintance from Apple
<div class="list">
<div class="item">
@ -267,23 +267,23 @@ themes : ['Default']
<p>A list item can contain an image</p>
<div class="ui list">
<div class="item">
<img class="ui avatar image" src="/images/avatar/small/daniel.jpg">
<img class="ui avatar image" src="/images/avatar2/small/rachel.png">
<div class="content">
<a class="header">Daniel Louise</a>
<a class="header">Racel</a>
<div class="description">Last seen watching <a><b>Arrested Development</b></a> just now.</div>
</div>
</div>
<div class="item">
<img class="ui avatar image" src="/images/avatar/small/stevie.jpg">
<img class="ui avatar image" src="/images/avatar2/small/lindsay.png">
<div class="content">
<a class="header">Stevie Feliciano</a>
<a class="header">Lindsay</a>
<div class="description">Last seen watching <a><b>Bob's Burgers</b></a> 10 hours ago.</div>
</div>
</div>
<div class="item">
<img class="ui avatar image" src="/images/avatar/small/elliot.jpg">
<img class="ui avatar image" src="/images/avatar2/small/matthew.png">
<div class="content">
<a class="header">Elliot Fu</a>
<a class="header">Matthew</a>
<div class="description">Last seen watching <a><b>The Godfather Part 2</b></a> yesterday.</div>
</div>
</div>

45
server/documents/index.html.eco

@ -133,23 +133,34 @@ standalone : true
</div>
<div class="nine wide column">
<div class="hidden code" data-demo="true" data-type="javascript">
$('.gender.dropdown')
.dropdown({
transition: 'vertical flip'
$('.ui.dropdown')
.dropdown('set selected', ['meteor', 'ember'])
.popup({
content: 'Add your computer skills'
})
.dropdown('set selected', 'female')
.popup('setting', 'content', 'Select your gender')
;
</div>
<div class="hidden code" data-type="html">
<select class="ui gender dropdown">
<option value="male">Male</option>
<option value="female">Female</option>
<select name="skills" multiple class="ui fluid dropdown">
<option value="">Skills</option>
<option value="angular">Angular</option>
<option value="css">CSS</option>
<option value="ember">Ember</option>
<option value="html">HTML</option>
<option value="javascript">Javascript</option>
<option value="meteor">Meteor</option>
<option value="node">NodeJS</option>
</select>
</div>
<select class="ui gender dropdown" style="display:block;">
<option value="male">Male</option>
<option value="female">Female</option>
<select multiple class="ui fluid dropdown">
<option value="">Skills</option>
<option value="angular">Angular</option>
<option value="css">CSS</option>
<option value="ember">Ember</option>
<option value="html">HTML</option>
<option value="javascript">Javascript</option>
<option value="meteor">Meteor</option>
<option value="node">NodeJS</option>
</select>
</div>
</div>
@ -173,9 +184,9 @@ standalone : true
;
</div>
<div class="ui small sequenced images">
<img src="/images/avatar/large/daniel.jpg" class="ui circular image">
<img src="/images/avatar/large/stevie.jpg" class="ui circular image">
<img src="/images/avatar/large/veronika.jpg" class="ui circular image">
<img src="/images/avatar2/large/elyse.png" class="ui circular image">
<img src="/images/avatar2/large/matthew.png" class="ui circular image">
<img src="/images/avatar2/large/kristy.png" class="ui circular image">
</div>
</div>
</div>
@ -492,15 +503,15 @@ standalone : true
</div>
</div>
</div>
<img src="/images/home-avatar.png">
<img src="/images/avatar2/large/rachel.png">
</div>
<div class="content">
<div class="header">Steve Jobes</div>
<div class="header">Rachel Maddow</div>
<div class="meta">
<a class="group">Acquaintances</a>
</div>
<div class="description">
Steve Jobes is a fictional character designed to resemble someone familiar to readers.
</div>
</div>
<div class="extra content">

100
server/documents/introduction/getting-started.html.eco

@ -7,72 +7,68 @@ title : 'Getting Started'
description : 'Getting started with Semantic UI'
type : 'Draft'
---
<script src="/javascript/new.js"></script>
<script src="/javascript/started.js"></script>
<%- @partial('header') %>
<%- @partial('header', { tabs: { install: 'Install', integrations: 'Integrations' } }) %>
<div class="main ui intro container">
<h2 class="ui dividing header">Installing</h2>
<div class="ui four item pointing menu">
<a data-tab="npm" class="active item">NPM</a>
<a data-tab="meteor" class="item">Atmosphere</a>
<a data-tab="npm" class="item">Bower</a>
<a data-tab="git" class="item">Git</a>
<div class="ui four item secondary menu">
<a data-tab="standard" class="active item">Standard Install</a>
<a data-tab="integrations" class="item">Integrations</a>
<a data-tab="custom" class="item">Custom Tooling</a>
<a data-tab="dist" class="item">CDN &amp; Other</a>
</div>
<div class="ui active tab" data-tab="npm">
<div class="no example">
<div class="ui accordion">
<div class="title">
<h4 class="ui header">Install NodeJS</h4>
<p>To use our build tools you will need Node</p>
<i class="dropdown icon"></i>
<h4 class="ui header">Install NodeJS</h4>
<p>Semantic UI packages gulp build tools that are useful for compiling custom versions of Semantic UI.</p>
<p>If you are unfamiliar with setting up NodeJS you can follow the optional steps below</p>
<div class="ui top attached tabular menu">
<a data-tab="mac" class="active item">Mac</a>
<a data-tab="linux" class="item">Linux</a>
<a data-tab="win" class="item">Windows</a>
</div>
<div class="ui bottom attached active padded tab segment" data-tab="mac">
<h4>Option 1: Homebrew</h4>
<p>After installing <a href="http://brew.sh/" target="_blank">homebrew</a></p>
<div class="ignored code" data-type="bash">
brew install node
</div>
<h4>Option 2: Git</h4>
<div class="ignored code" data-type="bash">
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
</div>
<div class="content">
<div class="ui top attached tabular menu">
<a data-tab="mac" class="active item">Mac</a>
<a data-tab="linux" class="item">Linux</a>
<a data-tab="win" class="item">Windows</a>
</div>
<div class="ui bottom attached active padded tab segment" data-tab="mac">
<h4>Option 1: Homebrew</h4>
<p>After installing <a href="http://brew.sh/" target="_blank">homebrew</a></p>
<div class="ignored code" data-type="bash">
brew install node
</div>
<h4>Option 2: Git</h4>
<div class="ignored code" data-type="bash">
git clone git://github.com/ry/node.git
cd node
./configure
make
sudo make install
</div>
</div>
<div class="ui tab" data-tab="linux">
<p>This is a popular install method that will avoid requiring sudo.</p>
<div class="ignored code" data-type="bash" data-title="Install without sudo">
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
make install
git clone git://github.com/isaacs/npm.git
cd npm
make install
</div>
</div>
<div class="ui tab" data-tab="win">
<p>Download the <a href="http://nodejs.org/download/">NodeJS executable</a>.</p>
</div>
</div>
<div class="ui tab bottom attached segment" data-tab="linux">
<h4>Install without sudo</h4>
<p>You can use
<div class="ignored code" data-type="bash">
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
git clone git://github.com/joyent/node.git
cd node
./configure --prefix=~/local
make install
git clone git://github.com/isaacs/npm.git
cd npm
make install
</div>
</div>
<div class="ui tab bottom attached segment" data-tab="win">
<h4>Install the exe</h4>
<p>Download the <a href="http://nodejs.org/download/">NodeJS executable</a>.</p>
</div>
</div>
<div class="no example">
<h4>Add Semantic UI to Your Project</h4>

54
server/documents/introduction/new.html.eco

@ -15,19 +15,34 @@ type : 'Introduction'
<h2 class="ui dividing header">Introduction</h2>
<p>2.0 brings a whopping <b>98</b> enhancements, <b>105</b> bug fixes, <b>2</b> new components, complete rewrites of several important components like <a href="/collections/menu.html"><code>menu</code></a>, and <a href="/elements/input.html"><code>input</code></a>, and much more newness.</p>
<div class="no example">
<p>There's just too much to cover in one page, but we've tried our best to give you examples of some of the new features available in 2.0</p>
<h4 class="ui header">Fix All The Bugs</h4>
<p style="margin-bottom:0em;padding-bottom:0em;">2.0 brings a whopping set of changes to the project:
<div class="ui large bulleted list">
<div class="item"><b>98</b> enhancements</div>
<div class="item"><b>105</b> bug fixes</div>
<div class="item"><b>2</b> new components</div>
<div class="item">Rewrites of several important components like <a href="/collections/menu.html"><code>menu</code></a>, and <a href="/elements/input.html"><code>input</code></a></div>
</div>
<p>To see the full list of what's changed in 2.0 check out the project's release notes.</p>
<p>There's just too much to cover in one page, but we've tried our best to give you examples of some of the new features available in 2.0</p>
<a href="https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md" target="_blank" class="ui button">View Release Notes</a>
<p>To see the full list of what's changed check out the project's release notes.</p>
<h2 class="ui dividing header">Project</h2>
<div class="example">
<h4 class="ui header">Built with Flexbox</h4>
<p>13 components: <a href="/collections/form.html">Form</a>, <a href="/collections/zzzz/">Grid</a>, <a href="/collections/zzzz/">Menu</a>, <a href="/elements/message.html">Message</a>, <a href="/elements/button.html">Button</a>, <a href="/elements/segment.html">Segment</a>, <a href="/elements/step.html">Step</a>, <a href="/modules/dropdown.html">Dropdown</a>, <a href="/modules/modal.html">Modal</a>, <a href="/views/feed.html">Feed</a>, <a href="/views/statistics.html">Statistic</a>, <a href="/views/card.html">Card</a>, <a href="/views/item.html">Item</a> now use <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes" target="_blank"><code>flexbox</code></a> for positioning. This allows for elements to automatically match heights, and resize content</p>
<a href="https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md" target="_blank" class="ui compact button">View Release Notes</a>
</div>
<div class="no example">
<h4 class="ui header">Flexbox All The Things</h4>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes" target="_blank">Flexbox</a> allows for elements to intuitively resize to fill available space, making many complex layouts much simpler.</p>
<p>13 components: <a href="/collections/form.html">Form</a>, <a href="/collections/grid.html">Grid</a>, <a href="/collections/menu.html">Menu</a>, <a href="/elements/message.html">Message</a>, <a href="/elements/button.html">Button</a>, <a href="/elements/segment.html">Segment</a>, <a href="/elements/step.html">Step</a>, <a href="/modules/dropdown.html">Dropdown</a>, <a href="/modules/modal.html">Modal</a>, <a href="/views/feed.html">Feed</a>, <a href="/views/statistics.html">Statistic</a>, <a href="/views/card.html">Card</a>, <a href="/views/item.html">Item</a> now use <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes" target="_blank"><code>flex</code></a> for positioning.</p>
</div>
<div class="no example">
<h4 class="ui header">Color All The Things</h4>
<p>2.0
</div>
<h2 class="ui dividing header">Grids</h2>
@ -289,13 +304,13 @@ type : 'Introduction'
<p>Horizontal groups are now available for <a href="/elements/segment.html">segment</a>.</p>
<div class="ui horizontal segments">
<div class="ui segment">
<p>Top</p>
<p>Left</p>
</div>
<div class="ui segment">
<p>Middle</p>
<p>Center</p>
</div>
<div class="ui segment">
<p>Bottom</p>
<p>Right</p>
</div>
</div>
</div>
@ -323,13 +338,13 @@ type : 'Introduction'
</div>
<div class="ui horizontal segments">
<div class="ui segment">
<p>Top</p>
<p>Left</p>
</div>
<div class="ui segment">
<p>Middle</p>
<p>Center</p>
</div>
<div class="ui segment">
<p>Bottom</p>
<p>Right</p>
</div>
</div>
<div class="ui segment">
@ -346,16 +361,19 @@ type : 'Introduction'
</div>
<div class="ui tall stacked horizontal segments">
<div class="ui segment">
<p>Top</p>
<p>Left</p>
</div>
<div class="ui segment">
<p>Center</p>
</div>
<div class="ui segment">
<p>Middle</p>
<p>Center</p>
</div>
<div class="ui segment">
<p>Bottom</p>
<p>Center</p>
</div>
<div class="ui segment">
<p>Top</p>
<p>Right</p>
</div>
</div>
<div class="ui secondary segment">

8
server/documents/modules/modal.html.eco

@ -180,15 +180,15 @@ themes : ['Default', 'Material']
<div class="ui standard test modal">
<div class="header">
Profile Picture
Select a Photo
</div>
<div class="image content">
<div class="ui medium image">
<img src="/images/avatar/large/chris.jpg">
<img src="/images/avatar2/large/rachel.png">
</div>
<div class="description">
<div class="ui header">We've auto-chosen a profile image for you.</div>
<p>We've grabbed the following image from the <a href="https://www.gravatar.com" target="_blank">gravatar</a> image associated with your registered e-mail address.</p>
<div class="ui header">Default Profile Image</div>
<p>We've found the following <a href="https://www.gravatar.com" target="_blank">gravatar</a> image associated with your e-mail address.</p>
<p>Is it okay to use this photo?</p>
</div>
</div>

109
server/documents/views/card.html.eco

@ -27,15 +27,15 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
<p>A single card.</p>
<div class="ui card">
<div class="image">
<img src="/images/avatar/large/stevie.jpg">
<img src="/images/avatar2/large/kristy.png">
</div>
<div class="content">
<a class="header">Stevie Feliciano</a>
<a class="header">Kristy</a>
<div class="meta">
<span class="date">Joined in 2014</span>
<span class="date">Joined in 2013</span>
</div>
<div class="description">
Stevie Feliciano is a library scientist living in New York City. She likes to spend her time reading, running, and writing.
Kristy is an art director living in New York.
</div>
</div>
<div class="extra content">
@ -72,48 +72,11 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
</div>
</div>
<div class="another example">
<div class="ui card">
<div class="content">
<div class="header">Project #2</div>
</div>
<div class="content">
<h4 class="ui sub header">Activity</h4>
<div class="ui small feed">
<div class="event">
<div class="content">
<div class="summary">
<a>Elliot Fu</a> added <a>Jenny Hess</a> to the project
</div>
</div>
</div>
<div class="event">
<div class="content">
<div class="summary">
<a>Stevie Feliciano</a> was added as an <a>Administrator</a>
</div>
</div>
</div>
<div class="event">
<div class="content">
<div class="summary">
<a>Helen Troy</a> added two pictures
</div>
</div>
</div>
</div>
</div>
<div class="extra content">
<button class="ui button">Join Project</button>
</div>
</div>
</div>
<div class="example">
<h4 class="ui header">Cards</h4>
<p>A group of cards. </p>
<div class="ui ignored info message">
Cards use <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes" target="_blank">flex-box</a> to make sure rows of content stretch to be equal height.
Cards use <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes" target="_blank">flexbox</a> to make sure rows of content stretch to be equal height.
</div>
<div class="ui ignored message">
<p>Cards are designed to be flexible to your content. <code>content</code> blocks can include any custom elements related to your content.</p>
@ -165,15 +128,15 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
<div class="ui link cards">
<div class="card">
<div class="image">
<img src="/images/avatar/large/veronika.jpg">
<img src="/images/avatar2/large/matthew.png">
</div>
<div class="content">
<div class="header">Veronika Ossi</div>
<div class="header">Matt Giampietro</div>
<div class="meta">
<a>Friends</a>
</div>
<div class="description">
Veronika Ossi is a set designer living in New York who enjoys kittens, music, and partying.
Matthew is an interior designer living in New York.
</div>
</div>
<div class="extra content">
@ -188,15 +151,15 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
</div>
<div class="card">
<div class="image">
<img src="/images/avatar/large/stevie.jpg">
<img src="/images/avatar2/large/molly.png">
</div>
<div class="content">
<div class="header">Stevie Feliciano</div>
<div class="header">Molly</div>
<div class="meta">
<span class="date">Joined in 2014</span>
<span class="date">Coworker</span>
</div>
<div class="description">
Stevie Feliciano is a library scientist living in New York City.
Molly is a personal assistant living in Paris.
</div>
</div>
<div class="extra content">
@ -211,15 +174,15 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
</div>
<div class="card">
<div class="image">
<img src="/images/avatar/large/steve.jpg">
<img src="/images/avatar2/large/elyse.png">
</div>
<div class="content">
<div class="header">Steve Jobes</div>
<div class="header">Elyse</div>
<div class="meta">
<a>Acquaintances</a>
<a>Coworker</a>
</div>
<div class="description">
Steve Jobes is a fictional character designed to resemble someone familiar to readers.
Elyse is a copywriter working in New York.
</div>
</div>
<div class="extra content">
@ -235,8 +198,46 @@ themes : ['Default', 'Basic', 'Classic', 'Instagram']
</div>
</div>
<h2 class="ui dividing header">Content</h2>
<h2 class="ui dividing header">Contents</h2>
<div class="example">
<h4 class="ui header">Image</h4>
<p>A card can contain blocks of content</p>
<div class="ui card">
<div class="content">
<div class="header">Project Timeline</div>
</div>
<div class="content">
<h4 class="ui sub header">Activity</h4>
<div class="ui small feed">
<div class="event">
<div class="content">
<div class="summary">
<a>Elliot Fu</a> added <a>Jenny Hess</a> to the project
</div>
</div>
</div>
<div class="event">
<div class="content">
<div class="summary">
<a>Stevie Feliciano</a> was added as an <a>Administrator</a>
</div>
</div>
</div>
<div class="event">
<div class="content">
<div class="summary">
<a>Helen Troy</a> added two pictures
</div>
</div>
</div>
</div>
</div>
<div class="extra content">
<button class="ui button">Join Project</button>
</div>
</div>
</div>
<div class="example">
<h4 class="ui header">Image</h4>
<p>A card can contain an image</p>

2
server/documents/views/statistic.html.eco

@ -46,7 +46,7 @@ themes : ['Default']
</div>
<div class="example">
<h4 class="ui header">Statistic</h4>
<h4 class="ui header">Statistic Group</h4>
<p>A group of statistics</p>
<div class="ui statistics">
<div class="statistic">

144
server/draft/collection.html.eco

@ -1,144 +0,0 @@
y---
layout : 'default'
css : 'list'
title : 'UI Collections'
description : 'UI collections are elements which contain other elements which often appear together.'
type : 'Semantic'
---
<%- @partial('header') %>
<div class="main ui container">
<h2 class="ui dividing header">Types of Collections</h2>
<div class="ui type two stackable collection cards">
<div class="card">
<div class="image">
<div class="ui segment">
<div class="ui breadcrumb">
<a class="section">Food</a>
<div class="divider"> / </div>
<a class="section">Fruit</a>
<div class="divider"> / </div>
<div class="active section">Apples</div>
</div>
<div class="ui divider"></div>
<div class="ui breadcrumb">
<a class="section">Food</a>
<i class="right arrow icon divider"></i>
<a class="section">Fruit</a>
<i class="right arrow icon divider"></i>
<div class="active section">Apples</div>
</div>
</div>
</div>
<div class="content">
<a href="/collections/breadcrumb.html" class="header">Breadcrumb</a>
<p class="description">A breadcrumb is a menu to show the location of the current section in relation to other sections.</p>
</div>
</div>
<div class="card">
<div class="image">
<div class="ui fluid form segment">
<div class="field">
<label>Name</label>
<div class="ui left icon input">
<i class="user icon"></i>
<input type="text" placeholder="Name">
</div>
</div>
<div class="field">
<label>E-mail</label>
<div class="ui left icon input">
<i class="email icon"></i>
<input type="text" placeholder="E-mail">
</div>
</div>
</div>
</div>
<div class="content">
<a href="/collections/form.html" class="header">Form</a>
<p class="description">A form is used to solicit a user response</p>
</div>
</div>
<div class="card">
<div class="image">
<div class="ui three column aligned page grid">
<div class="column"><div class="ui segment">1</div></div>
<div class="column"><div class="ui segment">2</div></div>
<div class="column"><div class="ui segment">3</div></div>
</div>
</div>
<div class="content">
<a href="/collections/grid.html" class="header">Grid</a>
<p class="description">A grid helps harmonize negative space in a layout</p>
</div>
</div>
<div class="card">
<div class="image">
<div class="ui three item menu">
<a class="active item">Friends</a>
<a class="item">Messages</a>
<a class="item">Profile</a>
</div>
<div class="ui three item secondary menu">
<a class="active item">Friends</a>
<a class="item">Messages</a>
<a class="item">Profile</a>
</div>
<div class="ui three item secondary pointing menu">
<a class="active item">Friends</a>
<a class="item">Messages</a>
<a class="item">Profile</a>
</div>
</div>
<div class="content">
<a href="/collections/menu.html" class="header">Menu</a>
<p class="description">A menu organizes related links</p>
</div>
</div>
<div class="card">
<div class="image">
<div class="ui error message top attached">
<div class="header">We're sorry we can't process your idea just yet</div>
<p>Please enter your name</p>
</div>
</div>
<div class="content">
<a href="/collections/message.html" class="header">Message</a>
<p class="description">Messages alert a user to something important.</p>
</div>
</div>
<div class="card">
<div class="image">
<table class="ui celled sortable definition top attached table segment">
<thead>
<tr><th>Name</th>
<th>Status</th>
</tr></thead>
<tbody>
<tr class="positive">
<td>John</td>
<td> Approved</td>
</tr><tr>
<td>John</td>
<td> Unconfirmed</td>
</tr>
<tr class="negative">
<td>Sally</td>
<td> Denied</td>
</tr>
</tbody>
</table>
</div>
<div class="content">
<a href="/collections/table.html" class="header">Table</a>
<p class="description">A table collects related data into rows of content</p>
</div>
</div>
</div>
</div>

50
server/draft/specification/authoring.html

@ -1,50 +0,0 @@
---
layout : 'default'
css : 'guide'
title : 'Authoring UI'
type : 'UI Specification'
---
<%- @partial('header') %>
<div class="main ui container">
<h2 class="ui header">Creating an Element</h2>
<p>Semantic defines five categories of elements, each type of element has different definition requirements</p>
<ul class="ui list">
<li><b>Element</b> - a basic building block of a website, exists alone or in homogenous groups</li>
<li><b>Colleciton</b> - a group of several elements which are usually found together</li>
<li><b>Module</b> - an element where its behavior is included as part of its definition</li>
<li><b>Behavior</b> - a definition of behavior that exists without any physical description</li>
<li><b>View</b> - a way to present specific website content</li>
</ul>
Creating Components
=====================================
The first step after deciding what type of element you are creating is writing a spec file, these allow you to define the language for describing your interface element before beginning to write a component. The spec file can be used to generate a css and javascript stub which will give you a starting point for writing your component. Spec files content varies depending on which of the five UI types are being defined.
Here's an example spec file for a ui element button. You can read more about creating spec files <here>
<whatever>
After creating a spec file you can use semantic to generate ui components. Simply specify a package name and json spec file.
semantic generate awesome button.json
This will create a stub css (and possibly js) file in ui/element with your definition. This will also create a stub html file in docs/, this is the visual representation of your element definition, and will appear unformatted until you begin to create your css.
As you edit each css definition to create the look and feel of your element, you can refresh this page to verify each element appears properly. After you finish writing your UI component, if you would like to register your package to be used by others. No need to package anything up, simply type
semantic register awesome button
Assuming your package name is not taken, your buttons will now be available on semantic.
</div>

57
server/draft/specification/downloading.html

@ -1,57 +0,0 @@
---
layout : 'default'
css : 'guide'
title : 'Using UI'
type : 'UI Specification'
---
<div class="segment">
<div class="container">
<h1 class="ui header">Writing a Component</h1>
</div>
</div>
<div class="main ui container">
<h2 class="ui header">Creating an Element</h2>
<p>Semantic defines five categories of elements, each type of element has different definition requirements</p>
<ul class="ui list">
<li><b>Element</b> - a basic building block of a website, exists alone or in homogenous groups</li>
<li><b>Colleciton</b> - a group of several elements which are usually found together</li>
<li><b>Module</b> - an element where its behavior is included as part of its definition</li>
<li><b>Behavior</b> - a definition of behavior that exists without any physical description</li>
<li><b>View</b> - a way to present specific website content</li>
</ul>
The first step when using semantic is to initialize a directory as using semantic
<div class="code" data-type="html">
semantic init
</div>
This will create a directory, by default, 'ui' which will hold all your element definitions.
After initializing semantic, you may install other registered components. Each semantic component uses a css classname as a namespace. This namespace is also the name of the package on semantic. To search for a button for example, you could use the following command.
semantic find button
Multiple packages will appear showing possible buttons available to download.
There are four button packages:
1) Fancy: A set of rounded buttons (3 types, 22 variations)
2) Loadr: A set of buttons with expandable loaders (1 type, 10 variations)
3) Bootstrap: Classic bootstrap buttons (2 types, 10 variations)
4) Semantic: Semantic UI buttons (4 types, 20 variations)
Each package that uses the button namespace also contains a name. Use this to specify what type of element you want to install.
semantic install semantic button
This will install semantic's core button library. Inside your ui directory, this will also generate a new file inside ui/docs, which will include an overview of the element.
To use a button on your page, simple link to the css and js of an element
</div>

126
server/draft/specification/getting-started.html

@ -1,126 +0,0 @@
---
layout : 'default'
css : 'guide'
title : ' Getting Started'
type : 'UI Specification'
---
<div class="segment">
<div class="container">
<h1 class="ui header">Getting Started</h1>
</div>
</div>
<div class="main ui container">
<h2 class="ui header">Installing</h2>
<p>Semantic uses an eponymous package manager written in node. To begin you must <a href="http://howtonode.org/how-to-install-nodejs">install nodejs and npm</a> for your platform.</p>
<p>After these dependencies are ready to go, you can install semantic using npm
<div class="code" data-type="text" data-label="true">
npm install -g semantic
</div>
<h2 class="ui header">Usage</h2>
<p>Components are given a namespace. This makes sure the css rules dont interfere with other rules on your page.</p>
<div class="code" data-type="text" data-label="true">
semantic add button
</div>
<div class="code" data-type="html" data-label="true">
<div class="ui button">Button</div>
</div>
<div class="code" data-type="css" data-label="true">
.ui.button {
font-size: 14px;
}
</div>
<p>If multiple components are available of the same type, you can specify which one to use by adding the package's name before. A package name is different than its namespace, for example there may be many types of buttons.</p>
<div class="code" data-type="text" data-label="true">
semantic search button
>> 2 buttons were found:
>> fancy button - a collection of buttons formatted for a blog - 15 variations, 3 types
>> semantic button - the official button collection of semantic - 10 variations, 5 types
</div>
<p>Components will download inside a directory. To use these components, simply link to their javascript and css in a web page</p>
<div class="code" data-type="html">
<link rel="stylesheet" type="text/css" class="ui" href="/ui/elements/button.css">
</div>
<h3>So I downloaded a component, now what?</h3>
<p>Semantic components are self documenting, that means documentation are generated automatically after you download. You can see the element and code samples by simply opening up the corresponding html file.
<div class="code" data-type="html">
/ui/specification/button.html
</div>
<p>You can view an example of an element definition by checking out the docs for semantic's first party button definition</p>
<a class="ui teal right labeled icon button" href="/elements/button.html">
View button definition <i class="right arrow icon"></i>
</a>
<div class="ui divider"></div>
<h2 class="ui header">Why Use Semantic?</h2>
<p>
Semantic sees website development as the coallescence of two things: <b>Re-usable UI Components + Discardable Page Glue</b>
</p>
<p>Semantic is a framework for writing portable UI components, which helps you and others re-use and re-skin your ui elements in their projects.</p>
<h3 class="ui header">Definitions and Language</h3>
<p>Natural language is <em>particularly good</em> at describing visual scenes, i.e. dogs, trees, flowers and hard at defining abstractions: behavior, emotions, etc. Where programming languages are <em>particularly good</em> at describing behavior, but can be more obtuse at describing layouts.</p>
<p>Semantic adopts concepts from natural languages like: plurals, adjectives, and tense so web developers can enjoy some of the more useful features of natural language. Semantic also aspires for developers to make decision based on common usage instead of deciding arbitrarily how to name things.</p>
<p>For example if a developer wants to include a set of red buttons with icons on a page he can simple grab the semantic button and icon component:</p>
<div class="code" data-type="text">
semantic add button
semantic add icon
</div>
and then include in html:
<div class="code" data-type="html">
<div class="red ui icon buttons">
<div class="ui button">
<i class="grid layout icon"></i>
</div>
<div class="ui button">
<i class="block layout icon"></i>
</div>
<div class="ui button">
<i class="list layout icon"></i>
</div>
</div>
</div>
<div class="red ui icon buttons">
<div class="ui button"><i class="grid layout icon"></i></div>
<div class="ui button"><i class="block layout icon"></i></div>
<div class="ui button"><i class="list layout icon"></i></div>
</div>
<h3 class="ui header">Authoring</h3>
<p>Creating a component in semantic requires two steps:
<ol class="ui list">
<li>Defining how your element can look.</li>
<li>Writing code to match your definitions</li>
</ol>
<p>These steps can be completed in either order. If you enjoy Test-Driven-Development, you can write your specification before coding, or if you prefer a more ad-hoc approach you can swap the order, defining your element only after you finish describing it.</p>
<h3 class="ui header">Consuming</h3>
<p>Semantic is a package manager, created by other people is a simple process</p>
<ol class="ui list">
<li>Search semantic for a type of UI component</li>
<li>Open up its specification to see what it can do and how to use it.</li>
</ol>
Semantic components are self documenting, giving you the ability to download a component, and get working immediately. Each component contains a spec file, which describes what a component can do. This is used to generate documentation automatically that lives alongside your project, making sure you know exactly what exists in your CSS.</p>
</div>

133
server/draft/specification/spec.html

@ -1,133 +0,0 @@
---
layout : 'default'
css : 'guide'
title : 'Spec Files'
type : 'UI Specification'
---
<%- @partial('header') %>
<div class="main ui container">
<h2>Introduction</h2>
<p>Semantic defines an exchange format for user interface. Writing your interface components to match the specifications allows others to easily use your interface components in their project.</p>
<h3>Writing a Spec File</h3>
<p>Before authoring an element you should begin by writing a spec file for your element. A specification file defines the structure and names used inside your element. For more information on naming convention visit our css and html guides.</p>
<p>A spec file also allows you to provide metadata to generate code for your element, this can be used to generate visual documentation of your element.</p>
<h3>Common Specification</h3>
<p>A spec file is a specially formatted json file.</p>
<div class="code" type="javascript">
{
// your element name should be a single word and match to the classname of your element
"Name": "Button",
// you may include metadata
"Author": "Jack Lukic",
"Website": "http://www.semantic-ui.com"
"Version": "2.0",
// All elements must specify whether it is an element, collection, module, or behavior
"Type": "Element",
// Types are exclusive forms of your element. For example a button cannot be an icon button and a text button. The definitions of the html structure of each element is written using emmet syntax. These are used to generate html structures for your elements. For more information visit: http://docs.emmet.io/abbreviations/syntax/
"Types": {
"Standard" : ".ui.button",
"Icon" : ".ui.icon.button > i.icon",
}
// States are ways which elements show an innate change in its quality.
"States": {
"Active" : "active",
"Loading" : "loading",
"Disabled" : "disabled"
},
// Variations are individual classnames which your element may receive to alter its look. Variations should, for the most part, be able to be used together to create more complex styles of an element.
"Variations": {
// If a set of variations are options of a single type (for example sizing may contain, small, medium, etc) then this can be defined as an array.
"Size": [
"mini",
"tiny",
"small",
"medium",
"large",
"huge",
"massive"
],
"Color": [
"black",
"green",
"red",
"blue",
"green",
"red",
"teal"
],
"Ordinality": [
"secondary",
"tertiary"
],
"Attached": [
"attached top",
"attached bottom",
"attached left",
"attached right"
],
"Circular" : "circular",
"Fluid" : "fluid"
},
// You may define a list of dummy text and selectors which can be filled with them. This is used by generators to export a style guide of your interface element. If you specify an array, each item will be used in order to fill the content of each match.
"Text": {
".ui.button": ["Button", "Click Me", "Lorem Ipsum"]
},
// Your module may optionally include a text definition of its variations to help clarify their purpose. This may include the definition of types or variations
"Definition": {
"Standard" : "A simple button",
"Icon" : "A button icon is formatted to contain only an icon",
"Size" : "A button can vary in size",
"Color" : "A button can have different colors",
"Ordinality" : "A button can blend into a page",
"Attached" : "A button can attach to other content",
"Circular" : "A button can be circular",
"Fluid" : "A button can be fluid"
}
}
</div>
<h3>UI Elements</h3>
<p>A UI element is a basic building block of a website. It may have a singular or group (plural) definition</p>
<div class="code" type="javascript">
{
// in addition to the parameters above an element may contain a definition for its singular and plural type
"Types": {
// these types can only exist for class="ui button"
"Singular": {
"Standard" : ".ui.button",
"Icon" : ".ui.icon.button > i.add.icon",
"Labeled Icon" : ".ui.labeled.icon.button > i.add.icon"
},
// these types can exist only for class="ui button"
"Group": {
"Standard" : ".ui.buttons > .button+.button+.button",
"Icon" : ".ui.buttons > ( (.button > i.icon.user) + (.button > i.icon.heart) + (.button > i.icon.lab))",
"Conditional" : ".ui.buttons > .button+.or+.button",
"Vertical" : ".vertical.ui.buttons > .button+.button+.button"
}
}
}
</div>
</div>

11
server/files/javascript/docs.js

@ -364,6 +364,9 @@ semantic.ready = function() {
},
getPageTitle: function() {
return $.trim($('h1').eq(0).contents().filter(function() { return this.nodeType == 3; }).text().toLowerCase());
},
getSafeName: function(text) {
return text.replace(/\s+/g, '-').replace(/[^-,'A-Za-z0-9]+/g, '').toLowerCase();
},
@ -387,7 +390,9 @@ semantic.ready = function() {
createMenu: function() {
// grab each h3
var
html = '',
html = '',
pageTitle = handler.getPageTitle(),
title = pageTitle.charAt(0).toUpperCase() + pageTitle.slice(1),
$sticky,
$rail
;
@ -447,7 +452,7 @@ semantic.ready = function() {
.addClass('ui sticky')
.html($followMenu)
//.prepend($advertisement)
.prepend('<h4 class="ui header">Definition</h4>')
.prepend('<h4 class="ui header">' + title + '</h4>')
;
$rail = $('<div />')
.addClass('ui dividing right rail')
@ -835,7 +840,7 @@ semantic.ready = function() {
: $closestExample,
$header = $example.find('h4').eq(0),
$attributes = $code.find('.attribute, .class'),
pageName = $.trim($('h1').eq(0).contents().filter(function() { return this.nodeType == 3; }).text().toLowerCase()),
pageName = handler.getPageTitle(),
name = handler.getText($header).toLowerCase(),
classes = $example.data('class') || ''
;

31
server/files/javascript/started.js

@ -0,0 +1,31 @@
semantic.started = {};
// ready event
semantic.started.ready = function() {
// selector cache
var handler = {
};
console.log('zzz');
$('.main .ui.accordion')
.accordion()
;
$('.main .tabular .item')
.tab({
context: 'parent',
onFirstLoad: function() {
semantic.handler.makeCode();
}
})
;
};
// attach ready event
$(document)
.ready(semantic.started.ready)
;

13
server/files/stylesheets/docs.css

@ -98,8 +98,9 @@ blockquote .author {
/* Code Inside Message */
.ui.message > p > code,
.ui.message > code {
background-color: rgba(255, 255, 255, 0.6);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
background-color: rgba(0, 0, 0, 0.06);
line-height: 1;
padding: 3px 4px;
}
@ -420,6 +421,14 @@ blockquote .author {
Alternate Layouts
*******************************/
/*----------------
Wide Layout
-----------------*/
#example.wide .main.container {
max-width: 1200px !important;
}
/*----------------
Basic Layout
-----------------*/

BIN
server/raw/images/avatar2/large/cassie.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
server/raw/images/avatar2/large/elyse.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
server/raw/images/avatar2/large/eve.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

BIN
server/raw/images/avatar2/large/kristy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
server/raw/images/avatar2/large/lena.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
server/raw/images/avatar2/large/lindsay.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
server/raw/images/avatar2/large/mark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
server/raw/images/avatar2/large/matthew.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
server/raw/images/avatar2/large/molly.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
server/raw/images/avatar2/large/patrick.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
server/raw/images/avatar2/large/rachel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

BIN
server/raw/images/avatar2/small/cassie.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
server/raw/images/avatar2/small/elyse.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
server/raw/images/avatar2/small/eve.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
server/raw/images/avatar2/small/kristy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
server/raw/images/avatar2/small/lena.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
server/raw/images/avatar2/small/lindsay.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
server/raw/images/avatar2/small/mark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
server/raw/images/avatar2/small/matthew.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
server/raw/images/avatar2/small/molly.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
server/raw/images/avatar2/small/patrick.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
server/raw/images/avatar2/small/rachel.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
server/raw/images/houses/1/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

BIN
server/raw/images/houses/1/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

BIN
server/raw/images/houses/1/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

BIN
server/raw/images/houses/1/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

BIN
server/raw/images/houses/1/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

BIN
server/raw/images/houses/1/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

BIN
server/raw/images/houses/2/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

BIN
server/raw/images/houses/2/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

BIN
server/raw/images/houses/2/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

BIN
server/raw/images/houses/2/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

BIN
server/raw/images/houses/2/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

BIN
server/raw/images/houses/2/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

BIN
server/raw/images/houses/3/1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

BIN
server/raw/images/houses/3/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

BIN
server/raw/images/houses/3/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 KiB

BIN
server/raw/images/houses/3/4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

BIN
server/raw/images/houses/3/5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

BIN
server/raw/images/houses/3/6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

BIN
server/raw/images/houses/3/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

BIN
server/raw/images/houses/3/8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

BIN
server/raw/images/houses/3/9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

Loading…
Cancel
Save