adding a new logo,changing the title in the UI .

modified:   README.md
	new file:   logo.png
	modified:   static/favicon.ico
	modified:   templates/index.html
	modified:   templates/modify_info.html
	modified:   templates/points.html
	modified:   templates/record.html
هذا الالتزام موجود في:
2025-10-01 09:38:19 +03:00
الأصل 56652a73fc
التزام 2aa5df10ee
7 ملفات معدلة مع 7 إضافات و8 حذوفات

عرض الملف

@@ -6,6 +6,8 @@
AL Najeeb System is a simple web application built with the **Flask** framework in Python, utilizing **SQLite** as its database. This application allows users to manage student information, including personal data, contact details, memorization progress, and a points tracking system. The frontend is built with **Tailwind CSS** for a clean and responsive user experience.
![Al Najeeb System Logo](logo.png)
---
## Installation and Running
@@ -100,7 +102,4 @@ Updating the application involves pulling the latest code, updating dependencies
```bash
./serve.sh
```
---
## Links
- favicon : `<a href="https://www.flaticon.com/free-icons/study-program" title="study program icons">Study program icons created by Triangle Squad - Flaticon</a>`

ثنائية
logo.png Normal file

ملف ثنائي غير معروض.

بعد

العرض:  |  الارتفاع:  |  الحجم: 1.6 MiB

ثنائية
static/favicon.ico

ملف ثنائي غير معروض.

قبل

العرض:  |  الارتفاع:  |  الحجم: 17 KiB

بعد

العرض:  |  الارتفاع:  |  الحجم: 66 KiB

عرض الملف

@@ -4,7 +4,7 @@
{% block content %}
<header class="text-center">
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام إدارة الطلاب</h1>
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام النجيب</h1>
<nav class="mb-8">
<ul class="flex justify-center space-x-4 space-x-reverse bg-white p-2 rounded-full shadow-lg inline-flex">
<li>

عرض الملف

@@ -5,7 +5,7 @@
{% block content %}
<header class="text-center">
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">تعديل معلومات الطالب</h1>
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام النجيب</h1>
<nav class="mb-8">
<ul class="flex justify-center space-x-4 space-x-reverse bg-white p-2 rounded-full shadow-lg inline-flex">
@@ -97,4 +97,4 @@
});
}
</script>
{% endblock %}
{% endblock %}

عرض الملف

@@ -4,7 +4,7 @@
{% block content %}
<header class="text-center">
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام نقاط الطلاب</h1>
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام النجيب</h1>
<nav class="mb-8">
<ul class="flex justify-center space-x-4 space-x-reverse bg-white p-2 rounded-full shadow-lg inline-flex">
<li>

عرض الملف

@@ -4,7 +4,7 @@
{% block content %}
<header class="text-center">
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام متابعة الحضور والإنجاز</h1>
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-6">نظام النجيب</h1>
<nav class="mb-8">
<ul class="flex justify-center space-x-4 space-x-reverse bg-white p-2 rounded-full shadow-lg inline-flex">
<li>