Skip to content

Commit 105b68f

Browse files
committed
Content update
1 parent d2f31a5 commit 105b68f

File tree

36 files changed

+774
-61
lines changed

36 files changed

+774
-61
lines changed

build/assets/stylesheets/application.css

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

build/contribute/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,21 @@
2525
<nav class='l-nav'>
2626
<ul>
2727
<li><a href="/">About</a></li>
28-
<li><a href="/core/">Core</a></li>
28+
<li>
29+
<a href="/core/">Core</a>
30+
<ul>
31+
<li><a href="/core/reset/">Reset</a></li>
32+
<li><a href="/core/settings/">Settings</a></li>
33+
<li><a href="/core/helpers/">Helpers</a></li>
34+
<li><a href="/core/base/">Base</a></li>
35+
<li><a href="/core/content/">Content</a></li>
36+
<li><a href="/core/layout/">Layout</a></li>
37+
<li><a href="/core/extras/">Extras</a></li>
38+
</ul>
39+
</li>
2940
<li><a href="/modules/">Modules</a></li>
3041
<li>
31-
<a href="/styleguide/">Style Guide</a>
42+
<a href="/styleguide/">Styleguide</a>
3243
<ul>
3344
<li><a href="/styleguide/basics/">Basics</a></li>
3445
<li><a href="/styleguide/sass-specific/">Sass-specific</a></li>

build/core/base/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
5+
<meta charset='utf-8'>
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
7+
<title>Core / Base - MVCSS</title>
8+
<meta content='MVCSS - A Sass-based CSS Architecture by Nick Walsh &amp; Drew Barontini.' name='description'>
9+
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300" media="screen" rel="stylesheet" type="text/css" />
10+
<link href="../../assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
11+
</head>
12+
<body class='core core_base core_base_index'>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Changelog (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<a href='/'><img width="100" height="110" src="../../assets/images/logo.svg" /></a>
21+
<b>MVCSS <span>Version 3.0.0</span></b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<ul>
27+
<li><a href="/">About</a></li>
28+
<li>
29+
<a href="/core/">Core</a>
30+
<ul class='is-section-active'>
31+
<li><a href="/core/reset/">Reset</a></li>
32+
<li><a href="/core/settings/">Settings</a></li>
33+
<li><a href="/core/helpers/">Helpers</a></li>
34+
<li><a class="is-active" href="/core/base/">Base</a></li>
35+
<li><a href="/core/content/">Content</a></li>
36+
<li><a href="/core/layout/">Layout</a></li>
37+
<li><a href="/core/extras/">Extras</a></li>
38+
</ul>
39+
</li>
40+
<li><a href="/modules/">Modules</a></li>
41+
<li>
42+
<a href="/styleguide/">Styleguide</a>
43+
<ul>
44+
<li><a href="/styleguide/basics/">Basics</a></li>
45+
<li><a href="/styleguide/sass-specific/">Sass-specific</a></li>
46+
<li><a href="/styleguide/naming/">Naming Conventions</a></li>
47+
</ul>
48+
</li>
49+
<li><a href="/library/">Library</a></li>
50+
<li><a href="/contribute/">Contribute</a></li>
51+
<li><a href="/creators/">Creators</a></li>
52+
</ul>
53+
</nav>
54+
</div>
55+
<div class='l-cell'>
56+
<h2>Base</h2>
57+
58+
<p>This section sets any base-level styles for tags, such as <code>p</code> or <code>h1</code>, beyond what&#39;s included in the reset or normalize. Text styles set here reflect the most common appearance of that tag in the design.</p>
59+
60+
<p><strong>Continue to</strong>: <a href="/core/content/">Core / Content &rarr;</a></p>
61+
</div>
62+
</body>
63+
</html>

build/core/content/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
5+
<meta charset='utf-8'>
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
7+
<title>Core / Content - MVCSS</title>
8+
<meta content='MVCSS - A Sass-based CSS Architecture by Nick Walsh &amp; Drew Barontini.' name='description'>
9+
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300" media="screen" rel="stylesheet" type="text/css" />
10+
<link href="../../assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
11+
</head>
12+
<body class='core core_content core_content_index'>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Changelog (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<a href='/'><img width="100" height="110" src="../../assets/images/logo.svg" /></a>
21+
<b>MVCSS <span>Version 3.0.0</span></b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<ul>
27+
<li><a href="/">About</a></li>
28+
<li>
29+
<a href="/core/">Core</a>
30+
<ul class='is-section-active'>
31+
<li><a href="/core/reset/">Reset</a></li>
32+
<li><a href="/core/settings/">Settings</a></li>
33+
<li><a href="/core/helpers/">Helpers</a></li>
34+
<li><a href="/core/base/">Base</a></li>
35+
<li><a class="is-active" href="/core/content/">Content</a></li>
36+
<li><a href="/core/layout/">Layout</a></li>
37+
<li><a href="/core/extras/">Extras</a></li>
38+
</ul>
39+
</li>
40+
<li><a href="/modules/">Modules</a></li>
41+
<li>
42+
<a href="/styleguide/">Styleguide</a>
43+
<ul>
44+
<li><a href="/styleguide/basics/">Basics</a></li>
45+
<li><a href="/styleguide/sass-specific/">Sass-specific</a></li>
46+
<li><a href="/styleguide/naming/">Naming Conventions</a></li>
47+
</ul>
48+
</li>
49+
<li><a href="/library/">Library</a></li>
50+
<li><a href="/contribute/">Contribute</a></li>
51+
<li><a href="/creators/">Creators</a></li>
52+
</ul>
53+
</nav>
54+
</div>
55+
<div class='l-cell'>
56+
<h2>Content</h2>
57+
58+
<p><strong>Continue to</strong>: <a href="/core/layout/">Core / Layout &rarr;</a></p>
59+
</div>
60+
</body>
61+
</html>

build/core/extras/index.html

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
5+
<meta charset='utf-8'>
6+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
7+
<title>MVCSS</title>
8+
<meta content='MVCSS - A Sass-based CSS Architecture by Nick Walsh &amp; Drew Barontini.' name='description'>
9+
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300" media="screen" rel="stylesheet" type="text/css" />
10+
<link href="../../assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
11+
</head>
12+
<body class='core core_extras core_extras_index'>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Changelog (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<a href='/'><img width="100" height="110" src="../../assets/images/logo.svg" /></a>
21+
<b>MVCSS <span>Version 3.0.0</span></b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<ul>
27+
<li><a href="/">About</a></li>
28+
<li>
29+
<a href="/core/">Core</a>
30+
<ul class='is-section-active'>
31+
<li><a href="/core/reset/">Reset</a></li>
32+
<li><a href="/core/settings/">Settings</a></li>
33+
<li><a href="/core/helpers/">Helpers</a></li>
34+
<li><a href="/core/base/">Base</a></li>
35+
<li><a href="/core/content/">Content</a></li>
36+
<li><a href="/core/layout/">Layout</a></li>
37+
<li><a class="is-active" href="/core/extras/">Extras</a></li>
38+
</ul>
39+
</li>
40+
<li><a href="/modules/">Modules</a></li>
41+
<li>
42+
<a href="/styleguide/">Styleguide</a>
43+
<ul>
44+
<li><a href="/styleguide/basics/">Basics</a></li>
45+
<li><a href="/styleguide/sass-specific/">Sass-specific</a></li>
46+
<li><a href="/styleguide/naming/">Naming Conventions</a></li>
47+
</ul>
48+
</li>
49+
<li><a href="/library/">Library</a></li>
50+
<li><a href="/contribute/">Contribute</a></li>
51+
<li><a href="/creators/">Creators</a></li>
52+
</ul>
53+
</nav>
54+
</div>
55+
<div class='l-cell'>
56+
<h2>Extras</h2>
57+
58+
<h3>Inbox</h3>
59+
60+
<p>Adding an inbox section to the bottom of your application file allows developers, and those not actively working on the CSS, to quickly add styles that are easily seen by the maintainer of the file.</p>
61+
62+
<h3>Compass</h3>
63+
64+
<p><a href="http://compass-style.org/">Compass</a> provides utilities and niceties to make your life easier. We use it, and we recommend that you give it a try. There&#39;s even a placeholder comment at the top of the application file that shows you where to put your imports for Compass.</p>
65+
</div>
66+
</body>
67+
</html>

0 commit comments

Comments
 (0)