Trustco is a simple and responsive static website developed as part of my frontend learning path at Archi’s Academy.
This solo project serves as a landing page-style UI with modern styling and clean structure — ideal for practicing intermediate-level frontend skills using HTML, CSS, and JavaScript.
-
index.html – The main landing page that displays Trustco’s content, layout, and sections (hero, features, team, contact).
-
about.html – A secondary informational page about the Trustco team and mission.
-
services.html – Lists the services offered by Trustco, laid out with clean sections and icons.
-
contact.html – Contains a contact form and contact details for user interaction.
-
style.css – Main stylesheet applied across all pages, responsible for layout, colors, fonts, responsiveness, and animations.
-
script.js – Contains JavaScript functionality, including mobile menu toggle and dynamic interactivity.
- Clone the repository:
git clone https://github.com/Nehir0109/archis-academy-trustco.git
cd archis-academy-trustco- Open index.html in any browser.
-
Navigation – Responsive navigation bar that collapses into a hamburger menu on smaller screens.
-
Smooth Scrolling – Anchor links guide users to different sections of the page smoothly.
-
Clean Layout – Sections such as hero, features, team, services, and contact are separated for easy readability.
-
Mobile Support – Layout adjusts smoothly for tablet and mobile devices.
-
Minimal JS – JS used for simple interactivity (e.g., mobile menu toggle) without libraries.
Each section of the website is styled with modern UI/UX principles:
-
Clean typography and consistent spacing
-
Subtle hover effects and responsive design
-
Semantic HTML for accessibility
Trustco is a great example of how foundational frontend skills can be applied to build a fully responsive and presentable website. It’s part of my journey toward becoming a professional frontend developer, and I’ll continue expanding and improving it through more advanced features as I learn.
Learning Platform: Archi's Academy