ap3labs.com Tailwind Templates

Ap3labs.com

AP3 Labs company website built with SvelteKit and Tailwind CSS - Highlighting our expertise in custom software development, workflow automation, and tailored web applications. Modern tech stack for a modern consulting agency.

Personal Portfolio

Overview

Developer focused on DeFi integration with a background in finance and a deep understanding of crypto systems. This portfolio showcases my journey as a developer, built with modern web technologies including SvelteKit and Tailwind CSS for a smooth, responsive experience.

Features

  • Modern Design - Clean and professional user interface
  • Fully Responsive - Perfect display on all devices
  • Fast Performance - Optimized loading and smooth transitions
  • Dynamic Content - Easy to update and maintain
  • Dark Mode - Comfortable viewing experience
  • Contact Form - Direct way to reach out

Tech Stack

  • Frontend Framework: SvelteKit
  • Styling: Tailwind CSS
  • Animations: Svelte Transitions
  • Deployment: Vercel

Development

  1. Clone the repository

    git clone https://github.com/[USERNAME]/resume.git
    
  2. Install dependencies

    cd resume
    npm install
    
  3. Start development server

    npm run dev
    
  4. Build for production

    npm run build
    

Project Structure

/
├── src/
│   ├── components/
│   │   ├── About.svelte
│   │   ├── Contact.svelte
│   │   ├── ContactModal.svelte
│   │   ├── Experience.svelte
│   │   ├── Header.svelte
│   │   ├── Intro.svelte
│   │   ├── Loader.svelte
│   │   └── Projects.svelte
│   ├── lib/
│   │   └── types.ts
│   ├── routes/
│   │   ├── +layout.svelte
│   │   ├── +page.svelte
│   │   └── api/
│   │       └── contact/
│   │           └── +server.ts
│   ├── stores/
│   │   ├── loading.ts
│   │   └── navigation.ts
│   ├── app.css
│   ├── app.html
│   └── satoshi.css
└── static/
    ├── screenshot1.png
    ├── screenshot2.png
    ├── screenshot3.png
    └── og-image.jpg

Screenshots

Live Demo

https://resume.ap3labs.com/

Contact

Feel free to reach out if you have any questions or just want to connect!

License

This project is open source and available under the MIT License.

Deployment

This project is configured for deployment on Vercel. To deploy:

  1. Install Vercel CLI:

    npm install -g vercel
    
  2. Configure SvelteKit adapter in svelte.config.js: ```javascript import adapter from '@sveltejs/adapter-vercel';

export default { kit: { adapter: adapter() } };


3. Deploy to Vercel:
```bash
vercel

Made with SvelteKit

Top categories

Loading Svelte Themes