Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added orbits and countdown timer #1

Open
wants to merge 4 commits into
base: threeJs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"dependencies": {
"axios": "^0.17.1",
"material-ui": "^0.19.4",
"moment": "^2.20.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^3.2.0",
"react-scripts": "1.0.14",
"react-swipeable-views": "^0.12.8",
"react-touch": "^0.4.3"
"react-touch": "^0.4.3",
"three": "^0.89.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
<link rel="shortcut icon" href="%PUBLIC_URL%/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Notice the use of %PUBLIC_URL% in the tags above
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<meta name="theme-color" content="#4DBA87">
<title>TerraTechnica</title>
<style>
html,body{
Expand Down
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "TT",
"name": "'TerraTechnica2k18'",
"short_name": "TT'18",
"name": "'TerraTechnica@NITD'",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -10,6 +10,6 @@
],
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#512DA8",
"theme_color": "#512DA8"
}
Loading