Skip to content

Commit

Permalink
Improved compatibility with automated translation
Browse files Browse the repository at this point in the history
  • Loading branch information
linfindel committed Jun 8, 2024
1 parent 7c3a0f9 commit ebffbcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Shakespearean Sonnets</h1>
</nav>

<button onclick="location.href = 'index.html'">
<span class="material-symbols-rounded">arrow_back</span>
<span translate="no" class="material-symbols-rounded">arrow_back</span>
Back
</button>
</div>
Expand All @@ -27,12 +27,12 @@ <h1 id="version">Loading...</h1>

<div class="row">
<button id="about1" onclick="window.open('https://linfindel.github.io', '_blank')" class="about">
<span class="material-symbols-rounded">home</span>
<span translate="no" class="material-symbols-rounded">home</span>
More projects
</button>

<button id="about2" onclick="window.open('https://www.github.com/linfindel/sonnets', '_blank')" class="about">
<span class="material-symbols-rounded">code</span>
<span translate="no" class="material-symbols-rounded">code</span>
View source
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ <h1>Shakespearean Sonnets</h1>
</nav>

<button onclick="location.href = 'about.html'">
<span class="material-symbols-rounded">info</span>
<span translate="no" class="material-symbols-rounded">info</span>
About
</button>
</div>

<div class="search-box">
<span class="material-symbols-rounded">search</span>
<span translate="no" class="material-symbols-rounded">search</span>

<input oninput="search(this.value)" class="input-search outline-none" type="number" placeholder="Search for sonnets">
</div>
Expand Down

0 comments on commit ebffbcc

Please sign in to comment.