Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions _pages/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,34 @@
- index
---

<h1>Media</h1>
<p>Check out some of our media appearances and features below!</p>


<div class="container">
<div class ="row">
<div class="text">
<h1>Media</h1>
<p>Check out some of our media appearances and features below!</p>
</div>
</div>
<div class="row">
<div class="text">
<h2 class="featurette-heading">2024</h2>
<p>On April 18, ALXNow wrote about how
<p>In April of 2024, we won the Impact Award, and also got 10th place out
of 54 teams in the Chesapeake Regional. Because of our performance, we
advanced to the FIRST Championship in Houston, Texas. ALXNow
<a href="https://www.alxnow.com/2024/04/10/notes-alexandria-city-high-schools-titan-robotics-team-is-heading-to-the-first-championship-in-houston-texas/">
ACPS's Titan Robotics Team is heading to the FIRST Championship in Houston, Texas
</a>, and
<a href="https://www.alexandriagazette.com/news/2024/apr/10/houston-to-feel-titan-robotics-impact/">
so did the Alexandria Gazette Packet.
wrote about our success.
</a>
In addition, the Alexandria Gazette Packet also
<a href="https://www.connectionnewspapers.com/news/2024/apr/10/houston-to-feel-titan-robotics-impact/">
featured our team.
</a>
For more details about iBeam, our robot for the 2023-2024 season, visit our
<a href="/robots">robot</a> page.

<br />

<p>Almost as soon as the </p>
</p>
</div>
</div>
Expand Down
60 changes: 60 additions & 0 deletions assets/styles/media.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
h2 {
font-size: 32px;
padding: 8px;
margin: 0 0 8px -8px;
}

p {
font-size: 1.25rem;
margin-top: 0;
}

hr {
border-top: 1px;
width: 100%;
}

img {
width: 100%;
}

.text-muted {
color: #6c757d;
}

.row {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 50px;
margin-bottom: 50px;
width: 100%;
margin-left: auto;
margin-right: auto;
justify-content: center;
}

.container :nth-child(4n+3) {
flex-direction: row-reverse;
}

.text {
width: 700px;
padding: 0 15px;
}

.img {
width: 450px;
padding: 0 15px;
}

@media (max-width: 766px) {
.row {
display: flex;
flex-wrap: wrap;
}

.row, hr, .text, .img {
width: 90%;
}
}
Loading