forked from swup/swup-gia-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-swup.html
37 lines (37 loc) · 2.15 KB
/
about-swup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en" class="is-animating">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About swup</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="./assets/main.css">
</head>
<body>
<header class="header">
<ul>
<li><a class="u-color-blue" href="https://github.com/gmrchk/swup/">Swup</a> <br> <a class="github-button" href="https://github.com/gmrchk/swup" data-icon="octicon-star" data-show-count="true" aria-label="Star gmrchk/swup on GitHub">Star</a></li>
<li><a class="u-color-purple" href="https://github.com/giantcz/gia">Gia</a> <br> <a class="github-button" href="https://github.com/giantcz/gia" data-icon="octicon-star" data-show-count="true" aria-label="Star giantcz/gia on GitHub">Star</a></li>
<li><a href="https://github.com/gmrchk/swup-gia-demo">Source</a> <br> <a class="github-button" href="https://github.com/gmrchk/swup-gia-demo/fork" data-icon="octicon-repo-forked" aria-label="Fork gmrchk/swup-gia-demo on GitHub">Fork</a></li>
</ul>
</header>
<main class="wrapper transition-fade" id="swup">
<div class="wrapper-inner">
<h1 g-component="SeparateText">About swup</h1>
<ul>
<li>Makes creating transitions between website pages ridiculously easy (it's beginner friendly too).</li>
<li>Allows to replace any blocks on the page.</li>
<li>Has events to control everything else on the page.</li>
<li>Takes care of timing</li>
<li>Takes care of browser history</li>
<li>much more...</li>
</ul>
<a href="./index.html" class="button button--blue-border button--fade">Back</a>
<a href="https://github.com/gmrchk/swup" class="button button--blue button--fade">Repo</a>
</div>
</main>
<script src="./assets/app.js"></script>
</body>
</html>