https://github.com/dcversus/dcversus.wtf
Professional career development and management consulting services (EN/RU). Helping technical leaders and managers achieve success through strategic guidance.
https://github.com/dcversus/dcversus.wtf
bilingual career-development consulting management mentorship professional-services static-site tailwindcss technical-leadership typescript
Last synced: 2 days ago
JSON representation
Professional career development and management consulting services (EN/RU). Helping technical leaders and managers achieve success through strategic guidance.
- Host: GitHub
- URL: https://github.com/dcversus/dcversus.wtf
- Owner: dcversus
- License: mit
- Created: 2025-12-09T14:30:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-22T18:14:30.000Z (6 months ago)
- Last Synced: 2026-03-31T12:39:34.219Z (3 months ago)
- Topics: bilingual, career-development, consulting, management, mentorship, professional-services, static-site, tailwindcss, technical-leadership, typescript
- Language: TypeScript
- Homepage: https://dcversus.wtf
- Size: 1.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCVS - Professional Consulting Website
A simple bilingual (English/Russian) static website for professional career development and management consulting services.
## Quick Start
```bash
# Clone repository
git clone https://github.com/uz0/dcversus.wtf
cd dcversus.wtf
# Install dependencies
npm install
# Build and serve
npm run build
npm run start
```
## Available Scripts
```bash
npm run build # Build TypeScript to docs/js/
npm run start # Serve static files from docs/ on port 3000
npm run type-check # TypeScript compilation check
```
## Project Structure
```
dcversus.wtf/
├── src/
│ └── main.ts # TypeScript entry point (language switcher)
├── docs/
│ ├── index.html # Main website with bilingual support
│ ├── css/
│ │ └── styles.css # Tailwind CSS build output
│ └── js/
│ └── main.js # Built JavaScript
└── package.json # Project configuration
```
## Features
- **Bilingual Support**: English (default) and Russian languages
- **Language Switcher**: Fixed-position EN/RU toggle buttons
- **SEO Optimized**: Meta tags, Open Graph, Twitter Cards
- **Responsive Design**: Mobile-friendly layout with Tailwind CSS
- **Google Analytics**: Integrated tracking
- **Static Site**: No server-side complexity, suitable for GitHub Pages
## Language Switching
- Default: English
- Russian mode: Add `?lang=ru` to URL
- Toggle: Click EN/RU buttons in top-left corner
## Deployment
Outputs static files to `docs/` folder, making it suitable for:
- GitHub Pages
- Netlify
- Vercel
- Any static web server
## Content Management
- Edit `docs/index.html` for content changes
- Add translations using `data-i18n-ru` and `data-i18n-en` attributes
- Build process updates JavaScript automatically
---
Built with ❤️ for simple, maintainable bilingual web development.