Skip to content

Commit

Permalink
Merge pull request #16 from boitatech/revert-15-master
Browse files Browse the repository at this point in the history
Revert "Adding button text animation"
  • Loading branch information
b1scoito authored Jan 25, 2024
2 parents 385af61 + c02f68b commit 86dd9cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 54 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
/>
<link rel="icon" href="assets/img/logo.svg" />
<link rel="stylesheet" href="style.css" />
<script defer src="script.js"></script>
<meta
name="description"
content="A BOITATECH é uma comunidade voltada a hacking e programação. O nome tem origem na lenda Tupi-Guarani do Boitatá, que explica o fenômeno do fogo-fátuo. A comunidade é composta por programadores, hackers, estudantes e entusiastas."
Expand Down Expand Up @@ -93,10 +92,14 @@
/>
<h1 class="logo-text">BOITATECH</h1>
</div>
<div class="button" target="_blank">
<img src="assets/img/discord.svg" class="discord-blogo" alt="logo discord"/>
<a id="btn_text" href="https://discord.gg/boitatech">discord</a>
</div>
<a class="button" href="https://discord.gg/boitatech" target="_blank"
><img
src="assets/img/discord.svg"
class="discord-blogo"
alt="logo discord"
/>
discord</a
>
</div>
</div>
<div class="content-container">
Expand Down
48 changes: 0 additions & 48 deletions script.js

This file was deleted.

2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ footer {
display: flex;
}

div.button {
a.button {
width: 160px !important;
justify-content: center;
height: 42px;
Expand Down

0 comments on commit 86dd9cb

Please sign in to comment.