Navigation Menu

Skip to content

Commit

Permalink
Deploy to GitHub Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Apr 14, 2019
1 parent 8bfafc5 commit 246ce0f
Show file tree
Hide file tree
Showing 4 changed files with 7,152 additions and 13 deletions.
7,049 changes: 7,046 additions & 3 deletions application.min.css

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions application.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion application.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions index.html
Expand Up @@ -16,30 +16,30 @@


<div class="cookie-policy"> <div class="cookie-policy">
<div class="container"> <div class="container">
This is a cookie policy click <a class="cookie-policy--close">here</a> to close it. This is a cookie policy click <a class="cookie-policy--close" href="#close-cookie-policy">here</a> to close it.
</div> </div>
</div> </div>


<nav class="navbar navbar-inverse navbar-fixed-top"> <nav class="navbar navbar-expand-md navbar-dark fixed-top">
<div class="container"> <div class="container">
<a class="navbar-brand" href="">Project name</a> <a class="navbar-brand" href="">Project name</a>
</div> </div>
</nav> </nav>


<div class="jumbotron"> <div class="jumbotron">
<div class="container"> <div class="container">
<h1>Hello, world!</h1> <h1 class="display-3">Hello, world!</h1>
<p> <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p> </p>
<p> <p>
<a class="btn btn-primary btn-lg" href="https://github.com/marcomontalbano/an-introduction-to-frontend-for-beginners" target="_blank"> <a class="btn btn-primary btn-lg" href="https://github.com/marcomontalbano/an-introduction-to-frontend" target="_blank">
<svg height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"> <svg height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path> <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg> </svg>
</a> </a>
<a class="btn btn-primary btn-lg" href="https://speakerdeck.com/marcomontalbano/an-introduction-to-frontend-for-beginners-2018-edition" target="_blank">Slides &raquo;</a> <a class="btn btn-primary btn-lg" href="https://speakerdeck.com/marcomontalbano/an-introduction-to-frontend-2019-edition" target="_blank">Slides &raquo;</a>
</p> </p>
</div> </div>
</div> </div>
Expand All @@ -51,24 +51,24 @@ <h1>Hello, world!</h1>
<div class="article col-sm-6 col-md-4" data-article-id="{{id}}"> <div class="article col-sm-6 col-md-4" data-article-id="{{id}}">
<h2>{{title}}</h2> <h2>{{title}}</h2>
<p> <p>
<img class="img-responsive" src="{{picture}}" /> <img class="img-fluid" src="{{picture}}" />
</p> </p>
<p> <p>
<span class="label label-primary">{{tag}}</span> <span class="badge badge-primary">{{tag}}</span>
</p> </p>
<p> <p>
{{plot}} {{plot}}
</p> </p>
<p> <p>
<a class="article--like btn btn-default {{#if like}}btn-success{{/if}}" href="#">like</a> <a class="article--like btn {{#if like}}btn-success{{/if}}" href="#">like</a>
</p> </p>
</div> </div>
</script> </script>


<hr> <hr>


<footer> <footer>
<p>&copy; 2018 Company, Inc. </p> <p>&copy; 2019 Company, Inc. </p>
</footer> </footer>
</div> </div>


Expand Down

0 comments on commit 246ce0f

Please sign in to comment.