Skip to content

Commit 2a76daa

Browse files
committed
Built the new site after the addiotion of SVG
1 parent 8420181 commit 2a76daa

File tree

7 files changed

+32
-5
lines changed

7 files changed

+32
-5
lines changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-DdMwtyO7.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/assets/index-QYlB2I7g.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<meta property="og:url" content="https://foss.gecskp.ac.in/" />
2323
<meta property="og:type" content="website" />
2424
<title>FOSS Club</title>
25-
<script type="module" crossorigin src="/assets/index-C81hoqjS.js"></script>
26-
<link rel="stylesheet" crossorigin href="/assets/index-DdMwtyO7.css">
25+
<script type="module" crossorigin src="/assets/index-CnRUnwxB.js"></script>
26+
<link rel="stylesheet" crossorigin href="/assets/index-QYlB2I7g.css">
2727
</head>
2828
<body>
2929
<div id="app"></div>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@keyframes play90 {
2+
0% {
3+
background-position: 0px 0px;
4+
}
5+
100% {
6+
background-position: -126720px 0px;
7+
}
8+
}
9+
.shapeshifter {
10+
animation-duration: 1500ms;
11+
animation-timing-function: steps(90);
12+
width: 1408px;
13+
height: 729px;
14+
background-repeat: no-repeat;
15+
}
16+
.shapeshifter.play {
17+
animation-name: play90;
18+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<link rel="stylesheet" type="text/css" href="sprite_60fps.css"/>
4+
</head>
5+
<body>
6+
<div class="shapeshifter play" style="background-image: url(sprite_60fps.svg)"></div>
7+
</body>
8+
</html>

dist/maker-crystal/sprite_60fps.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)