Skip to content

Commit

Permalink
Info & Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
GSimas committed Aug 31, 2018
1 parent 4883489 commit 834e151
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@
-ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
transition: border-bottom-color 0.2s ease, color 0.2s ease;
text-decoration: none;
color: #d8db2b;
color: #000000;
border-bottom: dotted 1px rgba(88, 88, 88, 0.5);
}

Expand Down Expand Up @@ -2469,7 +2469,7 @@
border-radius: 4px;
border: 0;
box-shadow: inset 0 0 0 2px #000000;
color: #d8db2b !important;
color: #000000 !important;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
Expand Down Expand Up @@ -2543,7 +2543,7 @@
button.special,
.button.special {
box-shadow: none;
background-color: #d8db2b;
background-color: #000000;
color: #ffffff !important;
}

Expand Down Expand Up @@ -3018,7 +3018,7 @@
max-width: 80%;
height: 100%;
-webkit-overflow-scrolling: touch;
background: #d8db2b;
background: #000000;
color: #000000;
cursor: default;
visibility: hidden;
Expand Down Expand Up @@ -3057,7 +3057,7 @@
padding: 1em 0;
line-height: 1.5;
border: 0;
color: inherit;
color: #ffffff;
}

#menu > .inner > ul > li:first-child {
Expand Down
Binary file added images/adams.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h2>Menu</h2>
<header>
<h1>This is a website with Hitchhiker's Guide to the Galaxy books and audiobooks</h1>
<p>Books developed by <a href="https://en.wikipedia.org/wiki/Douglas_Adams" target="_blank">Douglas Adams</a></p>
<p>Website developed by <a href="http://gsimas.github.io" target="_blank">Gustavo Simas da Silva</a></p>
</header>

<section class="tiles">
Expand Down
8 changes: 4 additions & 4 deletions info.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<html>
<head>
<title>Rings</title>
<title>Hitchhiker</title>

<link rel="shortcut icon" href="images/favicon.ico">

Expand All @@ -30,7 +30,7 @@

<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/onering.png" alt="" /></span><span class="title">Rings</span>
<span class="symbol"><img src="images/42.png" alt="" /></span><span class="title">Hitchhiker</span>
</a>

<!-- Nav -->
Expand Down Expand Up @@ -60,7 +60,7 @@ <h1>Info</h1>
<style>
.parallax {
/* The image used */
background-image: url("images/lord.jpg");
background-image: url("images/adams.jpg");

/* Set a specific height */
height: 300px;
Expand All @@ -78,7 +78,7 @@ <h1>Info</h1>
<br><br>

<h2>Website</h2>
<p>This is a website with Lord of the Rings books and audiobooks available to read and listen. Book content developed by <a target="_blank" href="https://www.tolkien.co.uk/">J.R.R. Tolkien</a></p>
<p>This is a website with The Hitchhiker's Guide to the Galaxy books and audiobooks available to read and listen. Book content developed by <a href="https://en.wikipedia.org/wiki/Douglas_Adams" target="_blank">Douglas Adams</a></p>

<h2>Developer</h2>
<p>Hi! I'm Gustavo, a brazilian Electronic Engineering undergraduate student. I intend to spread culture and knowledge to people. I like science fiction, mithologies and fantasy works (books, games, movies).</p>
Expand Down

0 comments on commit 834e151

Please sign in to comment.