diff --git a/images/banner.png b/images/banner.png deleted file mode 100644 index 4ca04897..00000000 Binary files a/images/banner.png and /dev/null differ diff --git a/images/banner@2x.png b/images/banner@2x.png deleted file mode 100644 index 4ca04897..00000000 Binary files a/images/banner@2x.png and /dev/null differ diff --git a/images/cartoon-docker-compose.png b/images/cartoon-docker-compose.png new file mode 100644 index 00000000..26594ae2 Binary files /dev/null and b/images/cartoon-docker-compose.png differ diff --git a/images/cartoon-docker-compose@2x.png b/images/cartoon-docker-compose@2x.png new file mode 100644 index 00000000..70a83edf Binary files /dev/null and b/images/cartoon-docker-compose@2x.png differ diff --git a/images/cartoon-docker-machine.png b/images/cartoon-docker-machine.png new file mode 100644 index 00000000..15ca37ad Binary files /dev/null and b/images/cartoon-docker-machine.png differ diff --git a/images/cartoon-docker-machine@2x.png b/images/cartoon-docker-machine@2x.png new file mode 100644 index 00000000..64100408 Binary files /dev/null and b/images/cartoon-docker-machine@2x.png differ diff --git a/images/cartoon-docker.png b/images/cartoon-docker.png new file mode 100644 index 00000000..7eb4d4da Binary files /dev/null and b/images/cartoon-docker.png differ diff --git a/images/cartoon-docker@2x.png b/images/cartoon-docker@2x.png new file mode 100644 index 00000000..3de525f1 Binary files /dev/null and b/images/cartoon-docker@2x.png differ diff --git a/images/cartoon-kitematic.png b/images/cartoon-kitematic.png new file mode 100644 index 00000000..495aabae Binary files /dev/null and b/images/cartoon-kitematic.png differ diff --git a/images/cartoon-kitematic@2x.png b/images/cartoon-kitematic@2x.png new file mode 100644 index 00000000..b0621c99 Binary files /dev/null and b/images/cartoon-kitematic@2x.png differ diff --git a/src/components/About.react.js b/src/components/About.react.js index 914b24a3..45c2e402 100644 --- a/src/components/About.react.js +++ b/src/components/About.react.js @@ -25,39 +25,40 @@ var Preferences = React.createClass({ render: function () { return (
-
+
Go Back - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APP NAMEVERSION
{packages.name}{packages.version}
Docker{packages["docker-version"]}
Docker Machine{packages["docker-machine-version"]}
Docker Compose{packages["docker-compose-version"]}
VirtualBox{packages["virtualbox-version"]}
+

Installed Software

+
+
+ +

{packages.name}

+

{packages.version}

+
+
+ +

Docker

+

{packages["docker-version"]}

+
+
+
+
+ +

Docker Machine

+

{packages["docker-machine-version"]}

+
+
+ +

Docker Compose

+

{packages["docker-compose-version"]}

+
+
+

Third-Party Software

+
+
+

VirtualBox

+

{packages["virtualbox-version"]}

+
+
); diff --git a/styles/preferences.less b/styles/preferences.less index 189d46bf..f41544d6 100644 --- a/styles/preferences.less +++ b/styles/preferences.less @@ -6,7 +6,7 @@ align-items: flex-start; justify-content: center; - .preferences-content { + .preferences-content, .about-content { flex: 1 auto; margin-top: 45px; padding: 50px; @@ -37,4 +37,22 @@ } } } + .about-content { + margin-top: 0px; + h2 { + font-size: 3rem; + text-align: center; + } + .row { + text-align: center; + } + h3 { + font-size: 2rem; + text-align: center; + } + p { + color: @gray-normal; + font-size: 1.5rem; + } + } }