This repository contains the GitHub organization assets and website for PahVenture - a forward-thinking software development and venture capital company.
.
├── .github/
│ └── workflows/
│ └── static.yml # GitHub Pages deployment workflow
├── branding/
│ └── horizontal_normal.png # Company logo assets
├── profile/
│ └── README.md # Organization profile (displays on GitHub)
├── public/ # Coming soon website
│ ├── index.html # Main website page (Spanish)
│ ├── style.css # Styling and animations
│ ├── script.js # Countdown timer and particles.js
│ ├── logo.svg # Website logo
│ └── favicon.ico # Website favicon
└── README.md # This file
The public/ directory contains a coming soon website deployed automatically to GitHub Pages at pahventure.com.
- Countdown Timer: Dynamic countdown to company launch
- Particle Effects: Interactive background animations using particles.js
- Responsive Design: Mobile-friendly layout
- Social Media Integration: Links to company social platforms
- Bilingual Content: Primary content in Spanish
- HTML5, CSS3, JavaScript (ES6+)
- Particles.js for background effects
- Google Fonts (Montserrat, Exo 2)
- Font Awesome icons
- CSS animations and responsive design
The website is automatically deployed to GitHub Pages using GitHub Actions:
- Trigger: Push to
mainbranch - Workflow:
.github/workflows/static.yml - Source: Files from
public/directory - URL: Configured to serve from organization's domain
Brand assets and visual identity elements are stored in the branding/ directory for consistent use across projects.
The profile/README.md file defines the content displayed on PahVenture's GitHub organization page, including:
- Company overview and mission
- Service offerings (Software Development & Venture Capital)
- Featured projects
- Contact information
- Social impact initiatives
To run the website locally:
# Navigate to the public directory
cd public/
# Serve files using any static server, e.g.:
python -m http.server 8000
# or
npx serve .
# Open http://localhost:8000 in your browserThe countdown timer in script.js is set to 11 days from the current date. To modify:
// Edit these lines in script.js
const futureDate = new Date();
futureDate.setDate(futureDate.getDate() + 11); // Change the number of days
futureDate.setHours(16, 59, 59, 0); // Set specific launch timeThe website uses a consistent color palette defined in CSS custom properties:
- Dark Blue:
#012323(Primary background) - Golden Yellow:
#E0AF4E(Accent/brand color) - Off White:
#F5F7F7(Text color) - Mint Green:
#04BFA9(Secondary accent)
Connect with PahVenture on social platforms:
- Facebook: @PahVenture
- Instagram: @PahVenture
- LinkedIn: Company/PahVenture
- X (Twitter): @PahVenture
- Business Inquiries: dev@pahventure.com
- Partnership Opportunities: partnerships@pahventure.com
- Investment Proposals: invest@pahventure.com
This repository manages PahVenture's organizational presence on GitHub. For contributions:
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally (especially for website changes)
- Submit a pull request
Rompiendo barreras, inspirando innovación.
Breaking barriers, inspiring innovation.