summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/_sass/jekyll-theme-cayman.scss3
-rw-r--r--docs/img/cover.pngbin0 -> 79938 bytes
-rw-r--r--docs/img/ss_1.png (renamed from docs/ss/ss_1.png)bin38845 -> 38845 bytes
-rw-r--r--docs/img/ss_1_1.png (renamed from docs/ss/ss_1_1.png)bin50985 -> 50985 bytes
-rw-r--r--docs/img/ss_2.png (renamed from docs/ss/ss_2.png)bin26066 -> 26066 bytes
-rw-r--r--docs/img/ss_3.png (renamed from docs/ss/ss_3.png)bin28117 -> 28117 bytes
-rw-r--r--docs/index.md8
7 files changed, 6 insertions, 5 deletions
diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss
index 8f29bdd..9c0c202 100644
--- a/docs/_sass/jekyll-theme-cayman.scss
+++ b/docs/_sass/jekyll-theme-cayman.scss
@@ -90,7 +90,8 @@ a {
color: $header-heading-color;
text-align: center;
background-color: $header-bg-color;
- background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
+ /*background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);*/
+ background-image: #56687C url('img/cover.jpg') no-repeat 50%;
@include large {
padding: 5rem 6rem;
diff --git a/docs/img/cover.png b/docs/img/cover.png
new file mode 100644
index 0000000..2286fb0
--- /dev/null
+++ b/docs/img/cover.png
Binary files differ
diff --git a/docs/ss/ss_1.png b/docs/img/ss_1.png
index 963e006..963e006 100644
--- a/docs/ss/ss_1.png
+++ b/docs/img/ss_1.png
Binary files differ
diff --git a/docs/ss/ss_1_1.png b/docs/img/ss_1_1.png
index e20432d..e20432d 100644
--- a/docs/ss/ss_1_1.png
+++ b/docs/img/ss_1_1.png
Binary files differ
diff --git a/docs/ss/ss_2.png b/docs/img/ss_2.png
index 4a29e47..4a29e47 100644
--- a/docs/ss/ss_2.png
+++ b/docs/img/ss_2.png
Binary files differ
diff --git a/docs/ss/ss_3.png b/docs/img/ss_3.png
index 8ad9e23..8ad9e23 100644
--- a/docs/ss/ss_3.png
+++ b/docs/img/ss_3.png
Binary files differ
diff --git a/docs/index.md b/docs/index.md
index 32ef25c..c3b873c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -27,12 +27,12 @@ Toda a descrição detalhada do código fonte pode ser encontrada na [**Document
## [](#header-2)Screenshots
-![](ss/ss_1.png)
+![](img/ss_1.png)
-![](ss/ss_1_1.png)
+![](img/ss_1_1.png)
-![](ss/ss_2.png)
+![](img/ss_2.png)
-![](ss/ss_3.png)
+![](img/ss_3.png)
Desenvolvido por Thales Lima Oliveira (<thales@ufu.br>)