Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
{html}
<A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+Main+Page" mce_href="../../../../../../../../../display/6DOT813sp13/write%28%27now%27%29+-+Main+Page"><IMG mce_src="http://i.imgur.com/Z8RG17z.jpg" src="http://i.imgur.com/Z8RG17z.jpg" width="400px"></IMG></A>
{html}


Wiki Markup
{html}
<UL id="ul">
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+Main+Page" id="a" mce_href="#home">Home</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR1" id="a" mce_href="#news">GR1</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR2" id="a" mce_href="#contact">GR2</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR3" id="a" mce_href="#contact">GR3</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR4" id="a" mce_href="#contact">GR4</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR5" id="a" mce_href="#contact">GR5</A></LI>
<LI id="li"><A href="https://wikis.mit.edu/confluence/display/6DOT813sp13/write%28%27now%27%29+-+GR6" id="a" mce_href="#contact">GR6</A></LI>
</UL>
{html}

CSS Stylesheet
#ul
{
list-style-type:none;
margin:0;
padding:0;
padding-top:6px;
padding-bottom:6px;
}
#li
{
display:inline;
}
#a:link,#a:visited
{
font-weight:bold;
color:#FFFFFF;
background-color:#000000;
text-align:center;
padding:8px 24px 8px 24px;
text-decoration:none;
text-transform:uppercase;
}
#a:hover,#a:active
{
background-color:#2E2E2E;
}

Working Implementation

Home Page
Requirements
  • Resolution of at least 1366x768
  • Windows 7 and above or Mac OSX
  • Google Chrome
Contributions
  • Clara
    • Implemented user profiles using MongoLab RESTful API, including color coding, sorting and user stat generation.
  • Kim
    • Implemented user logins and accounts. Created heroku framework, with tools including node.js, MongoLab and express
  • Tim
    • Implemented Battle, Freestyle and Vote pages using MongoLab API.