Skip to content

Commit

Permalink
Refactor: coming soon button
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintenps committed Feb 10, 2024
1 parent 206ac77 commit 7464985
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ <h2>Connecting world's top agilists with your business needs</h2>
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
<button id="search-button">COMING SOON</button>
<input id="search" rows="1" placeholder="Example: RTE, SPC, manufacturing, chips, SAP MES" />
<a role="button" class="secondary gray btn" href="https://forms.onlyonce.com/id/oo/AI-Form">
<svg class="svg-icon" stroke="#888" viewBox="0 0 20 20">
<path
d="M4.317,16.411c-1.423-1.423-1.423-3.737,0-5.16l8.075-7.984c0.994-0.996,2.613-0.996,3.611,0.001C17,4.264,17,5.884,16.004,6.88l-8.075,7.984c-0.568,0.568-1.493,0.569-2.063-0.001c-0.569-0.569-0.569-1.495,0-2.064L9.93,8.828c0.145-0.141,0.376-0.139,0.517,0.005c0.141,0.144,0.139,0.375-0.006,0.516l-4.062,3.968c-0.282,0.282-0.282,0.745,0.003,1.03c0.285,0.284,0.747,0.284,1.032,0l8.074-7.985c0.711-0.71,0.711-1.868-0.002-2.579c-0.711-0.712-1.867-0.712-2.58,0l-8.074,7.984c-1.137,1.137-1.137,2.988,0.001,4.127c1.14,1.14,2.989,1.14,4.129,0l6.989-6.896c0.143-0.142,0.375-0.14,0.516,0.003c0.143,0.143,0.141,0.374-0.002,0.516l-6.988,6.895C8.054,17.836,5.743,17.836,4.317,16.411">
</path>
</svg>
Upload an Agile Expert
Link your Solid POD
</a>
<h5>
<img width="42" src="/artificial-intelligence-ai-chip-icon.svg" alt="ai-icon" />
Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ body {
opacity: 0.8;
}

#input > button {
position: absolute;
right: 20px;
top: 7px;
width: 150px;
font-size: 12pt;
padding: 10px;
}

#input input {
padding: 15px 55px;
}
Expand Down

0 comments on commit 7464985

Please sign in to comment.