How long is one Mars year?
@@ -125,7 +129,7 @@
Interesting Facts about Mars and the Mars Rover
Is Curiosity powerful?
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.
"How did Curiosity get to Mars in the first place?">
-
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.
+
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.
Does Curiosity have a birthday?
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.
@@ -134,21 +138,30 @@
Interesting Facts about Mars and the Mars Rover
- "About Team Nitrogen"
-
-
Charlie Heiner
-
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.
-

-
Liz Petersen
-
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.
-

-
Carmen Perezchica
-
Carmen
-

-
Katlyn Tucker
-
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.
-

-
+ Team Nitrogen
+
+
Charlie Heiner
+
+
I appreciate the Universe most by getting away from the city and into nature with my camera. It's not as easy these days while learning to code with a new one at home, but my supportive, beautiful wife and two amazing children make it very worthwhile.
+
+
+
+
Liz Petersen
+
+
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.
+
+
+
+
Carmen Perezchica
+
+
Carmen
+
+
+
+
Katlyn Tucker
+
+
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.
+
diff --git a/styles/base.css b/styles/base.css
index 72ee01e..cde9a9e 100644
--- a/styles/base.css
+++ b/styles/base.css
@@ -2,30 +2,34 @@ body {
margin: 0;
padding: 0;
background-color: #000000;
- background-image: url('https://www.nasa.gov/sites/default/files/thumbnails/image/hubble_friday_05292015.jpg');
- background-position: center top;
- background-repeat: no-repeat;
+
}
h1 {
- font-family: 'Carter One', cursive;
+
+ font-family: 'Carter+One',cursive;
+
font-size: 2.3em;
color: rgb(228, 53, 9);
margin: 0;
padding-top: 50px;
padding-left: 100px;
- position: fixed;
+ position: absolute;
z-index: 1;
}
h2 {
+
font-family: 'Carter One', cursive;
+
font-size: 1.7em;
}
h3 {
+
font-family: 'Carter One', cursive;
font-size: 1.3em;
+
}
p {
@@ -39,7 +43,7 @@ a {
display: block;
}
- a:hover {
+a:hover {
color: rgb(228, 53, 9);
}
diff --git a/styles/layout.css b/styles/layout.css
index bbb4507..d0f063b 100644
--- a/styles/layout.css
+++ b/styles/layout.css
@@ -3,6 +3,11 @@
}
+#learn {
+ background-image: url('https://www.nasa.gov/sites/default/files/thumbnails/image/hubble_friday_05292015.jpg');
+ background-position: center top;
+ background-repeat: repeat;
+}
footer{
width: 100%;
diff --git a/styles/module.css b/styles/module.css
index 30a59cb..bcbe664 100644
--- a/styles/module.css
+++ b/styles/module.css
@@ -10,8 +10,8 @@
.nav li {
display: inline-block;
- font-family: 'Luckiest Guy', cursive;
- font-size: 1em;
+ font-family: 'Carter+One', cursive;
+ font-size: 1.25em;
line-height: 40px;
height: 40px;
padding: 5px 10px;
@@ -33,7 +33,8 @@
}
-/* Container module for Gallery */
+
+/* Container module for Gallery */
#gallery-wrapper {
position: relative;
@@ -65,20 +66,21 @@
justify-content: space-around;
flex-wrap: wrap;
padding: 40px 40px 100px 40px;
+
}
- .imageBlock {
- display: block;
- position: relative;
- width: 25%;
- height: 200px;
- margin: 20px 0;
- padding: 40px;
- background-position: center;
- background-size: cover;
- text-align: center;
- border-radius: 20px;
- transition: box-shadow .3s ease-in-out;
+.imageBlock {
+ display: block;
+ position: relative;
+ width: 25%;
+ height: 200px;
+ margin: 20px 0;
+ padding: 40px;
+ background-position: center;
+ background-size: cover;
+ text-align: center;
+ border-radius: 20px;
+ transition: box-shadow .3s ease-in-out;
}
/* LEARN page module */
@@ -90,7 +92,7 @@ div.faq_container {
position: relative;
margin-left: auto;
margin-right: auto;
- height: 1000px;
+ height: 2000px;
padding-top: 100px;
padding-left: 150px;
}
diff --git a/styles/theme.css b/styles/theme.css
index b15364e..6712ae2 100644
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -3,13 +3,70 @@
div.faq p#question {
font-family: 'Roboto', sans-serif;
font-weight: bold;
- font-size: 14px;
+ font-size: 20px;
color: #35aa06;
+ margin: 2%;
+
}
- /* Learn page styling */
+/* Learn page styling */
div.faq p#answer {
font-family: 'Roboto', sans-serif;
- font-size: 14px;
+ font-size: 18px;
color: rgb(37,57,79);
- }
\ No newline at end of file
+ margin: 2%;
+ }
+
+
+/* About page styling */
+
+#about h2 {
+ font-size: 40px;
+ color: rgb(74,98,163);
+ width:60%;
+ justify-content: space-around;
+ text-align: center;
+ padding-left: 15%;
+ padding-right: 15%;
+
+}
+#about h3 {
+ font-weight: bold;
+ font-size: 30px;
+ color: #35aa06;
+ padding-left: 70px;
+}
+
+#about p#bio {
+ font-family: 'Roboto', sans-serif;
+ font-size: 20px;
+ color: rgb(250, 245, 245);
+ margin-top: 100px;
+ justify-content: space-around;
+ justify-content: space-between;
+
+}
+
+#about img{
+ display: block;
+ position: relative;
+ width: 25%;
+ height: 25%;
+ padding: 20px;
+ background-position: center;
+ background-size: cover;
+ text-align: center;
+ border-radius: 10px;
+ float:left;
+ clear: both;
+ margin-left: 30px;
+ }
+
+#about .bio-wrapper{
+ display: block;
+ block-size: 20%;
+ width: 100%;
+ float:right;
+ clear: both;
+ padding: 30px 30px 50px 50px;
+}