Skip to content

Commit

Permalink
Publishing to gh-pages (publish.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
retornam committed Jul 14, 2020
1 parent b61a307 commit e780cdb
Show file tree
Hide file tree
Showing 30 changed files with 1,667 additions and 0 deletions.
100 changes: 100 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!</title>
<style>
* {
margin: 0;
padding: 0
}

html,code {
font: 15px/22px arial,sans-serif
}

html {

background-color:#f6e8e5;
animation: fadeBackground 30s;
color: #222;
padding: 15px
}

@keyFrames fadeBackgroud {
0% { background-color: #EC9178; }
100% {background-color: #f6e8e5; }
}

body {
margin: 7% auto 0;
max-width: 390px;
min-height: 180px;
padding: 30px 0 15px;
}

* > body {
background: url(./img/robot.png) 100% 5px no-repeat;
padding-right: 205px
}

p {
margin: 11px 0 22px;
overflow: hidden
}

ins {
color: #777;
text-decoration: none
}

a img {
border: 0
}

@media screen and (max-width: 772px) {
body {
margin-top: 0;
max-width: none;
padding-right: 0;
background-color:#f6e8e5;
animation: fadeBackground 30s
}
}

#logo {
background: url() no-repeat;
margin-left: -5px
}

@media only screen and (min-resolution: 192dpi) {
#logo {
background:url() no-repeat 0% 0%/100% 100%;
-moz-border-image: url() 0
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#logo {
background:url() no-repeat;
-webkit-background-size: 100% 100%
}
}

#logo {
display: inline-block;
height: 54px;
width: 150px
}
</style>
<a href="/">
<span id=logo aria-label=Retornam></span>
</a>
<p>
<b>404 Not Found.</b>
<p>
The requested URL was not found on this server.
<br>
<ins>That’s all we know.</ins>
<br>
<a href="/">Back.</a>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
retornam.com
174 changes: 174 additions & 0 deletions css/gruvbox-dark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
.gruvbox-dark {
/* background-color: #282828; */
background-color: #f6e8e5;
animation: fadeBackground 30s;
/*color: #ebdbb2 */
color: #333;
}

.gruvbox-dark h1,
.gruvbox-dark h2,
.gruvbox-dark h3,
.gruvbox-dark h4,
.gruvbox-dark h5,
.gruvbox-dark h6 {
/* color: #98971a */
color: #333;
}

.gruvbox-dark h1 a,
.gruvbox-dark h2 a,
.gruvbox-dark h3 a,
.gruvbox-dark h4 a,
.gruvbox-dark h5 a,
.gruvbox-dark h6 a {
color: #d79921;
border-bottom-color: #d79921
}

.gruvbox-dark h1 a:hover,
.gruvbox-dark h2 a:hover,
.gruvbox-dark h3 a:hover,
.gruvbox-dark h4 a:hover,
.gruvbox-dark h5 a:hover,
.gruvbox-dark h6 a:hover {
background-color: #d79921;
color: #fbf1c7
}

.gruvbox-dark pre {
background-color: #1d2021;
padding: 0;
border: none
}

.gruvbox-dark pre code {
color: #689d6a
}

.gruvbox-dark .progress-bar-filled:after,
.gruvbox-dark .progress-bar-filled:before,
.gruvbox-dark code,
.gruvbox-dark strong {
/*color: #98971a */
color: #333;
}

.gruvbox-dark code {
font-weight: 100
}

.gruvbox-dark .progress-bar-filled {
background-color: #98971a
}

.gruvbox-dark table {
color: #fdf4c1
}

.gruvbox-dark table td,
.gruvbox-dark table th {
border-color: #b0bec5
}

.gruvbox-dark table tbody td:first-child {
color: #b0bec5
}

.gruvbox-dark .form-control,
.gruvbox-dark .form-group label {
color: #fdf4c1;
border-color: #98971a
}

.gruvbox-dark .form-group.form-textarea label:after {
background-color: #282828
}

.gruvbox-dark .form-control:focus {
border-color: #bdae93;
color: #bdae93
}

.gruvbox-dark textarea.form-control {
color: #fdf4c1
}

.gruvbox-dark .card {
border-color: #98971a
}

.gruvbox-dark .card .card-header {
background-color: transparent;
color: #fdf4c1;
border-bottom: 1px solid #98971a
}

.gruvbox-dark .btn.btn-ghost.btn-default {
border-color: #607d8b;
color: #607d8b
}

.gruvbox-dark .btn.btn-ghost.btn-default:focus,
.gruvbox-dark .btn.btn-ghost.btn-default:hover {
z-index: 1;
border-color: #ebdbb2;
color: #ebdbb2
}

.gruvbox-dark .btn.btn-ghost.btn-primary:focus,
.gruvbox-dark .btn.btn-ghost.btn-primary:hover {
border-color: #689d6a;
color: #689d6a
}

.gruvbox-dark .btn.btn-ghost.btn-success:focus,
.gruvbox-dark .btn.btn-ghost.btn-success:hover {
border-color: #98971a;
color: #98971a
}

.gruvbox-dark .btn.btn-ghost.btn-info:focus,
.gruvbox-dark .btn.btn-ghost.btn-info:hover {
border-color: #458588;
color: #458588
}

.gruvbox-dark .btn.btn-ghost.btn-error:focus,
.gruvbox-dark .btn.btn-ghost.btn-error:hover {
border-color: #cc241d;
color: #cc241d
}

.gruvbox-dark .btn.btn-ghost.btn-warning:focus,
.gruvbox-dark .btn.btn-ghost.btn-warning:hover {
border-color: #d79931;
color: #d79931
}

.gruvbox-dark .avatarholder,
.gruvbox-dark .placeholder {
background-color: transparent;
border-color: #3c3836
}

.gruvbox-dark .menu .menu-item {
color: #fdf4c1;
border-color: #98971a
}

.gruvbox-dark .menu .menu-item.active,
.gruvbox-dark .menu .menu-item:hover {
color: #fdf4c1;
border-color: #fdf4c1
}

.gruvbox-dark a:visited {
color: #a89984;
border-color: #a89984
}

.gruvbox-dark a:visited:hover {
color: #fdf4c1;
background-color: #a89984
}
Loading

0 comments on commit e780cdb

Please sign in to comment.