Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions package.js

This file was deleted.

2 changes: 1 addition & 1 deletion pug/about/about_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="header">Material Design</h2>
along with innovation and technology. Google's goal is to develop a system of design that allows for a unified user experience
across all their products on any platform.</p>
<div class="video-container">
<iframe width="853" height="480" src="//www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="853" height="480" src="https://www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="section">
<h3 class="header light">Principles</h3>
Expand Down
18 changes: 3 additions & 15 deletions pug/getting_started/getting_started_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ <h5>NPM</h5>
</div>
<div class="col s12">
<br>
<h5>Bower</h5>
<p>You can also get the latest release using Bower. This release contains source files as well as the compiled CSS and JavaScript files (<strong><a href="//bower.io/blog/2017/how-to-migrate-away-from-bower/">Bower is deprecated</a></strong>).</p>
<h5>Yarn</h5>
<p>Since <strong><a href="https://bower.io/blog/2017/how-to-migrate-away-from-bower/">Bower is deprecated</a></strong>, you can get the latest release using yarn as your favorite package manager.</p>
<pre><code class="language-bash">
bower install materialize
yarn add @materializecss/materialize
</code></pre>
</div>
</div>
Expand Down Expand Up @@ -179,18 +179,6 @@ <h5>Ruby Gem</h5>
<pre><code class="language-bash">
gem 'materialize-sass'
</code></pre>
<h5>Meteor Package</h5>
<pre><code class="language-bash">
meteor add materialize:materialize
</code></pre>
<h5>Ember Package</h5>
<pre><code class="language-bash">
# install via npm
$ npm install ember-cli-materialize --save-dev
# make ember-cli fetch internal dependencies
$ ember g ember-cli-materialize
</code></pre>

</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions pug/page-contents/media-css_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ <h3 class="header">Videos</h3>
<h5>Responsive Embeds</h5>
<p>To make your embeds responsive, merely wrap them with a containing div which has the class <code class="language-markup">video-container</code></p>
<div class="video-container">
<iframe width="853" height="480" src="//www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="853" height="480" src="https://www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<pre><code class="language-markup">
&lt;div class="video-container">
&lt;iframe width="853" height="480" src="//www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen>&lt;/iframe>
&lt;iframe width="853" height="480" src="https://www.youtube.com/embed/Q8TXgCzxEnw?rel=0" frameborder="0" allowfullscreen>&lt;/iframe>
&lt;/div>
</code></pre>

Expand Down