-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9ba100
commit e8e4500
Showing
4 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
<div | ||
style="display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 4rem 3rem; gap: 3rem; background-color: var(--primary);" class="font-unbounded mobile-column" | ||
style="width: 100%; padding: 4rem 3rem; background-color: var(--primary);" class="font-unbounded mobile-column" | ||
> | ||
<style> | ||
img { | ||
width: 50%; | ||
border-radius: 1rem; | ||
} | ||
|
||
@media (max-width: 480px) { | ||
img { | ||
width: 100%; | ||
} | ||
} | ||
</style> | ||
<div style="display: flex; font-size: 1.25rem; flex-direction: column;" > | ||
<p> | ||
We are a group of robot enthusiasts with the goal of promoting robotics at UT Dallas and in the surrounding area through outreach, projects and | ||
workshops. | ||
</p> | ||
<br /> | ||
<p> | ||
Comet Robotics focuses on supporting this goal with 2 divisions: combat | ||
robotics and competitive robotics. | ||
</p> | ||
<style> | ||
img { | ||
width: 50%; | ||
border-radius: 1rem; | ||
} | ||
|
||
@media (max-width: 480px) { | ||
img { | ||
width: 100%; | ||
} | ||
} | ||
</style> | ||
<div style="display: flex; align-items: center; justify-content: space-between; gap: 3rem; max-width: 75rem; margin: auto"> | ||
<div style="display: flex; font-size: 1.25rem; flex-direction: column;" > | ||
<p> | ||
We are a group of students who are passionate about all things robots - from the mechanical aspects, to writing software, and all the things in between. | ||
</p> | ||
<br /> | ||
<p> | ||
Our goal is to promote robotics at UT Dallas and in the surrounding area through outreach, projects and workshops. | ||
</p> | ||
<br /> | ||
<p> | ||
Every Monday<a style="color: inherit;" href="#meeting-footnote"><sup>*</sup></a> at 7pm, we gather together to learn and build all sorts of robots - for fun, and to compete in a variety of events. | ||
</p> | ||
<br /> | ||
</div> | ||
<img | ||
src="/home/IMG_4798.jpg" | ||
/> | ||
</div> | ||
<img | ||
src="/home/IMG_4798.jpg" | ||
/> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters