Skip to content
Merged
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
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,32 +116,33 @@ <h1>Interesting Facts about Mars and the Mars Rover</h1>
<p id="answer">Yes and no. The iPhone in your pocket has at least 4 times the computing power of Curiosity, which packs a mere 200MHz CPU, to iPhones 800MHz CPU. Further, Curiosity packs just 256MB of RAM, and 2GB of on-board storage space. The iPhone has 512MB of RAM and up to 64GB of storage. However, Curiosity has multiple computers in case one breaks, all of which are capable of withstanding massive amounts of radiation an iPhone would not survive.</p>
<p id="question">"How did Curiosity get to Mars in the first place?"></p>
<p id="question">Curiosity has a rough journey to get to Mars and there is no guarantee it will arrive. Below is a video of it's hard journey to Mars.</p>
<iframe width="420" height="315" src="https://www.youtube.com/watch?v=Ki_Af_o9Q9s"https://www.youtube.com/watch?v=Ki_Af_o9Q9s></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uxVVgBAosqg" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<p id="question">Does Curiosity have a birthday?</p>
<p id="answer">Yes. Its birthday is on August 5, 2012. For it's 1st Birthday, it sang itself a lonely birthday song. Millions of Earthlings were sad Curiosity was all alone. However, Curiosity runs on a nuclear battery that turns heat into electricity and it will eventually die. In the scientific world, there is no value in songs, so it's vibration unit has been reprogrammed for scientific data collection. If you would like to hear it sing Happy Birthday, watch the video below.</p>
<iframe width="420" height="315"
src="https://www.youtube.com/watch?v=uxVVgBAosqg">
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/h2I8AoB1xgU" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="about">
<h1>"About Team Nitrogen"</h1>
<div class="team">
<p id="Charlie">Charlie</p>
<img src=/>
<p id="Liz">Liz</p>
<img src=/>
<p id="Carmen">Carmen</p>
<img src=/>
<p id="Katlyn">Katlyn</p>
<img src=/>
<h2>Charlie Heiner</h2>
<p id="bio">I love getting away from the city and into nature with my camera. It's not as easy these days while learning to code and juggle a family, but my supportive, beautiful wife and two amazing children make it very worthwhile. </p>
<img src="https://media-exp2.licdn.com/mpr/mpr/AAEAAQAAAAAAAArIAAAAJDQ1ZWRkMTU1LTQ5NjEtNGUxMi05ZTA5LTE0MjQ4N2FhYWVjYg.jpg" alt = "black and white alien image"/>
<h2>Liz Petersen</h2>
<p id="bio">When I was 11, I wanted to be an astronaut. That dream quickly changed with the onset of the teen years and a driver’s license. A graphic and web designer by training, I am currently studying software development at Alchemy Code Lab in Portland, OR. Hobbies include riding my motorcycle to beautiful places, nature photography, hiking, and camping. I'm a plant nerd, parent of one, and practitioner of mindful communication. The farthest reaches of space have continued to hold my interest, and I have been totally excited working on this project.</p>
<img src="https://i.pinimg.com/474x/f8/29/03/f82903b0aa0debc29bbbf75dcdec094d--mars-attacks-alien-art.jpg" alt = "cute alien holding cat"/>
<h2>Carmen Perezchica</h2>
<p id="bio">Carmen</p>
<img src="https://vignette.wikia.nocookie.net/phineasandferb/images/7/7a/Martians_and_rover.png/revision/latest?cb=20120102080004" alt = "Martians pointing at Mars rover"/>
<h2>Katlyn Tucker</h2>
<p id="bio">I enjoy warping time and space while learning to speak in code. Although not an astronaut, I watched two space shuttle launches and spent many childhood hours at Nasa. I almost applied to the program to colonize Mars,but leaving behind my two teens, friends and family behind and never returning to Earth was a dealbreaker. In my free time, I take photos, make jewelry and hang out with my kids, where we often sit and watch the Universe.</p>
<img src="http://wwwcdn.skyandtelescope.com/wp-content/uploads/mars_rover_journey_480px.jpg" alt = "Mars rover leaves a message in the Mars sand which spells out Mars"/>
</div>
<div class="bio"></div>

</section>
<footer>
<p>&copy 2017 Team Nitrogen</p>
<p>&copy 2017 | All Rights Reserved | Team Nitrogen | Mars app</p>
</footer>


Expand Down