Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from degouville/update_cdn_and_templates
Browse files Browse the repository at this point in the history
Add prefix
  • Loading branch information
degouville authored Aug 13, 2017
2 parents 61bbf36 + f17cf21 commit c4d1169
Show file tree
Hide file tree
Showing 24 changed files with 45 additions and 23 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
</head>

<body>
<h1>Hello, world!</h1>


<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion snippets/template/album.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:album</tabTrigger>
<tabTrigger>b4:template:album</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/blog.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:blog</tabTrigger>
<tabTrigger>b4:template:blog</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/carousel.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:carousel</tabTrigger>
<tabTrigger>b4:template:carousel</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/cdn.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
]]></content>
<tabTrigger>template:cdn</tabTrigger>
<tabTrigger>b4:template:cdn</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/cdn_css.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
]]></content>
<tabTrigger>template:cdn_css</tabTrigger>
<tabTrigger>b4:template:cdn_css</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/cdn_js.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
]]></content>
<tabTrigger>template:cdn_js</tabTrigger>
<tabTrigger>b4:template:cdn_js</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/cover.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:cover</tabTrigger>
<tabTrigger>b4:template:cover</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/dashboard.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:dashboard</tabTrigger>
<tabTrigger>b4:template:dashboard</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/grids.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:grids</tabTrigger>
<tabTrigger>b4:template:grids</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/html5.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:html5</tabTrigger>
<tabTrigger>b4:template:html5</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/jumbotron.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
</html>
]]></content>
<tabTrigger>template:jumbotron</tabTrigger>
<tabTrigger>b4:template:jumbotron</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/jutified_nav.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:justified_nav</tabTrigger>
<tabTrigger>b4:template:justified_nav</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/local_css.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="$1/css/bootstrap.css">
]]></content>
<tabTrigger>template:local_css</tabTrigger>
<tabTrigger>b4:template:local_css</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/local_js.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<script src="$1/js/jquery.min.js"></script>
<script src="$1/js/bootstrap.js"></script>
]]></content>
<tabTrigger>template:local_js</tabTrigger>
<tabTrigger>b4:template:local_js</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/narrow_jumbotron.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:narrow_jumbotron</tabTrigger>
<tabTrigger>b4:template:narrow_jumbotron</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/navbar_top.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:navbar_top</tabTrigger>
<tabTrigger>b4:template:navbar_top</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/navbar_top_fixed.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:navba_top_fixed</tabTrigger>
<tabTrigger>b4:template:navba_top_fixed</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/navbars.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:navbars</tabTrigger>
<tabTrigger>b4:template:navbars</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/offcanvas.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
</html>
]]></content>
<tabTrigger>template:offcanvas</tabTrigger>
<tabTrigger>b4:template:offcanvas</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/sign_in.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:sign_in</tabTrigger>
<tabTrigger>b4:template:sign_in</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/starter.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:starter</tabTrigger>
<tabTrigger>b4:template:starter</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/sticky_footer+navbar.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:sticky_footer+navbar</tabTrigger>
<tabTrigger>b4:template:sticky_footer+navbar</tabTrigger>
</snippet>
2 changes: 1 addition & 1 deletion snippets/template/sticky_footer.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
</body>
</html>
]]></content>
<tabTrigger>template:sticky_footer</tabTrigger>
<tabTrigger>b4:template:sticky_footer</tabTrigger>
</snippet>

0 comments on commit c4d1169

Please sign in to comment.