diff --git a/package.json b/package.json
index 8fddf48..4e24555 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "graphicvizion",
"version": "1.0.0",
- "description": "Visual Anatomy 3D",
+ "description": "GraphicViZion",
"scripts": {
"build-dev:webpack": "webpack",
"watch:webpack": "webpack --watch",
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
index c036501..bb1bf5c 100644
Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ
diff --git a/public/assets/images/logo-32x32.png b/public/assets/images/logo-32x32.png
index 13a7c4b..181fcc5 100644
Binary files a/public/assets/images/logo-32x32.png and b/public/assets/images/logo-32x32.png differ
diff --git a/public/assets/images/logo.png b/public/assets/images/logo.png
index 057ca5e..0742c60 100644
Binary files a/public/assets/images/logo.png and b/public/assets/images/logo.png differ
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
index 01d7abf..b698d47 100644
Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
index 13a7c4b..181fcc5 100644
Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
old mode 100755
new mode 100644
index 42b311b..7cc24e7
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/src/_data/reviews.js b/src/_data/reviews.js
index ac6022d..974306c 100644
--- a/src/_data/reviews.js
+++ b/src/_data/reviews.js
@@ -19,5 +19,19 @@ module.exports = [
stars: 5,
site: 'App Store',
link: ''
+ },
+ {
+ name: 'Lara T',
+ quote: 'Best acupuncture app on the market. Easy to work with and complete',
+ stars: 5,
+ site: 'App Store',
+ link: ''
+ },
+ {
+ name: 'johnson lawley',
+ quote: 'I had a little problem with the app (my own fault), graphicvizion responded very quickly and solved it right away.',
+ stars: 5,
+ site: 'App Store',
+ link: ''
}
]
\ No newline at end of file
diff --git a/src/_data/sections.js b/src/_data/sections.js
index ac8cd03..870a63e 100644
--- a/src/_data/sections.js
+++ b/src/_data/sections.js
@@ -1,9 +1,7 @@
module.exports = [
//{ slug: 'home', name: 'Home' },
{ slug: 'info', name: 'Info' },
- { slug: 'screenshots', name: 'Screenshots' },
- { slug: 'systems', name: 'Systems' },
- { slug: 'pricing', name: 'Pricing' },
+ { slug: 'showcase', name: 'Showcase' },
{ slug: 'download', name: 'Download' },
{ slug: 'reviews', name: 'Reviews' },
{ slug: 'contact', name: 'Contact' }
diff --git a/src/_data/showcase.js b/src/_data/showcase.js
new file mode 100644
index 0000000..776b3bd
--- /dev/null
+++ b/src/_data/showcase.js
@@ -0,0 +1,65 @@
+module.exports = [
+ {
+ name: 'Visual Anatomy 3d',
+ slug: 'visual-anatomy-3d',
+ url: 'https://visualanatomy3d.app',
+ description:
+ `
+ Complete and easy-to-use virtual guide for learning, understanding, and visualizing the complexities of human anatomy.
+ Includes information and images for each part, multiple options to interact with the 3D models (hiding, fading, etc), and much more.
+ `,
+ order: 1
+ },
+ {
+ name: 'Visual Acupuncture 3d',
+ slug: 'visual-acupuncture-3d',
+ url: 'https://visualacupuncture3d.app',
+ description:
+ `
+ Study acupuncture visually and interactively.
+ Get a good feel for the flow of meridian pathways and their (anatomical) point locations.
+ `,
+ order: 2
+ },
+ {
+ name: 'Visual Anatomy Canine',
+ slug: 'visual-anatomy-canine',
+ url: 'https://youtu.be/alb5UK6tY5E',
+ description:
+ `
+ An interactive visual guide for learning and understanding canine(dog) anatomy quickly get a clear and complete 3 dimensional understanding of all muscles, bones & organs.
+ Includes the option to search, save/restore states, quality settings and more.
+ `,
+ order: 3
+ },
+ {
+ name: 'Total Reflexology',
+ slug: 'total-reflexology',
+ url: 'https://youtu.be/EANNJv0d2eI',
+ description:
+ `
+ Total Reflexology is aimed to create a more fun, easy and interactive way to learn, look up or share information and provides you with a portable reflexology guide (quickly and easily look up anything reflexology related from anywhere).
+ `,
+ order: 4
+ },
+ {
+ name: 'Easy Acupuncture',
+ slug: 'easy-acupuncture',
+ url: 'https://youtu.be/rtuRrrLPNvk',
+ description:
+ `
+ Simple and easy to use app to view all acupuncture points and meridians in both full interactive 3D(zoom, pan, rotate & touch) and with the help of 2D illustrated images, animations and detailed text.
+ `,
+ order: 5
+ },
+ {
+ name: 'Diffriend',
+ slug: 'diffriend',
+ url: '',
+ description:
+ `
+ Peer support app for people with physical or psychological ailments; get in touch with people who are 'different' themselves in an easy and convenient way.
+ `,
+ order: 6
+ },
+]
\ No newline at end of file
diff --git a/src/_data/site.json b/src/_data/site.json
index 4668c4f..9d9cc43 100644
--- a/src/_data/site.json
+++ b/src/_data/site.json
@@ -1,8 +1,8 @@
{
- "site_name": "Visual Anatomy 3D",
- "title": "Visual Anatomy 3D",
+ "site_name": "GraphicViZion",
+ "title": "GraphicViZion",
"description": "Learn human anatomy quickly and easily by zooming, panning, hiding layers and interacting in real time.",
- "url": "https://visualanatomy3d.app/",
+ "url": "https://graphicvizion.com/",
"locale": "en",
"author": "Spencer Flagg"
}
diff --git a/src/_includes/blurb.ejs b/src/_includes/blurb.ejs
index 30f7728..5c20002 100644
--- a/src/_includes/blurb.ejs
+++ b/src/_includes/blurb.ejs
@@ -1,43 +1,24 @@
- Complete and easy-to-use virtual guide for learning, understanding, and visualizing the complexities of human anatomy in 3D.
- Includes information and images for each anatomical system and part, multiple options to interact with the 3D anatomy models (hiding, fading, etc), and much more.
+ <%= site.site_name %> is here to help you learn complex medical subjects like anatomy and acupuncture in the easiest way possible: VISUALLY.
+ With our suite of slick, professional products you can focus on what's important to you, and spend less time searching through books and atlasses to find what you need.
- The <%= site.site_name %> app can be downloaded and tested for free, which contains the skeleton and ligaments, other anatomical systems can be purchased separately.
- The anatomy app is available on most platforms (android, iOS, windows and mac) and can be used on your phone, tablet or desktop pc.
+ Our goal is to bring you world-class, crystal clearest images, polished interactive 3D models, and an easy-to-use interface, suitable for all students of anatomy.
+ Through learning in a more visual and interactive way, we believe you will learn deeper, understand more, and excel faster.