diff --git a/README.md b/README.md index 107094a..4b1adcb 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![GitHub Release Date](https://img.shields.io/github/release-date/devlive-community/incubator-infosphere?style=flat-square) -![Docker Automated build](https://img.shields.io/docker/automated/devlive-community/infosphere) -![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/devlive-community/infosphere?style=flat-square) -![Docker Pulls](https://img.shields.io/docker/pulls/devlive-community/infosphere?style=flat-square) +![Docker Automated build](https://img.shields.io/docker/automated/devliveorg/infosphere) +![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/devliveorg/infosphere?style=flat-square) +![Docker Pulls](https://img.shields.io/docker/pulls/devliveorg/infosphere?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/devlive-community/incubator-infosphere?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/devlive-community/incubator-infosphere?style=flat-square) diff --git a/configure/initializer/infosphere.sql b/configure/initializer/infosphere.sql index ce279da..2d9ff15 100644 --- a/configure/initializer/infosphere.sql +++ b/configure/initializer/infosphere.sql @@ -19,7 +19,7 @@ CREATE TABLE `infosphere_user` `id` BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY, `username` VARCHAR(25) NOT NULL, `password` VARCHAR(255), - `avatar` VARCHAR(255) DEFAULT NULL, + `avatar` VARCHAR(255) DEFAULT '/static/images/default.png', `alias_name` VARCHAR(25) DEFAULT NULL, `signature` VARCHAR(200) DEFAULT NULL, `email` VARCHAR(50), diff --git a/core/infosphere-server/src/main/resources/static/images/default.png b/core/infosphere-server/src/main/resources/static/images/default.png new file mode 100644 index 0000000..abc77b6 Binary files /dev/null and b/core/infosphere-server/src/main/resources/static/images/default.png differ diff --git a/core/infosphere-server/src/main/resources/static/images/logo.png b/core/infosphere-server/src/main/resources/static/images/logo.png new file mode 100644 index 0000000..5cb358f Binary files /dev/null and b/core/infosphere-server/src/main/resources/static/images/logo.png differ diff --git a/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html b/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html index ffd74c6..3968a0f 100644 --- a/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html +++ b/core/infosphere-server/src/main/resources/viewer/layout/common/common-header.html @@ -5,6 +5,7 @@ + diff --git a/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html b/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html index 27663dc..1e3a454 100644 --- a/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html +++ b/core/infosphere-server/src/main/resources/viewer/layout/common/common-navigation.html @@ -12,10 +12,12 @@ @@ -52,9 +54,13 @@ aria-haspopup="true" aria-expanded="false">
- - +
+ + +