Skip to content

Commit ca880b4

Browse files
committed
Site updated at 2016-05-27 19:41:49 UTC
0 parents  commit ca880b4

File tree

25 files changed

+449
-0
lines changed

25 files changed

+449
-0
lines changed

.nojekyll

Whitespace-only changes.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mvcss.io

about/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <meta content='IE=edge,chrome=1' http-equiv=X-UA-Compatible> <meta content='width=device-width, initial-scale=1.0' name=viewport> <title>About / MVCSS</title> <meta content='MVCSS - A Sass-based CSS architecture for creating predictable and maintainable application style.' name=description> <link href="../assets/stylesheets/application.css" rel=stylesheet /> <script>
2+
var _gaq = _gaq || [];
3+
_gaq.push(['_setAccount', 'UA-32794837-1']);
4+
_gaq.push(['_trackPageview']);
5+
6+
(function() {
7+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
8+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
9+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
10+
})();
11+
</script> </head> <body class='about about_index' data-id=16> <a class=toggle href="#"><div class=toggle-icn> <div class=toggle-icn-stack> <b class=srt>Toggle</b> </div> </div> </a> <aside class=sidebar> <header class=header> <div class='bucket bucket--flag'> <div class=bucket-media> <img alt=MVCSS class=header-logo width=100 height=110 src="../assets/images/logo.svg"/> </div> <div class=bucket-content> <p class='h1 header-title'><a href="../">MVCSS</a></p> <p class=header-version>Version 4.1.1</p> </div> </div> </header> <a class=sidebar-btn href="http://github.com/mvcss/mvcss">View on GitHub</a> <nav class=sidebar-nav> <a class=sidebar-link href="../">Overview</a> <a class=sidebar-link href="../styleguide/">Styleguide</a> <div class=sidebar-nav-sub> <a class="sidebar-link sidebar-link--sub" href="../styleguide/basics/">Basics</a> <a class="sidebar-link sidebar-link--sub" href="../styleguide/numbers-game/">The Numbers Game</a> <a class="sidebar-link sidebar-link--sub" href="../styleguide/comments/">Comments</a> <a class="sidebar-link sidebar-link--sub" href="../styleguide/naming/">Naming Conventions</a> </div> <a class=sidebar-link href="../manifest/">Manifest</a> <a class=sidebar-link href="../foundation/">Foundation</a> <div class=sidebar-nav-sub> <a class="sidebar-link sidebar-link--sub" href="../foundation/reset/">Reset</a> <a class="sidebar-link sidebar-link--sub" href="../foundation/helpers/">Helpers</a> <a class="sidebar-link sidebar-link--sub" href="../foundation/config/">Config</a> <a class="sidebar-link sidebar-link--sub" href="../foundation/base/">Base</a> <a class="sidebar-link sidebar-link--sub" href="../foundation/tools/">Tools</a> </div> <a class=sidebar-link href="../components/">Components</a> <a class=sidebar-link href="../structures/">Structures</a> <a class=sidebar-link href="../vendor/">Vendor</a> <div class=sidebar-nav-secondary> <h3 class='sidebar-label mtl'>Meta</h3> <a class="sidebar-link is-active" href="./">About</a> <a class=sidebar-link href="../resources/">Resources</a> </div> </nav> </aside> <div class=row> <div class='cell well'> <main class=content> <article> <h1>About</h1> <p>In the beginning, MVCSS was created by <a href="http://twitter.com/nickawalsh">Nick Walsh</a> and <a href="http://twitter.com/drewbarontini">Drew Barontini</a> as a means of formalizing their individual CSS methods. With version one of MVCSS, the ideas of contextual changes throughout a site were tied closely to the MVC, or Model View Controller, pattern, where higher-level body classes were applied for the Controller/View of the given page. This worked at first, but quickly grew unwiedly, and began to feel like an anti-pattern for how we <em>should</em> be writing our CSS. The change was made in version two, and, through the preceding versions, iteratively evolved MVCSS into a more mature framework.</p> <h2>The Team</h2> <p>Now, the front-end teams using and contributing to MVCSS are split across two companies, <a href="http://envylabs.com">Envy</a> and <a href="http://www.codeschool.com">Code School</a>. Their shared experiences working across a vast array of large-scale client and product-based applications have helped to shape MVCSS into what it is today.</p> <h3>Envy</h3> <ul> <li><a href="http://twitter.com/nickawalsh">Nick Walsh</a></li> <li><a href="http://twitter.com/an_ennui">Drew Powers</a></li> <li><a href="http://twitter.com/jhnwlsn">John Wilson</a></li> </ul> <h3>Code School</h3> <ul> <li><a href="http://twitter.com/drewbarontini">Drew Barontini</a></li> <li><a href="http://twitter.com/dandenney">Dan Denney</a></li> <li><a href="http://twitter.com/jjordanwade">Jordan Wade</a></li> <li><a href="http://twitter.com/johndjameson">John D. Jameson</a></li> </ul> </article> <ul class=pager> <li class=pager-item> <a href="../vendor/">&larr; Previous page </a> </li> <li class=pager-item> <a href="../resources/">Next page &rarr; </a> </li> </ul> </main> </div> </div> <script>
12+
var _gauges = _gauges || [];
13+
(function() {
14+
var t = document.createElement('script');
15+
t.type = 'text/javascript';
16+
t.async = true;
17+
t.id = 'gauges-tracker';
18+
t.setAttribute('data-site-id', '4fe1bcaa613f5d1bfe000020');
19+
t.src = '//secure.gaug.es/track.js';
20+
var s = document.getElementsByTagName('script')[0];
21+
s.parentNode.insertBefore(t, s);
22+
})();
23+
</script> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="../assets/javascripts/application.js"></script> </body> </html>

assets/images/favicon.ico

8.15 KB
Binary file not shown.

assets/images/logo-envy.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/images/logo.svg

Lines changed: 31 additions & 0 deletions
Loading

assets/javascripts/application.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)