Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit b0c90bf

Browse files
committed
Initial Import.
0 parents  commit b0c90bf

File tree

134 files changed

+18080
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+18080
-0
lines changed

.gitignore

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
*.pid.lock
13+
14+
# Directory for instrumented libs generated by jscoverage/JSCover
15+
lib-cov
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# nyc test coverage
21+
.nyc_output
22+
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24+
.grunt
25+
26+
# Bower dependency directory (https://bower.io/)
27+
bower_components
28+
29+
# node-waf configuration
30+
.lock-wscript
31+
32+
# Compiled binary addons (http://nodejs.org/api/addons.html)
33+
build/Release
34+
35+
# Dependency directories
36+
node_modules/
37+
jspm_packages/
38+
39+
# Typescript v1 declaration files
40+
typings/
41+
42+
# Optional npm cache directory
43+
.npm
44+
45+
# Optional eslint cache
46+
.eslintcache
47+
48+
# Optional REPL history
49+
.node_repl_history
50+
51+
# Output of 'npm pack'
52+
*.tgz
53+
54+
# dotenv environment variables file
55+
.env
56+
57+
# gatsby files
58+
.cache/
59+
public
60+
61+
# Mac files
62+
.DS_Store
63+
64+
# Yarn
65+
yarn-error.log
66+
.pnp/
67+
.pnp.js
68+
# Yarn Integrity file
69+
.yarn-integrity

docs/404.html

+2
Large diffs are not rendered by default.

docs/404/index.html

+2
Large diffs are not rendered by default.

docs/app-73be7ac2fc154abd30b2.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*!
2+
* domready (c) Dustin Diaz 2014 - License MIT
3+
* ie10 fix - Mikael Kristiansson 2019
4+
*/

docs/app-73be7ac2fc154abd30b2.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/chunk-map.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"polyfill":["/polyfill-5acc46d2c6294ee52fa0.js"],"app":["/app-73be7ac2fc154abd30b2.js"],"component---src-pages-404-js":["/component---src-pages-404-js-04860d28acea1f4ec177.js"],"component---src-pages-index-js":["/component---src-pages-index-js-d06654d02de100ffb10d.js"]}

docs/commons-9297060debce62944754.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
Copyright (c) 2017 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/

docs/commons-9297060debce62944754.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/component---src-pages-404-js-04860d28acea1f4ec177.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/component---src-pages-404-js-04860d28acea1f4ec177.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/component---src-pages-index-js-d06654d02de100ffb10d.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/component---src-pages-index-js-d06654d02de100ffb10d.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/framework-d585a04b7d285a7760d6.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/** @license React v0.19.1
2+
* scheduler.production.min.js
3+
*
4+
* Copyright (c) Facebook, Inc. and its affiliates.
5+
*
6+
* This source code is licensed under the MIT license found in the
7+
* LICENSE file in the root directory of this source tree.
8+
*/
9+
10+
/** @license React v16.14.0
11+
* react-dom.production.min.js
12+
*
13+
* Copyright (c) Facebook, Inc. and its affiliates.
14+
*
15+
* This source code is licensed under the MIT license found in the
16+
* LICENSE file in the root directory of this source tree.
17+
*/
18+
19+
/** @license React v16.14.0
20+
* react.production.min.js
21+
*
22+
* Copyright (c) Facebook, Inc. and its affiliates.
23+
*
24+
* This source code is licensed under the MIT license found in the
25+
* LICENSE file in the root directory of this source tree.
26+
*/

docs/framework-d585a04b7d285a7760d6.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+2
Large diffs are not rendered by default.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"componentChunkName":"component---src-pages-404-js","path":"/404.html","result":{"pageContext":{}},"staticQueryHashes":["3649515864"]}

docs/page-data/404/page-data.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"componentChunkName":"component---src-pages-404-js","path":"/404/","result":{"pageContext":{}},"staticQueryHashes":["3649515864"]}

docs/page-data/app-data.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"webpackCompilationHash":"0c27364e2400188d8ec2"}

docs/page-data/index/page-data.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"componentChunkName":"component---src-pages-index-js","path":"/","result":{"pageContext":{}},"staticQueryHashes":["3649515864"]}

docs/page-data/sq/d/1132682437.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"data":{"placeholderImage":null}}

docs/page-data/sq/d/3649515864.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"data":{"site":{"siteMetadata":{"title":"Pixel Vision 8 - a next generation 8-bit fantasy game console"}}}}

docs/polyfill-5acc46d2c6294ee52fa0.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfill-5acc46d2c6294ee52fa0.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/pv8-chips-fcd2baf5c72e22bb4a3d16ff5a11f2f2.svg

+157
Loading
Loading
Loading

