Skip to content

Commit

Permalink
home page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
raave-public committed Feb 25, 2024
1 parent bf25a27 commit 5224395
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,29 @@
</div>

<div id="title">
<h1>HELLO, SYNTHBOY!</h1>
<h1>HELLO, <span id="synth">SYNTHWORLD</span>!</h1>

<br>
<p>YOU CAN NAVIGATE THROUGH THE PROJECT USING THE BUTTONS AT THE TOP.</p>

<br>
<p>
PRESS 1 FOR QUESTION 1.
<br>PRESS 2 FOR QUESTION 2.
<br>PRESS 3 FOR QUESTION 3.
</p>

<br>
<p>AND SO ON.</p>

<br>
<p>THIS SITE IS LICENSED UNDER THE <a href="https://www.gnu.org/licenses/gpl-3.0.en.html#license-text">GNU GENERAL PUBLIC LICENCE V3.0</a>, AND MADE AVAILABLE FOR DOWNLOAD, MODIFICATION AND REDISTRIBUTION ON <a href="https://github.com/gherlan-aires/atv-estrutura-de-dados">GITBUB</a>.</p>

<br>
<p>PLEASE CHECK AND ABIDE BY THE LICENSE TERMS.</p>

<br>
<p>ORIGINALLY CREATED BY RAAVË L. AIRES IN 12,024 OF THE <a href="https://www.youtube.com/watch?v=czgOWmtGVGs&t=7s">HUMAN ERA</a>.</p>
</div>

<div id="input_field">
Expand Down
4 changes: 4 additions & 0 deletions resources/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ body {
margin: 0;
}

#synth {
color: #fb830f;
}

#result {
margin: 15px 15px 0 15px;
}

0 comments on commit 5224395

Please sign in to comment.