Skip to content

Commit

Permalink
i put search engine results at center of animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jehovahsays committed Jun 30, 2024
1 parent 36bbe40 commit 1b25810
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
15 changes: 8 additions & 7 deletions en/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
.titleInput {
margin: 0px;
position: absolute;
top: 12px;
left: 242px;
top: 180px;
left: 142px;
font-size: 1.0em;
padding: 0px;
animation: fadeIn 0.5s ease-in-out;
Expand All @@ -47,8 +47,8 @@
.titleInput:last-child {
margin: 0px;
position: absolute;
top: 12px;
left: 242px;
top: 180px;
left: 142px;
font-size: 1.0em;
padding: 0px;
border-bottom: none;
Expand Down Expand Up @@ -108,7 +108,7 @@
<!-- script function titleInput input = document get element by id nodes value | document get element by class titleInput -->
<div id="inputWrapper">
<input
style="position:absolute;top:15px;left:15px;width:220px;"
style="position:absolute;top:360px;left:90px;width:220px;"
id="filterInput"
onkeyup="titleInput()"
autocomplete="true"
Expand Down Expand Up @@ -172,8 +172,8 @@
position: absolute;
padding: 0px;
margin: 0px;
top: 20px;
left: 30px;
top: 15px;
left: 15px;
font-size: 10px;">
<!-- <script> var msg = new SpeechSynthesisUtterance('connected'); window.speechSynthesis.speak(msg); </script> -->
<!-- content -->
Expand Down Expand Up @@ -725,3 +725,4 @@
<a href="./digestion.html"class="titleInput"><button>digestion</button></a>
<a href="./memorization.html"class="titleInput"><button>memorization</button></a>
<a href="./xml.html"class="titleInput"><button>xml</button></a>
<a href="./intelligence.html"class="titleInput"><button>intelligence</button></a>
11 changes: 11 additions & 0 deletions en/intelligence.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head><meta name="viewport"content="width=device-width">
<style>fieldset{position:absolute;width:100%;height: 100%;}</style>
<title>intelligence</title>
</head>
<body><fieldset>
<legend>intelligence</legend><script> var msg = new SpeechSynthesisUtterance('intelligence'); window.speechSynthesis.speak(msg); </script>
</fieldset>
</body>
<html>
1 change: 1 addition & 0 deletions en/intelligence.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
intelligence

0 comments on commit 1b25810

Please sign in to comment.