Skip to content

Commit

Permalink
new ducky
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Oct 2, 2024
1 parent 19d1c35 commit 84e7d1a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Ducky-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
padding: 3%; /* Padding igual em todos os lados */
margin: 0 auto; /* Centraliza o conteúdo */
color: #14f7ff; /* COR DOS TÍTULOS DE CADA CATEGORIA */
background-color: #41054f;
background-color: #0e0e0e;
box-sizing: border-box; /* Inclui padding e borda na largura total */
max-width: 100%; /* Garante que o body não ultrapasse 100% da largura da tela */
overflow-x: hidden; /* Evita rolagem horizontal indesejada */
Expand All @@ -26,7 +26,7 @@
mark { /* DESTAQUES DE ID */
font-weight: bold;
color: #d403c3;
background-color: #41054f;
background-color: #0e0e0e;
}

h1 {
Expand Down Expand Up @@ -393,11 +393,11 @@
</div>
<div class="logo">
<br /><br />
<center><img src="img/BruceBanner.png" width="380" height="auto" alt="Logo"></center>
<center><img src="assets/img/BruceBanner.png" width="380" height="auto" alt="Logo"></center>
</div>

<div class="button-container">
<button onclick="window.location.href='index.html'">English</button>
<button onclick="window.location.href='Ducky-en'">English</button>
</div>
<div class="blocco1">
<table border="0" width="100%">
Expand Down
8 changes: 4 additions & 4 deletions Ducky-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
padding: 3%; /* Padding igual em todos os lados */
margin: 0 auto; /* Centraliza o conteúdo */
color: #14f7ff; /* COR DOS TÍTULOS DE CADA CATEGORIA */
background-color: #41054f;
background-color: #0e0e0e;
box-sizing: border-box; /* Inclui padding e borda na largura total */
max-width: 100%; /* Garante que o body não ultrapasse 100% da largura da tela */
overflow-x: hidden; /* Evita rolagem horizontal indesejada */
Expand All @@ -26,7 +26,7 @@
mark { /* DESTAQUES DE ID */
font-weight: bold;
color: #d403c3;
background-color: #41054f;
background-color: #0e0e0e;
}

h1 {
Expand Down Expand Up @@ -393,11 +393,11 @@
</div>
<div class="logo">
<br /><br />
<center><img src="img/BruceBanner.png" width="380" height="auto" alt="Logo"></center>
<center><img src="assets/img/BruceBanner.png" width="380" height="auto" alt="Logo"></center>
</div>

<div class="button-container">
<button onclick="window.location.href='indexPT-BR.html'">PT-BR</button>
<button onclick="window.location.href='Ducky-br'">PT-BR</button>
</div>
<div class="blocco1">
<table border="0" width="100%">
Expand Down
Binary file added assets/img/BruceBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>What is Bruce for?</h3>
<h3>Try out!</h3>
<a
class="button"
href="./flasher.html"
href="./flasher"
target="_blank"
>
<p>
Expand Down Expand Up @@ -183,6 +183,16 @@ <h4>More Links<span class="darker-gray">v</span></h4>
>Video Tutorial</a
>
</li>
<li>
<span class="purple">></span
><a
href="./Ducky-en"
target="_blank"
class="darker-gray"
>Create Ducky Scripts</a
>
</li>

</ul>
</div>
</div>
Expand Down

0 comments on commit 84e7d1a

Please sign in to comment.