Mahanemoni #174420
Mahanemoni
#174420
Replies: 1 comment
-
|
Hi @mahiwx, thanks for participating! Unfortunately, we don’t currently have moderators for languages other than English. Until that changes, we need to ask that everyone use English here in the GitHub Community when posting to ensure discussions are adhering to our Code of Conduct. We’ll be locking this post for now, but please feel encouraged to create a new discussion in English if you still need support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
mahiwx/
<title>لینکپیج ماهانامونی</title>├── index.html
خوش آمدید!
تمام لینکهای مهم من در یک صفحه
- تلگرام
- ایمیل
- اینستاگرام
© 2025 ماهان امونی <script src="script.js"></script> ├── styles.css body { font-family: 'Vazirmatn', Arial, sans-serif; background: #f8f9fa; color: #222; margin: 0; padding: 0; direction: rtl; } header { text-align: center; padding: 2rem 1rem 1rem 1rem; } .logo { width: 80px; margin-bottom: 1rem; } h1 { margin-top: 0; } .links { list-style: none; padding: 0; margin: 2rem auto; max-width: 350px; } .links li { margin: 1rem 0; } .links a { display: block; background: #00c58e; color: #fff; text-decoration: none; padding: 1rem; border-radius: 16px; transition: background 0.2s; text-align: center; font-size: 1.1rem; } .links a:hover { background: #007e54; } footer { text-align: center; padding: 2rem 0 1rem 0; font-size: 0.9rem; color: #888; } ├── script.js // اسکریپت ساده برای انیمیشن و تعاملات جزئی (در صورت نیاز، قابل توسعه است) document.addEventListener('DOMContentLoaded', function () { const links = document.querySelectorAll('.links a'); links.forEach(link => { link.addEventListener('click', function () { link.classList.add('clicked'); setTimeout(() => link.classList.remove('clicked'), 300); }); }); }); ├── assets/ │ └── logo.svg M Commit new file ├── README.md # پروژه ماهنمونیاین پروژه یک صفحه ساده برای معرفی و نمایش لینکهای مهم ماهنمونی است.
استفاده از HTML، CSS و JavaScript انجام شده و قابل دیپلوی روی Netlify میباشد.
نحوه اجرا
۱. این مخزن را کلون یا فورک کنید
۲. فایلها را ویرایش یا شخصیسازی کنید
۳. با اتصال به Netlify، سایت را به راحتی دیپلوی نمایید
ارتباط
برای ارتباط و پشتیبانی، از طریق اینستاگرام یا تلگرام ماهنمونی پیام دهید.Commit new file
└── netlify.toml ← (اختیاری برای تنظیمات پیشرفته)
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions