Race Results Database
Search for your event below to view official times and photos.
| Date | Event Name | Type | Link |
|---|---|---|---|
| 2026 | Example Winter Triathlon | Triathlon | View Results → |
Chip Timing
Utilizing RaceResult technology for high-speed, accurate data for any sport—from FIS skiing to MTB enduro.
Custom Bibs
Full-color, waterproof bibs. We manage sequential numbering (Blue, Green, Orange ranges) for complex wave starts.
Live Setup
15ft/20ft finish arches, live streaming finish line video, and athlete result kiosks.
/* Race Calendar Styles */
.calendar-item {
display: flex;
align-items: center;
background: #fff;
margin-bottom: 15px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.cal-date {
min-width: 80px;
text-align: center;
border-right: 2px solid #003366;
margin-right: 20px;
}
.cal-date .month { display: block; text-transform: uppercase; font-weight: bold; font-size: 0.9em; }
.cal-date .day { display: block; font-size: 1.8em; font-weight: 800; color: #003366; line-height: 1; }
.cal-info h3 { margin: 0; font-size: 1.2em; color: #003366; }
.cal-meta { font-size: 0.9em; color: #666; margin-top: 5px; }
.badge {
display: inline-block;
padding: 2px 10px;
border-radius: 4px;
font-size: 0.75em;
font-weight: bold;
text-transform: uppercase;
margin-right: 5px;
}
.badge-ski { background: #e0f2ff; color: #0077cc; }
.badge-run { background: #e6ffed; color: #28a745; }
.badge-tri { background: #fff3cd; color: #856404; }