Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width50%
Align
aligncenter
classhD
RESOURCES

Button Hyperlink
titleHow-To Series
typestandard
classbutton
urlRocketTeam:How To: Build a Rocket

Button Hyperlink
titleRocketry Certification
typestandard
classbutton
urlCertification

Button Hyperlink
titleRocket Team Standards
typestandard
classbutton
urlRocket Team Standards

Button Hyperlink
titleRocket Safety
typestandard
classbutton
urlSafety

Button Hyperlink
titleDesign Reviews
typestandard
classbutton
urlThe Design Review Process

Button Hyperlink
titleTypical Rocket Parts
typestandard
classbutton
urlTypical Rocket Parts

Button Hyperlink
titleOpenRocket
typestandard
classbutton
urlOpenRocket

Button Hyperlink
titleEducational Books
typestandard
classbutton
urlEducational Books

Button Hyperlink
titleGoogle Calendar
typestandard
classbutton
urlGoogle Calendar

Button Hyperlink
titleAssociates & Procurement
typestandard
classbutton
urlAssociate & Sources

Column
width50%
Align
aligncenter
classhD
SUBTEAMS

Button Hyperlink
titleExecutive Council
typestandard
classbutton
urlExecutive Council

Button Hyperlink
titleStructures
typestandard
classbutton
urlStructures Subteam

Button Hyperlink
titleAerodynamics
typestandard
classbutton
urlAerodynamics Subteam

Button Hyperlink
titleRecovery
typestandard
classbutton
urlRecovery Subteam

Button Hyperlink
titleAvionics
typestandard
classbutton
urlAvionics Subteam

Button Hyperlink
titleSolid Prop
typestandard
classbutton
urlSolid Propulsion Subteam

Button Hyperlink
titleLiquid Prop
typestandard
classbutton
urlLiquid Propulsion Subteam

...

Section
Column
width55%
Float
margin0px
sideright
background#000

Associate & Sources
Column
width45%

Float
margin0px 0px 50px 40px
sideleft
background#000
Button Hyperlink
titleGoogle Calendar
typestandard
classbutton
urlGoogle Calendar

Button Hyperlink
titleAssociates & Procurement
typestandard
classbutton
url









CSS Stylesheet
@font-face {
  font-family: 'Audiowide';
  src: url(https://fonts.gstatic.com/s/audiowide/v16/l7gdbjpo0cum0ckerWCdlg_O.woff2);
}
.wiki-content,
.wiki-content p,
.wiki-content table,
.wiki-content tr,
.wiki-content td,
.wiki-content th,
.wiki-content ol,
.wiki-content ul,
.wiki-content li {
background-color: #000; 
font-family: 'Audiowide';
}
h1, h2, h3, h4, p, .wiki-content {
  color: white;
}  

.button {
    display: block;
    width: 70%; /* Button width set to 50% of its parent container */
    padding: 5px 10px 20px 10px; /* top, right, bottom, left - adjusted for more space at the bottom */
    margin: 0 auto; /* Centers the button horizontally */
    background-color: rgb(41, 41, 41) !important; /* Darker gray background */
    color: white !important; /* Ensures text color is white */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px; /* Larger font size for better readability */
}
  .button:hover {
    background-color: #A9A9A9 !important; /* Darker shade of gray for hover effect */
}

.buttonPrometheus {
   background-image: url('prometheus.png');
  background-size: cover; /* Or use contain, depending on how you want the image to fit */
  background-position: center; 
    display: block;
    width: 100%; /* Button width set to 50% of its parent container */
    padding: 5px 10px 20px 10px; /* top, right, bottom, left - adjusted for more space at the bottom */
    margin: 0 auto; /* Centers the button horizontally */
    background-color: rgb(41, 41, 41) !important; /* Darker gray background */
    color: white !important; /* Ensures text color is white */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px; /* Larger font size for better readability */
}

...