Skip to content
Snippets Groups Projects
Commit 580eeb41 authored by Silas Meister's avatar Silas Meister
Browse files

Finalize third assignment

parent ad1ee471
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,12 @@
},
{
"title":"NASA's Juno Mission Cheks Out Eclipse on Jupiter",
"imgurl":"../img/astronaut.jpg",
"imgurl":"../img/uploads/astronaut.jpg",
"content":"All is well on our largest neighbor; NASA's Juno spacecraft just managed to spot the shadow of Jupiter's moon, Io, passing over its marbled clouds."
},
{
"title":"Europe Wants Ideas for Cave-Spelumking Moon Robots",
"imgurl":"../img/nasa_launch.jpg",
"imgurl":"../img/uploads/nasa_launch.jpg",
"content":"As NASA makes a big push to land humans on the moon's surface by 2024, the European Space Agency (ESA) wants to learn more about the lunar caves that lie beneath."
}
]
......
{
"news":[
{
"title":"NASA Plane",
"imgurl":"../img/uploads/plane.jpg",
"content":"Wednesday, Sept. 7:(1 p.m. EDT), NASA TV"
}
]
}
\ No newline at end of file
img/astronaut.jpg

69.9 KiB

img/uploads/plane.jpg

8.26 KiB

......@@ -252,13 +252,6 @@ EOT;
</div>
</div>
</article>
EOT;
foreach ($this->news as $news) {
$this->createSmallContent($news);
}
echo <<<EOT
</main>
</body>
EOT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment