Skip to content

Commit 02e7a49

Browse files
committed
Fix indentation in the layout file
1 parent 6f31c9c commit 02e7a49

File tree

9 files changed

+444
-436
lines changed

9 files changed

+444
-436
lines changed

build/contribute/index.html

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
11
<!DOCTYPE html>
2-
<html lang='en'></html>
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>Contribute - 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>
13-
<div class='l-controls'>
14-
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15-
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16-
</div>
17-
<div class='l-sidebar'>
18-
<header class='l-header'>
19-
<div class='c-logo'>
20-
<img width="100" height="110" src="../assets/images/logo.svg" />
21-
<b>MVCSS</b>
22-
</div>
23-
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24-
</header>
25-
<nav class='l-nav'>
26-
<a href="/">About</a>
27-
<a href="/core/">Core</a>
28-
<a href="/modules/">Modules</a>
29-
<a href="/styleguide/">Style Guide</a>
30-
<a href="/library/">Library</a>
31-
<a class="is-active" href="/contribute/">Contribute</a>
32-
<a href="/creators/">Creators</a>
33-
</nav>
34-
</div>
35-
<div class='l-cell'>
36-
<h1>Contribute</h1>
37-
38-
<p>Our <a href="https://github.com/mvcss/mvcss">base project setup</a> is available on GitHub.</p>
39-
40-
<p>Want to contribute? We love pull requests and comments.</p>
41-
</div>
42-
</body>
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>Contribute - 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>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<img width="100" height="110" src="../assets/images/logo.svg" />
21+
<b>MVCSS</b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<a href="/">About</a>
27+
<a href="/core/">Core</a>
28+
<a href="/modules/">Modules</a>
29+
<a href="/styleguide/">Style Guide</a>
30+
<a href="/library/">Library</a>
31+
<a class="is-active" href="/contribute/">Contribute</a>
32+
<a href="/creators/">Creators</a>
33+
</nav>
34+
</div>
35+
<div class='l-cell'>
36+
<h1>Contribute</h1>
37+
38+
<p>Our <a href="https://github.com/mvcss/mvcss">base project setup</a> is available on GitHub.</p>
39+
40+
<p>Want to contribute? We love pull requests and comments.</p>
41+
</div>
42+
</body>
43+
</html>

build/core/index.html

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
11
<!DOCTYPE html>
2-
<html lang='en'></html>
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 - 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>
13-
<div class='l-controls'>
14-
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15-
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16-
</div>
17-
<div class='l-sidebar'>
18-
<header class='l-header'>
19-
<div class='c-logo'>
20-
<img width="100" height="110" src="../assets/images/logo.svg" />
21-
<b>MVCSS</b>
22-
</div>
23-
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24-
</header>
25-
<nav class='l-nav'>
26-
<a href="/">About</a>
27-
<a class="is-active" href="/core/">Core</a>
28-
<a href="/modules/">Modules</a>
29-
<a href="/styleguide/">Style Guide</a>
30-
<a href="/library/">Library</a>
31-
<a href="/contribute/">Contribute</a>
32-
<a href="/creators/">Creators</a>
33-
</nav>
34-
</div>
35-
<div class='l-cell'>
36-
<h1>Core</h1>
37-
38-
<h2>Reset / Normalize</h2>
39-
40-
<p>As long as the project size warrants it, we always get things started with a style reset. <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Meyer&#39;s Reset CSS</a> is still our favorite, but alternatives like <a href="http://necolas.github.io/normalize.css/">Normalize.css</a> are easily interchangeable.</p>
41-
42-
<h2>Settings</h2>
43-
44-
<p>The settings partial centers on reusable utilities - @font-face declarations, variables, mixins, classes to be used with placeholder selectors, and keyframe animations. Grouping everything into one file allows newcomers to the project the means to find out what&#39;s available to them quickly.</p>
45-
46-
<h2>Base</h2>
47-
48-
<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 nomalize. Text styles set here reflect the most common appearance of that tag in the design.</p>
49-
50-
<h2>Inbox</h2>
51-
52-
<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>
53-
54-
<h2>Compass</h2>
55-
56-
<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>
57-
</div>
58-
</body>
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 - 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>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<img width="100" height="110" src="../assets/images/logo.svg" />
21+
<b>MVCSS</b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<a href="/">About</a>
27+
<a class="is-active" href="/core/">Core</a>
28+
<a href="/modules/">Modules</a>
29+
<a href="/styleguide/">Style Guide</a>
30+
<a href="/library/">Library</a>
31+
<a href="/contribute/">Contribute</a>
32+
<a href="/creators/">Creators</a>
33+
</nav>
34+
</div>
35+
<div class='l-cell'>
36+
<h1>Core</h1>
37+
38+
<h2>Reset / Normalize</h2>
39+
40+
<p>As long as the project size warrants it, we always get things started with a style reset. <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Meyer&#39;s Reset CSS</a> is still our favorite, but alternatives like <a href="http://necolas.github.io/normalize.css/">Normalize.css</a> are easily interchangeable.</p>
41+
42+
<h2>Settings</h2>
43+
44+
<p>The settings partial centers on reusable utilities - @font-face declarations, variables, mixins, classes to be used with placeholder selectors, and keyframe animations. Grouping everything into one file allows newcomers to the project the means to find out what&#39;s available to them quickly.</p>
45+
46+
<h2>Base</h2>
47+
48+
<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 nomalize. Text styles set here reflect the most common appearance of that tag in the design.</p>
49+
50+
<h2>Inbox</h2>
51+
52+
<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>
53+
54+
<h2>Compass</h2>
55+
56+
<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>
57+
</div>
58+
</body>
59+
</html>

build/creators/index.html

Lines changed: 47 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,48 @@
11
<!DOCTYPE html>
2-
<html lang='en'></html>
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>Creators - 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>
13-
<div class='l-controls'>
14-
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15-
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16-
</div>
17-
<div class='l-sidebar'>
18-
<header class='l-header'>
19-
<div class='c-logo'>
20-
<img width="100" height="110" src="../assets/images/logo.svg" />
21-
<b>MVCSS</b>
22-
</div>
23-
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24-
</header>
25-
<nav class='l-nav'>
26-
<a href="/">About</a>
27-
<a href="/core/">Core</a>
28-
<a href="/modules/">Modules</a>
29-
<a href="/styleguide/">Style Guide</a>
30-
<a href="/library/">Library</a>
31-
<a href="/contribute/">Contribute</a>
32-
<a class="is-active" href="/creators/">Creators</a>
33-
</nav>
34-
</div>
35-
<div class='l-cell'>
36-
<h1>The Creators</h1>
37-
38-
<p><img alt="Drew Barontini" src="../assets/images/drew.png" />
39-
<img alt="Nick Walsh" src="../assets/images/nick.png" /></p>
40-
41-
<p><a href="https://twitter.com/drewbarontini">Drew Barontini</a> and <a href="https://twitter.com/nickawalsh">Nick Walsh</a> are front-end devs at Orlando-based <a href="http://envylabs.com/">Envy Labs</a> and <a href="http://www.codeschool.com/">Code School</a>. Both are adamant about alphabetizing properties, keeping personal effects at right angles, and unfortunately don&#39;t sport (or attempt to) the above facial hair.</p>
42-
43-
<h2>Workshop</h2>
44-
45-
<p>Interested in learning how to tackle modern applications, keep your styles maintainable, and employ a number of common patterns? We&#39;re running a day-long workshop at this year&#39;s <a href="http://frontenddesignconference.com/">Front-End Design Conference in St. Petersburg</a>, FL. Space is limited!</p>
46-
</div>
47-
</body>
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>Creators - 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>
13+
<div class='l-controls'>
14+
<a class='btn' href='https://github.com/mvcss/mvcss'>View Code &rarr;</a>
15+
<p><a href="/status/">Change Log (v3.0.0)</a></p>
16+
</div>
17+
<div class='l-sidebar'>
18+
<header class='l-header'>
19+
<div class='c-logo'>
20+
<img width="100" height="110" src="../assets/images/logo.svg" />
21+
<b>MVCSS</b>
22+
</div>
23+
<p class='c-tagline'>A Sass-based CSS Architecture</p>
24+
</header>
25+
<nav class='l-nav'>
26+
<a href="/">About</a>
27+
<a href="/core/">Core</a>
28+
<a href="/modules/">Modules</a>
29+
<a href="/styleguide/">Style Guide</a>
30+
<a href="/library/">Library</a>
31+
<a href="/contribute/">Contribute</a>
32+
<a class="is-active" href="/creators/">Creators</a>
33+
</nav>
34+
</div>
35+
<div class='l-cell'>
36+
<h1>The Creators</h1>
37+
38+
<p><img alt="Drew Barontini" src="../assets/images/drew.png" />
39+
<img alt="Nick Walsh" src="../assets/images/nick.png" /></p>
40+
41+
<p><a href="https://twitter.com/drewbarontini">Drew Barontini</a> and <a href="https://twitter.com/nickawalsh">Nick Walsh</a> are front-end devs at Orlando-based <a href="http://envylabs.com/">Envy Labs</a> and <a href="http://www.codeschool.com/">Code School</a>. Both are adamant about alphabetizing properties, keeping personal effects at right angles, and unfortunately don&#39;t sport (or attempt to) the above facial hair.</p>
42+
43+
<h2>Workshop</h2>
44+
45+
<p>Interested in learning how to tackle modern applications, keep your styles maintainable, and employ a number of common patterns? We&#39;re running a day-long workshop at this year&#39;s <a href="http://frontenddesignconference.com/">Front-End Design Conference in St. Petersburg</a>, FL. Space is limited!</p>
46+
</div>
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)