-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
<title>صفحتي الشخصية + ذكاء اصطناعي وهمي</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
color: #333;
}
</style>
© 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>
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;
}
}
👨💻 صفحتي الشخصية
مرحبا! أنا [اسمك]، مطور هاوي ومهتم بالتكنولوجيا 💡
🧠 مساعد ذكاء اصطناعي وهمي
اكتب أي سؤال وسأحاول "الرد" عليك بجواب عشوائي 😉
<textarea id="user-question" placeholder="اكتب سؤالك هنا..."></textarea> أرسل السؤالالجواب سيظهر هنا...
📌 من أنا؟
أنا شخص مهتم بتعلم البرمجة، خصوصًا الذكاء الاصطناعي وتطوير الويب. أحب اكتشاف تقنيات جديدة وأطمح لبناء مشاريع مفيدة للعالم.
📞 تواصل معي
- 📧 البريد الإلكتروني: [email protected]
- 📱 إنستغرام: @yourinsta
- 🌐 موقعي: www.example.com
Metadata
Metadata
Assignees
Labels
No labels