docs/styles-e9d24b1846c7d6eb9685.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles-e9d24b1846c7d6eb9685.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles.9c9d106063f430273f45.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/webpack-runtime-8bd1d2c6018ad66530a1.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/webpack-runtime-8bd1d2c6018ad66530a1.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/webpack.stats.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"errors":[],"warnings":[],"namedChunkGroups":{"polyfill":{"chunks":[2,0,7],"assets":["webpack-runtime-8bd1d2c6018ad66530a1.js","webpack-runtime-8bd1d2c6018ad66530a1.js.map","commons-9297060debce62944754.js","commons-9297060debce62944754.js.map","polyfill-5acc46d2c6294ee52fa0.js","polyfill-5acc46d2c6294ee52fa0.js.map"],"children":{},"childAssets":{}},"app":{"chunks":[2,6,0,3],"assets":["webpack-runtime-8bd1d2c6018ad66530a1.js","webpack-runtime-8bd1d2c6018ad66530a1.js.map","framework-d585a04b7d285a7760d6.js","framework-d585a04b7d285a7760d6.js.map","commons-9297060debce62944754.js","commons-9297060debce62944754.js.map","app-73be7ac2fc154abd30b2.js","app-73be7ac2fc154abd30b2.js.map"],"children":{},"childAssets":{}},"component---src-pages-404-js":{"chunks":[1,0,4],"assets":["styles.9c9d106063f430273f45.css","styles-e9d24b1846c7d6eb9685.js","styles-e9d24b1846c7d6eb9685.js.map","commons-9297060debce62944754.js","commons-9297060debce62944754.js.map","component---src-pages-404-js-04860d28acea1f4ec177.js","component---src-pages-404-js-04860d28acea1f4ec177.js.map"],"children":{},"childAssets":{}},"component---src-pages-index-js":{"chunks":[1,0,5],"assets":["styles.9c9d106063f430273f45.css","styles-e9d24b1846c7d6eb9685.js","styles-e9d24b1846c7d6eb9685.js.map","commons-9297060debce62944754.js","commons-9297060debce62944754.js.map","component---src-pages-index-js-d06654d02de100ffb10d.js","component---src-pages-index-js-d06654d02de100ffb10d.js.map"],"children":{},"childAssets":{}}},"assetsByChunkName":{"polyfill":["webpack-runtime-8bd1d2c6018ad66530a1.js","commons-9297060debce62944754.js","polyfill-5acc46d2c6294ee52fa0.js"],"app":["webpack-runtime-8bd1d2c6018ad66530a1.js","framework-d585a04b7d285a7760d6.js","commons-9297060debce62944754.js","app-73be7ac2fc154abd30b2.js"],"component---src-pages-404-js":["styles.9c9d106063f430273f45.css","styles-e9d24b1846c7d6eb9685.js","commons-9297060debce62944754.js","component---src-pages-404-js-04860d28acea1f4ec177.js"],"component---src-pages-index-js":["styles.9c9d106063f430273f45.css","styles-e9d24b1846c7d6eb9685.js","commons-9297060debce62944754.js","component---src-pages-index-js-d06654d02de100ffb10d.js"]}}

site/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dev:
2+
npm run develop
3+
pretty:
4+
npm run format

site/gatsby-config.js

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
module.exports = {
2+
siteMetadata: {
3+
title: 'Pixel Vision 8 - a next generation 8-bit fantasy game console',
4+
},
5+
plugins: [
6+
{
7+
resolve: `gatsby-plugin-sass`,
8+
options: {
9+
postCssPlugins: [
10+
require('tailwindcss')('./tailwind.config.js'),
11+
require('autoprefixer')
12+
],
13+
},
14+
15+
},
16+
`gatsby-transformer-sharp`,
17+
`gatsby-plugin-sharp`,
18+
'gatsby-plugin-react-helmet',
19+
{
20+
resolve: `gatsby-source-filesystem`,
21+
options: {
22+
name: `images`,
23+
path: `${__dirname}/src/images`,
24+
},
25+
},
26+
],
27+
pathPrefix: "/PixelVision8Website"
28+
}

site/package.json

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"name": "pixel-vision8-website",
3+
"description": "Official website for Pixel Vision 8.",
4+
"version": "1.0.0",
5+
"author": "Pixel Vision 8 <[email protected]>",
6+
"dependencies": {
7+
"aos": "^2.3.4",
8+
"classnames": "^2.2.6",
9+
"clsx": "^1.1.1",
10+
"cruip-js-toolkit": "^1.0.1",
11+
"gatsby": "^2.29.0",
12+
"gatsby-cli": "^2.16.1",
13+
"gatsby-image": "^2.4.17",
14+
"gatsby-plugin-feed": "^2.5.11",
15+
"gatsby-plugin-google-analytics": "^2.3.13",
16+
"gatsby-plugin-manifest": "^2.4.28",
17+
"gatsby-plugin-offline": "^3.2.27",
18+
"gatsby-plugin-react-helmet": "^3.3.10",
19+
"gatsby-plugin-sass": "^2.3.12",
20+
"gatsby-plugin-sharp": "^2.6.32",
21+
"gatsby-plugin-typography": "^2.5.10",
22+
"gatsby-remark-copy-linked-files": "^2.3.14",
23+
"gatsby-source-filesystem": "^2.8.0",
24+
"gatsby-transformer-remark": "^2.8.33",
25+
"gatsby-transformer-sharp": "^2.5.14",
26+
"gh-pages": "^3.1.0",
27+
"node-sass": "^4.10.0",
28+
"prop-types": "^15.6.2",
29+
"react": "^16.6.3",
30+
"react-dom": "^16.6.3",
31+
"react-helmet": "^5.2.0",
32+
"react-rotating-text": "^1.4.1",
33+
"react-router-dom": "^5.2.0",
34+
"react-transition-group": "^4.4.1",
35+
"yarn": "^1.22.10"
36+
},
37+
"keywords": [
38+
"gatsby",
39+
"tailwind",
40+
"SASS",
41+
"purgeCSS"
42+
],
43+
"license": "MIT",
44+
"scripts": {
45+
"build": "gatsby build",
46+
"develop": "gatsby develop",
47+
"format": "prettier --write \"src/**/*.{js,scss}\"",
48+
"test": "echo \"Error: no test specified\" && exit 1",
49+
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
50+
},
51+
"devDependencies": {
52+
"@tailwindcss/custom-forms": "^0.2.1",
53+
"prettier": "^1.15.2",
54+
"tailwindcss": "1.2.0"
55+
},
56+
"repository": {
57+
"type": "git",
58+
"url": "https://github.com/durianstack/gatsby-tailwindcss-sass-starter"
59+
}
60+
}

site/src/components/cta.js

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
import React from 'react';
2+
3+
function Cta() {
4+
return (
5+
<section>
6+
<div className="max-w-6xl mx-auto px-4 sm:px-6 relative">
7+
<div className="pt-12 md:pt-20 border-t border-palette-5">
8+
<div className="max-w-3xl mx-auto text-center pb-12 md:pb-16" data-aos-id-cta>
9+
10+
{/* Section header */}
11+
<h1 className="h2 mb-4" data-aos="fade-up" data-aos-anchor="[data-aos-id-cta]">Help Support Pixel Vision 8</h1>
12+
<p className="text-xl text-palette-15 mb-8" data-aos="fade-up" data-aos-delay="200" data-aos-anchor="[data-aos-id-cta]">Pixel Vision 8 is an open-source project. One of the ways you can help support development is to become a paid subscriber to our mailing list.</p>
13+
14+
{/* CTA button */}
15+
<div className="flex justify-center mb-8" data-aos="fade-up" data-aos-delay="400" data-aos-anchor="[data-aos-id-cta]">
16+
<a className="btn text-white bg-purple-600 hover:bg-purple-700" href="#0">Subscribe</a>
17+
</div>
18+
19+
{/* Check list */}
20+
<ul className="flex flex-wrap justify-center text-lg text-palette-15 -mx-2 -my-1">
21+
<li className="flex items-center mx-3 my-1" data-aos="fade-up" data-aos-delay="600" data-aos-anchor="[data-aos-id-cta]">
22+
<svg className="w-3 h-3 fill-current text-palette-14 mr-2 flex-shrink-0" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
23+
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
24+
</svg>
25+
<span>Product updates</span>
26+
</li>
27+
<li className="flex items-center mx-3 my-1" data-aos="fade-up" data-aos-delay="800" data-aos-anchor="[data-aos-id-cta]">
28+
<svg className="w-3 h-3 fill-current text-palette-14 mr-2 flex-shrink-0" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
29+
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
30+
</svg>
31+
<span>Premium tutorials</span>
32+
</li>
33+
<li className="flex items-center mx-3 my-1" data-aos="fade-up" data-aos-delay="1000" data-aos-anchor="[data-aos-id-cta]">
34+
<svg className="w-3 h-3 fill-current text-palette-14 mr-2 flex-shrink-0" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
35+
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
36+
</svg>
37+
<span>Support Developement</span>
38+
</li>
39+
</ul>
40+
41+
</div>
42+
</div>
43+
</div>
44+
</section>
45+
);
46+
}
47+
48+
export default Cta;

0 commit comments

Comments
 (0)