mirror of
https://github.com/SoPat712/A2ZSoftware.git
synced 2025-08-21 10:18:46 -04:00
40f71478222f3a51a0e796b5739d873239fdbb11
A2ZSoftware Landing Page
Welcome to the A2ZSoftware landing page project!
This is a modern, responsive, and elegant single-page application (SPA) built with SvelteKit and TailwindCSS.
Features
- Fully responsive layout
- Smooth scrolling navigation
- Animated fade-in effects on page load
- Beautifully styled sections for About, Services, Solutions, Contact, and more
- Extended with Testimonials, Technologies stack, and Case Studies
- Easy deployment to platforms like Netlify
Project Structure
src/routes/+page.svelte
— Main landing page codetailwind.config.js
— TailwindCSS configurationstatic/
— Static assets (if any)svelte.config.js
— SvelteKit configuration
Installation
Clone the repository and install dependencies:
git clone https://github.com/your-username/a2zsoftware-landing.git
cd a2zsoftware-landing
pnpm install # or npm install
Running Locally
npm run dev
The site will be available at http://localhost:5173.
Deployment
This project is ready to be deployed on Netlify with a single click.
Simply connect your GitHub repository to Netlify and set the build command:
npm run build
And specify the output directory as build/
.
Technologies Used
License
This project is licensed under the GNU GPL V3.0.
Languages
JavaScript
89.8%
Svelte
9.9%
HTML
0.2%
TypeScript
0.1%