Henlopen Conference
Appearance
There are 2 divisions in the Henlopen Conference, North and South, which separate the 15 schools. The two represent teams competing in Division 1 and 2, respectively.
North
- Caesar Rodney
- Cape Henlopen
- Dover
- Milford
- Polytech
- Smyrna
- Sussex Central High School
- Sussex Tech
South
- Delmar
- Indian River
- Lake Forest
- Laurel
- Seaford
- Sussex Academy
- Woodbridge
Henlopen Champions
Henlopen Individual Champions
Henlopen Team Champions
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Timeline</title> <style> body {
font-family: Arial, sans-serif;
}
.timeline {
position: relative; max-width: 800px; margin: 20px auto; padding: 10px 0;
}
.timeline::after {
content: ; position: absolute; width: 4px; background: #333; top: 0; bottom: 0; left: 50%; margin-left: -2px;
}
.container {
padding: 10px 40px; position: relative; width: 50%;
}
.left {
left: 0;
}
.right {
left: 50%;
}
.container::after {
content: ; position: absolute; width: 15px; height: 15px; right: -8px; background: white; border: 3px solid #333; top: 15px; border-radius: 50%; z-index: 1;
}
.right::after {
left: -8px;
}
.content {
padding: 15px; background: #f4f4f4; border-radius: 6px;
}
.date {
font-weight: bold; color: #222; margin-bottom: 5px;
}
</style> </head> <body>
Membership Timeline
Origin: 2005
Left: 2012
Left: 2012
School A
Joined as a founding member. Competed in all divisions.
Origin: 2010
Left: Present
Left: Present
School B
Still an active member organization.
Origin: 2015
Left: 2019
Left: 2019
School C
Short-term member during conference expansion.
</body> </html>