Skip to content

Commit

Permalink
Enhance update notification in index.html and style.css for improved …
Browse files Browse the repository at this point in the history
…user engagement

- Updated the update notification message to encourage user feedback on the new UI.
- Adjusted the iframe height in the poll section for better visibility.
- Modified the close notification button style for improved aesthetics and usability.
mehmetkahya0 committed Jan 15, 2025
1 parent f134e7e commit 3ec8798
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -54,11 +54,11 @@


<div id="update-notification" class="update-notification">
<span>Temp Mail V2 is out🔥 <br> Check new features🚀</span>
<span>Temp Mail V2 is out🔥 <br> Check new features🚀 <br> <br> ⬇️ Please rate the new UI ⬇️</span>

<!-- Poll for user feedback with 5-Star Rating -->
<div class="poll">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc3IsMzVudebwEwWFRHBQnVf6Frxliya4A5wATDKN_u4s3c0g/viewform?embedded=true" width="100%" height="auto" frameborder="0" marginheight="0" marginwidth="0">Yükleniyor…</iframe>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc3IsMzVudebwEwWFRHBQnVf6Frxliya4A5wATDKN_u4s3c0g/viewform?embedded=true" width="100%" height="500" frameborder="0" marginheight="0" marginwidth="0">Yükleniyor…</iframe>
</div>

<button id="close-notification" class="close-notification">&times;</button>
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -266,6 +266,7 @@ input:checked+.slider:before {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
min-width: 250px;
z-index: 1000;
opacity: 0;
@@ -282,11 +283,14 @@ input:checked+.slider:before {
/* **Kapatma Butonu Stili** */
.close-notification {
background: none;
border: none;
border: 2px solid #434446;
color: white;
font-size: 20px;
cursor: pointer;
line-height: 1;
width: 50%;
margin: 0 auto;
font-weight: bolder;
}

.poll {

0 comments on commit 3ec8798

Please sign in to comment.