This website is created for the Robot Framework Bootcamp in Köln on August 28, 2025, hosted by imbus Rheinland GmbH.
The Robot Framework Bootcamp is a free community event featuring:
- Parallel workshops (Robot Framework Bootcamp, Library Development, Advanced Features)
- Networking opportunities
- BBQ on the rooftop terrace
- Latest Robot Framework news and updates
- Responsive Design: Optimized for desktop, tablet, and mobile devices
- Professional Styling: Uses imbus brand colors and modern design principles
- Interactive Elements: Countdown timer to the event date
- Contact Form: Client-side form that opens email client for registration
- Accessibility: Semantic HTML and proper contrast ratios
- Performance: Optimized CSS and JavaScript
- HTML5: Semantic markup for better SEO and accessibility
- CSS3: Modern styling with CSS Grid, Flexbox, and custom properties
- Vanilla JavaScript: Lightweight interactions and form handling
- Google Fonts: Inter font family for professional typography
This website is designed to be deployed on GitHub Pages:
- Push the repository to GitHub
- Go to repository Settings > Pages
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- The website will be available at
https://username.github.io/repository-name
To run the website locally:
- Clone the repository
- Open
index.html
in a web browser - For development with live reload, use a local server:
# Using Python 3 python -m http.server 8000 # Using Node.js npx serve . # Using VS Code Live Server extension Right-click index.html > "Open with Live Server"
.
├── index.html # Main HTML file
├── styles.css # CSS styles with imbus branding
├── script.js # JavaScript for interactions
├── README.md # This file
└── .github/
└── copilot-instructions.md
The website uses imbus brand colors defined in CSS custom properties:
- Primary Blue:
#1e3a8a
- Secondary Blue:
#3b82f6
- Accent Blue:
#60a5fa
To update event information:
- Edit the HTML content in
index.html
- Update the event date in
script.js
(line 3) - Modify program schedule in the HTML
All styles are contained in styles.css
with:
- CSS Grid for layout
- Flexbox for component alignment
- Custom properties for consistent theming
- Mobile-first responsive design
For questions about the event, contact: [email protected]
This website is created for imbus AG and uses their branding with permission.