From 9ed192ad930c5657b58721c388cd1e6537035328 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 3 Apr 2018 00:25:52 +0100 Subject: New logo and nicer website --- README.md | 4 ++-- docs/Doxyfile.in | 7 +++---- docs/style.css | 4 ++-- docs/yage.png | Bin 3333 -> 14089 bytes docs/yage.svg | 5 +++++ 5 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 docs/yage.svg diff --git a/README.md b/README.md index ba834959..cb88d2cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# YAGE +![yage-logo](/docs/yage.png "YAGE") -![master-build](https://travis-ci.org/ymherklotz/YAGE.svg?branch=master) +![master-build](https://travis-ci.org/ymherklotz/YAGE.svg?branch=master "Build Status") ## Introduction diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index be7d2e21..e658728a 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "YAGE" +PROJECT_NAME = # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version @@ -876,7 +876,6 @@ RECURSIVE = YES # run. EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/docs/README.md \ - @CMAKE_CURRENT_SOURCE_DIR@/docs/m-css/* # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or @@ -1198,7 +1197,7 @@ HTML_EXTRA_FILES = # Minimum value: 0, maximum value: 359, default value: 220. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_COLORSTYLE_HUE = 15 +HTML_COLORSTYLE_HUE = 210 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors # in the HTML output. For a value of 0 the output will use grayscales only. A @@ -1206,7 +1205,7 @@ HTML_COLORSTYLE_HUE = 15 # Minimum value: 0, maximum value: 255, default value: 100. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_COLORSTYLE_SAT = 200 +HTML_COLORSTYLE_SAT = 180 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the # luminance component of the colors in the HTML output. Values below 100 diff --git a/docs/style.css b/docs/style.css index 3dc99567..ccfaf8d6 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css?family=Noto+Sans'); body { - background-color: #CCC; + background-color: #a8ccf0; color: black; margin: 0; } @@ -25,5 +25,5 @@ hr.footer { } .footer { - background-color: #AAA; + background-color: #7cb2e9; } diff --git a/docs/yage.png b/docs/yage.png index 8b779433..c5e63a00 100644 Binary files a/docs/yage.png and b/docs/yage.png differ diff --git a/docs/yage.svg b/docs/yage.svg new file mode 100644 index 00000000..48cb06bd --- /dev/null +++ b/docs/yage.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file -- cgit