Skip to content

Younss #62

Description

@younsskkb
<title>صفحتي الشخصية + ذكاء اصطناعي وهمي</title> <style> body { margin: 0; padding: 0; font-family: 'Arial', sans-serif; background-color: #f4f4f4; color: #333; }
header {
  background-color: #007aff;
  color: white;
  padding: 30px 10px;
  text-align: center;
}

section {
  padding: 20px;
  margin: 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
  color: #007aff;
}

textarea, button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #007aff;
  color: white;
  border: none;
  cursor: pointer;
}

#ai-response {
  margin-top: 20px;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 8px;
  min-height: 50px;
}

footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #888;
}

@media (max-width: 600px) {
  header, section {
    padding: 15px;
  }
}
</style>

👨‍💻 صفحتي الشخصية

مرحبا! أنا [اسمك]، مطور هاوي ومهتم بالتكنولوجيا 💡

🧠 مساعد ذكاء اصطناعي وهمي

اكتب أي سؤال وسأحاول "الرد" عليك بجواب عشوائي 😉

<textarea id="user-question" placeholder="اكتب سؤالك هنا..."></textarea> أرسل السؤال
الجواب سيظهر هنا...

📌 من أنا؟

أنا شخص مهتم بتعلم البرمجة، خصوصًا الذكاء الاصطناعي وتطوير الويب. أحب اكتشاف تقنيات جديدة وأطمح لبناء مشاريع مفيدة للعالم.

📞 تواصل معي

  • 📧 البريد الإلكتروني: yourmail@example.com
  • 📱 إنستغرام: @yourinsta
  • 🌐 موقعي: www.example.com
© 2025 - تصميم وبرمجة من طرفي 👨‍💻 <script> function fakeAI() { const responses = [ "🤖 ربما الجواب هو نعم، ولكن تأكد بنفسك!", "🔍 سؤال ممتاز! سأبحث عنه لاحقًا...", "🧠 حسب تحليلي، الجواب قد يكون معقدًا.", "😂 والله ما عرفت، سول واحد خبير!", "⏳ كنحتاج وقت باش نجاوب، ولكن ممكن تقول الجواب هو 42.", "📘 هذا موضوع طويل، نخليه ليوم آخر.", "👍 الجواب بسيط: نعم... أو لا... حسب السياق.", "😴 أنا نعسان، عاود سول من بعد." ]; const question = document.getElementById("user-question").value.trim(); const responseBox = document.getElementById("ai-response"); if (question === "") { responseBox.innerText = "⚠️ من فضلك اكتب سؤال أولا."; } else { const randomIndex = Math.floor(Math.random() * responses.length); responseBox.innerText = responses[randomIndex]; } } </script>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions