Skip to content

Commit

Permalink
Change Fork me ribbon and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
yuraj11 committed Jan 9, 2024
1 parent dc694b7 commit b600759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion css/ribbons.min.css

This file was deleted.

14 changes: 2 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Android SVG to VectorDrawable</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ribbons.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="image_src" href="img/icon.png"/>
<link rel="icon" type="image/png" href="img/icon.png"/>

<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>

Expand Down Expand Up @@ -121,17 +115,13 @@ <h4 class="modal-title">Multiple SVG files (<span id="files-count"></span> files

<div class="container">
<footer>
&copy; 2020, Juraj Novák<br>
<small>| <a href="http://inloop.github.io/">other projects</a> |</small>
<a href="https://yuraj11.github.io">&copy; 2024 Juraj Novák</a><br>
<small>| <a href="https://github.com/inloop/svg2android">Fork me on GitHub</a> |</small>
</footer>
</div>

<input type="file" id="dropzone-dialog" style="opacity: 0;display:none">

<div class="ribbon right grey hidden-xs">
<a href="https://github.com/inloop/svg2android">Fork me on GitHub</a>
</div>

<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/cssjson.js"></script>
Expand Down

0 comments on commit b600759

Please sign in to comment.