Fix(UI): Reskin with milder colour theme and improved spacing in layout..

This commit is contained in:
2025-02-02 02:02:33 +00:00
parent 5a7d5417d0
commit dd10b12197
44 changed files with 320 additions and 310 deletions

View File

@@ -14,9 +14,13 @@ Data model for services view
from models.model_view_base import Model_View_Base
# from routes import bp_home
# external
from typing import ClassVar
class Model_View_Services(Model_View_Base):
# Attributes
FLAG_FAQ: ClassVar[str] = 'faq'
FLAG_SERVICES: ClassVar[str] = 'services'
FLAG_TECHNOLOGIES: ClassVar[str] = 'technologies'
@property
def title(self):
return 'Services'