Skip to content

Commit a4e563b

Browse files
committed
Site + Readme
1 parent cb59b8b commit a4e563b

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<h1>ZephyrJS</h1>
2-
3-
<p>An expansion on PixiJS to provide the tools you need to quickly develop games and interactive content.</p>
2+
<p><b>Expands PixiJS for easy game development!</b></p>
3+
<p>Links <a href="https://github.com/OttCS/zephyrjs" title="Check out the github page for downloads, documentation, and more!">Github</a> <a href="https://ottcs.netlify.app" title="Check out my portfolio!">OttCS</a></p>
4+
<p>Demos <a href="https://github.com/OttCS/ZephyrJS/discussions/categories/show-and-tell">Show and Tell</a></p>
5+
<p>Want to show off your demo? Go to the "Show and Tell" link and start a discussion!</p>
46

57
<h2>Tell Me Why</h2>
68

index.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>ZephyrJS | Home</title>
66
<style>
77
* {
8-
margin: 0;
8+
margin: 4px 0;
99
padding: 0;
1010
font-family: 'consolas', monospace;
1111
color: #fff;
@@ -18,7 +18,7 @@
1818

1919
body {
2020
width: calc(100% - 40px);
21-
padding: 20px;
21+
padding: 16px 20px;
2222
}
2323

2424
h1,
@@ -30,14 +30,31 @@
3030
.b {
3131
font-weight: 600;
3232
}
33+
34+
p {
35+
font-size: 16px;
36+
line-height: 24px;
37+
}
38+
39+
a {
40+
text-decoration: none;
41+
border-radius: 4px;
42+
margin-left: 12px;
43+
padding: 0px 4px;
44+
border: 2px solid #ccc;
45+
}
46+
a:hover {
47+
background: #ccc;
48+
}
3349
</style>
3450
</head>
3551

3652
<body>
3753
<h1>ZephyrJS</h1>
38-
<p class="b">Built to extend upon PixiJS!</p>
39-
<p>Links: <a href="dev/flappy-clone/index.html">Flappy Clone</a></p>
40-
<p>Links: <a href="dev/mouse-tracking/index.html">Mouse Testing</a></p>
54+
<p><b>Expands PixiJS for easy game development!</b></p>
55+
<p>Links <a href="https://github.com/OttCS/zephyrjs" title="Check out the github page for downloads, documentation, and more!">Github</a> <a href="https://ottcs.netlify.app" title="Check out my portfolio!">OttCS</a></p>
56+
<p>Demos <a href="https://github.com/OttCS/ZephyrJS/discussions/categories/show-and-tell">Show and Tell</a> <a href="dev/flappy-clone/index.html">Flappy Clone</a> <a href="dev/mouse-tracking/index.html">Mouse Testing</a></p>
57+
<p>Want to show off your demo? Go to the "Show and Tell" link and start a discussion!</p>
4158
</body>
4259

4360
</html>

0 commit comments

Comments
 (0)