Skip to content

Commit

Permalink
Removed bluescreen
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Sep 25, 2013
1 parent 7f62b3b commit b61740b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 87 deletions.
2 changes: 1 addition & 1 deletion assets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}

#examples h1, h2, h3, h4, h5, h6, p{
#examples {
white-space: nowrap;
margin-bottom: 8px;
}
Expand Down
38 changes: 0 additions & 38 deletions flags/1x1/zz.svg

This file was deleted.

40 changes: 0 additions & 40 deletions flags/4x3/zz.svg

This file was deleted.

23 changes: 15 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,27 @@
<meta name="author" content="">

<title>country-flag-icons</title>
<link href="./assets/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="./assets/docs.css" rel="stylesheet">
<link href="./css/country-flag-icons.css" rel="stylesheet">
</head>

<body>
<a href="https://github.com/lipis/country-flag-icons"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="jumbotron text-center">
<div class="container">
<h1>country-flag-icons</h1>
<p class="lead">
250+ svg based country flags!
<p>
CSS for svg based country flag icons!
</p>
<p class="lead">
<a class="btn btn-primary btn-lg">GitHub project</a>
<p>
<a href="https://github.com/lipis/country-flag-icons" class="btn btn-primary btn-lg">
<span class="icon-download-alt"></span>
Download
</a>
</p>
<p>
<iframe src="http://ghbtns.com/github-btn.html?user=lipis&type=follow"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=lipis&repo=country-flag-icons&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</p>
Expand Down Expand Up @@ -206,7 +209,11 @@ <h1>Examples (on any element)</h1>
</div>
<footer class="text-muted text-center">
<div class="container">
&copy; - country-flag-icons
<ul class="list-inline">
<li><a href="https://github.com/lipis/country-flag-icons">GitHub project</a></li>
<li><a href="https://github.com/lipis/country-flag-icons/issues">Issues</a></li>
</ul>

</div>
</footer>
<script src="http://localhost:35729/livereload.js"></script>
Expand Down

0 comments on commit b61740b

Please sign in to comment.