|
33 | 33 | <!-- Loads module Html -->
|
34 | 34 | <script src="./components/Header.js" defer></script>
|
35 | 35 | <script src="./components/Footer.js" defer></script>
|
| 36 | + |
| 37 | + <!-- Gets instagram posts --> |
| 38 | + <script src="./assets/javascript/getInstagramPosts.js" defer></script> |
36 | 39 | </head>
|
37 | 40 |
|
38 | 41 | <body>
|
39 | 42 | <!-- Header will be loaded here -->
|
40 | 43 | <main>
|
41 |
| - <h1>Our Story</h1> |
| 44 | + <div id="backgroundContainer" role="presentation"> |
| 45 | + <img |
| 46 | + id="moonBackground" |
| 47 | + srcset=" |
| 48 | + /assets/images/photos/mobileMoonBackground.webp 768w, |
| 49 | + /assets/images/photos/desktopMoonBackground.webp 1200w |
| 50 | + " |
| 51 | + src="/assets/images/photos/mobileMoonBackground.jpg" |
| 52 | + alt="Background of the moon" |
| 53 | + /> |
| 54 | + </div> |
| 55 | + <section id="teamTextSection"> |
| 56 | + <h2> |
| 57 | + We believe that good design is powerful, hard work is essential, and |
| 58 | + exploring the unknown is important. |
| 59 | + </h2> |
| 60 | + <hr role="presentation" /> |
| 61 | + <div role="presentation"> |
| 62 | + <article> |
| 63 | + <h3>Mission</h3> |
| 64 | + <p> |
| 65 | + Here need a sentence about our mission, think about why we do this |
| 66 | + project, or something inspired you. |
| 67 | + </p> |
| 68 | + </article> |
| 69 | + <hr role="presentation" /> |
| 70 | + <article> |
| 71 | + <h3>Value</h3> |
| 72 | + <p> |
| 73 | + Here need a sentence about our value, think about why we do this |
| 74 | + project, or why you are here. |
| 75 | + </p> |
| 76 | + </article> |
| 77 | + </div> |
| 78 | + <hr /> |
| 79 | + <article> |
| 80 | + <h3>About Us</h3> |
| 81 | + <p> |
| 82 | + TrickFire’s mission is to give students the hands-on, applicable |
| 83 | + experience crucial to entering the working world. Here, students can |
| 84 | + gain skills in software, mechanical and electrical engineering, and |
| 85 | + business skills such as budget management and communications. All of |
| 86 | + these skills will prepare students for their resumes, and they will |
| 87 | + be able to talk about their work in TrickFire, while having fun |
| 88 | + along the way! |
| 89 | + </p> |
| 90 | + </article> |
| 91 | + <hr role="presentation" /> |
| 92 | + <article> |
| 93 | + <h3>About Team</h3> |
| 94 | + <p> |
| 95 | + TrickFire is made up of smaller teams that all contribute their own |
| 96 | + disciplines to the final rover and provide members with different |
| 97 | + opportunities to flex their skills. Members can join multiple teams |
| 98 | + and each team works on several different projects in their own |
| 99 | + subteams, so there is always something new and interesting to be |
| 100 | + worked on. |
| 101 | + </p> |
| 102 | + </article> |
| 103 | + <hr /> |
| 104 | + </section> |
| 105 | + <section id="teamLeadersSection"> |
| 106 | + <h3 id="leaderTitle">Team Leaders</h3> |
| 107 | + <article> |
| 108 | + <div class="profile" role="presentation"> |
| 109 | + <img |
| 110 | + src="assets\images\photos\ProfilePlaceholder.webp" |
| 111 | + alt="Placeholder profile" |
| 112 | + /> |
| 113 | + <h3>Name</h3> |
| 114 | + </div> |
| 115 | + <div class="quote" role="presentation"> |
| 116 | + <h3>“Quote, or motto”</h3> |
| 117 | + <p> |
| 118 | + Job responsibilitiesJob responsibilitiesJob responsibilitiesJob |
| 119 | + responsibilities Job responsibilitiesJob responsibilitiesJob |
| 120 | + responsibilities |
| 121 | + </p> |
| 122 | + </div> |
| 123 | + </article> |
| 124 | + <article class="reversed"> |
| 125 | + <div class="profile" role="presentation"> |
| 126 | + <img |
| 127 | + src="assets\images\photos\ProfilePlaceholder.webp" |
| 128 | + alt="Placeholder profile" |
| 129 | + /> |
| 130 | + <h3>Name</h3> |
| 131 | + </div> |
| 132 | + <div class="quote" role="presentation"> |
| 133 | + <h3>“Quote, or motto”</h3> |
| 134 | + <p> |
| 135 | + Job responsibilitiesJob responsibilitiesJob responsibilitiesJob |
| 136 | + responsibilities Job responsibilitiesJob responsibilitiesJob |
| 137 | + responsibilities |
| 138 | + </p> |
| 139 | + </div> |
| 140 | + </article> |
| 141 | + <article> |
| 142 | + <div class="profile" role="presentation"> |
| 143 | + <img |
| 144 | + src="assets\images\photos\ProfilePlaceholder.webp" |
| 145 | + alt="Placeholder profile" |
| 146 | + /> |
| 147 | + <h3>Name</h3> |
| 148 | + </div> |
| 149 | + <div class="quote" role="presentation"> |
| 150 | + <h3>“Quote, or motto”</h3> |
| 151 | + <p> |
| 152 | + Job responsibilitiesJob responsibilitiesJob responsibilitiesJob |
| 153 | + responsibilities Job responsibilitiesJob responsibilitiesJob |
| 154 | + responsibilities |
| 155 | + </p> |
| 156 | + </div> |
| 157 | + </article> |
| 158 | + <article class="reversed"> |
| 159 | + <div class="profile" role="presentation"> |
| 160 | + <img |
| 161 | + src="assets\images\photos\ProfilePlaceholder.webp" |
| 162 | + alt="Placeholder Profile" |
| 163 | + /> |
| 164 | + <h3>Name</h3> |
| 165 | + </div> |
| 166 | + <div class="quote" role="presentation"> |
| 167 | + <h3>“Quote, or motto”</h3> |
| 168 | + <p> |
| 169 | + Job responsibilitiesJob responsibilitiesJob responsibilitiesJob |
| 170 | + responsibilities Job responsibilitiesJob responsibilitiesJob |
| 171 | + responsibilities |
| 172 | + </p> |
| 173 | + </div> |
| 174 | + </article> |
| 175 | + </section> |
| 176 | + <section id="teamInstagramSection"> |
| 177 | + <h3>Our Story on Instagram</h3> |
| 178 | + <div id="photoContainer" role="presentation"></div> |
| 179 | + </section> |
| 180 | + <section id="teamCompetitionSection"> |
| 181 | + <h3>Awards</h3> |
| 182 | + <div id="awardLogoContainer" role="presentation"> |
| 183 | + <img src="assets/images/sponsors/nvidia.png" alt="Logo placeholder" /> |
| 184 | + <img src="assets/images/sponsors/nvidia.png" alt="Logo placeholder" /> |
| 185 | + <img src="assets/images/sponsors/nvidia.png" alt="Logo placeholder" /> |
| 186 | + </div> |
| 187 | + </section> |
42 | 188 | </main>
|
43 | 189 | <!-- Footer will be loaded here -->
|
44 | 190 | </body>
|
|
0 commit comments