Jump to content

Henlopen Conference: Difference between revisions

From Delaware Wrestling History
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 24: Line 24:
[[Henlopen Team Champions]]
[[Henlopen Team Champions]]


<table class="wikitable">
<!DOCTYPE html>
<tr>
<html lang="en">
<th>Member</th>
<head>
<th>Origin Year</th>
<meta charset="UTF-8">
<th>Leave Year</th>
<title>Timeline</title>
<th>Status</th>
<style>
</tr>
body {
    font-family: Arial, sans-serif;
}


<tr>
.timeline {
<td>School A</td>
    position: relative;
<td>2005</td>
    max-width: 800px;
<td>2012</td>
    margin: 20px auto;
<td>Former</td>
    padding: 10px 0;
</tr>
}


<tr>
.timeline::after {
<td>School B</td>
    content: '';
<td>2010</td>
    position: absolute;
<td>Present</td>
    width: 4px;
<td>Active</td>
    background: #333;
</tr>
    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>
 
<h2 style="text-align:center;">Membership Timeline</h2>
 
<div class="timeline">
 
    <!-- Entry 1 -->
    <div class="container left">
        <div class="content">
            <div class="date">Origin: 2005<br>Left: 2012</div>
            <h3>School A</h3>
            <p>Joined as a founding member. Competed in all divisions.</p>
        </div>
    </div>
 
    <!-- Entry 2 -->
    <div class="container right">
        <div class="content">
            <div class="date">Origin: 2010<br>Left: Present</div>
            <h3>School B</h3>
            <p>Still an active member organization.</p>
        </div>
    </div>
 
    <!-- Entry 3 -->
    <div class="container left">
        <div class="content">
            <div class="date">Origin: 2015<br>Left: 2019</div>
            <h3>School C</h3>
            <p>Short-term member during conference expansion.</p>
        </div>
    </div>
 
</div>
 
</body>
</html>


<tr>
<td>School C</td>
<td>2015</td>
<td>2019</td>
<td>Former</td>
</tr>
</table>
[[Conferences | Return to Conferences Page]]
[[Conferences | Return to Conferences Page]]



Revision as of 23:44, 22 March 2026

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

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

School A

Joined as a founding member. Competed in all divisions.

Origin: 2010
Left: Present

School B

Still an active member organization.

Origin: 2015
Left: 2019

School C

Short-term member during conference expansion.

</body> </html>

Return to Conferences Page

References