-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
about-gia.html
33 lines (33 loc) · 2.04 KB
/
about-gia.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
<!DOCTYPE html>
<html lang="en">
<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 Gia</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/swup/js-plugin/">JS-plugin</a> <br> <a class="github-button" href="https://github.com/swup/js-plugin" data-icon="octicon-star" data-show-count="true" aria-label="Star swup/js-plugin 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/swupjs-gia-demo">Source</a> <br> <a class="github-button" href="https://github.com/gmrchk/swupjs-gia-demo/fork" data-icon="octicon-repo-forked" aria-label="Fork gmrchk/swupjs-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 Gia</h1>
<p g-component="SeparateText" g-options='{"delay": 0.01}'>
Minimalistic, component-based JavaScript framework for server rendered websites. 2.68 Kb minified gzipped with all it’s parts loaded with a script tag.
Gives you super powers and repels spaghetti code.
</p>
<a href="./index.html" class="button button--purple-border button--fade">Back</a>
<a href="https://github.com/giantcz/gia" class="button button--purple button--fade">Repo</a>
</div>
</main>
<script src="./assets/app.js"></script>
</body>
</html>