Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Jun 13, 2023
1 parent f410ea9 commit af84642
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 443 deletions.
68 changes: 0 additions & 68 deletions examples/arc.html

This file was deleted.

15 changes: 1 addition & 14 deletions examples/arcgrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="../dist/css/zumer.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../dist/css/zumer-ui.min.css" type="text/css" defer/>

<title>Radial grid layout - css only</title>
<title>Zumer CSS</title>
<style>
body {
font-family: 'Lucida Sans', Verdana, sans-serif;
Expand Down Expand Up @@ -69,11 +67,6 @@
<div class="arc"></div>
<div class="arc"></div>
</div>





</div>
</div>
<div class="col-sm-6">
Expand All @@ -93,12 +86,6 @@
<div class="item xs bg-primary" style="--item-number: 2; --angle: calc(-90 + var(--progress) * 3.6)"></div>
<div class="z-progress text-primary"></div>
</div>






</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions examples/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" defer/>
<title>Radial grid layout - css only</title>
<title>Zumer CSS</title>
<style>
body {
font-family: 'Lucida Sans', Verdana, sans-serif;
Expand Down
41 changes: 0 additions & 41 deletions examples/gradient.html

This file was deleted.

2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Examples</h2>
<li><a href="./watch.html">Watch</a></li>
<li><a href="./spread.html">Spread</a></li>
<li><a href="./form.html">Form</a></li>
<li><a href="./arc.html">arc</a></li>
<li><a href="./arcgrid.html">arc</a></li>
</ul>
</body>
</html>
Loading

0 comments on commit af84642

Please sign in to comment.