Skip to content

Commit

Permalink
Refactor index.html and style.css to improve user feedback mechanisms…
Browse files Browse the repository at this point in the history
… and layout

- Enhanced the user feedback poll section with a more intuitive design and improved star rating interaction.
- Updated styles in style.css for better visual consistency and responsiveness across feedback components.
- Streamlined HTML structure for improved readability and maintainability, ensuring a better user experience.
  • Loading branch information
mehmetkahya0 committed Jan 15, 2025
1 parent 3ec8798 commit f1fe243
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
38 changes: 37 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,40 @@
<meta
content="default-src 'self' https://api.guerrillamail.com https://cdnjs.cloudflare.com ws://127.0.0.1:* wss://127.0.0.1:*; connect-src 'self' https://api.guerrillamail.com ws://127.0.0.1:* wss://127.0.0.1:*; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src https://cdnjs.cloudflare.com; img-src 'self' data: https:;">
<title>TempMail</title>
<meta name="description"
content="TempMail ile geçici e-posta adresi oluşturun. Gelen kutunuzu spam ve gereksiz maillerden koruyun. Hızlı ve güvenli geçici e-posta hizmeti.">
<meta name="keywords" content="temp mail, geçici e-posta, email spam engelleme, hızlı geçici mail, güvenli e-posta">
<meta name="author" content="Mehmet Kahya">

<!-- Open Graph Meta Etiketleri Başlangıcı -->
<meta property="og:title" content="TempMail - Geçici Mail Adresiniz">
<meta property="og:description"
content="TempMail ile geçici e-posta adresi oluşturun. Gelen kutunuzu spam ve gereksiz maillerden koruyun. Hızlı ve güvenli geçici e-posta hizmeti.">
<meta property="og:image" content="https://mehmetkahya0.github.io/temp-mail/images/temp-mail-og-image.png">
<meta property="og:url" content="https://mehmetkahya0.github.io/temp-mail/">
<meta property="og:type" content="website">
<!-- Open Graph Meta Etiketleri Sonu -->
<link rel="canonical" href="https://mehmetkahya0.github.io/temp-mail/" />
<meta name="robots" content="index, follow" />

<!-- Twitter Card Meta Etiketleri Başlangıcı -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="TempMail - Geçici Mail Adresiniz">
<meta name="twitter:description"
content="TempMail ile geçici e-posta adresi oluşturun. Gelen kutunuzu spam ve gereksiz maillerden koruyun. Hızlı ve güvenli geçici e-posta hizmeti.">
<meta name="twitter:image" content="https://mehmetkahya0.github.io/temp-mail/images/temp-mail-twitter-image.png">
<!-- Twitter Card Meta Etiketleri Sonu -->

<!-- Diğer Meta ve Bağlantılar -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" href="images/temp-mail-icon.png" type="image/x-icon">

<!-- Diğer Script ve Stil Dosyaları -->




<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="icon" href="images/temp-mail-icon.png" type="image/x-icon" />
Expand Down Expand Up @@ -58,7 +92,9 @@

<!-- 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="500" 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>
Expand Down
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Disallow:

Sitemap: https://mehmetkahya0.github.io/temp-mail/sitemap.xml
13 changes: 13 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://mehmetkahya0.github.io/temp-mail/</loc>
<lastmod>2025-01-15</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>

<!-- Diğer Sayfalarınız İçin Benzer URL Etiketleri Ekleyin -->

</urlset>

0 comments on commit f1fe243

Please sign in to comment.