Skip to content

Commit

Permalink
updated featured projects (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr authored Oct 5, 2018
1 parent ca1bd2a commit 3edd6a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/server/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ block content
b= name
if isMultiplayer
i.fa.fa-lg.fa-users.pull-right(title="Multiplayer")

.container-fluid#showcase
#userProjects-grid.hidden.text-center
h3 My Projects
.row
.row
+featuredProject('Weather','Click to green flag to get a map. Use the +/- and arrow keys zoom and navigate. Click anywhere to get the current conditions.',false)
+featuredProject('Battleship','Select the Room tab and click the "player 2 role" to invite a friend to play. Then click the green flag. Once you placed your ships, hit space to start.',true)
+featuredProject('QuickQuake','Display earthquake events for the past ten years. Pan and zoom the map, then click for earthquakes.',false)
+featuredProject('StreetViewMap','Navigate around the Earth with Google Maps. Click for street view. Use arrow keys and +/- to look around.',false)
+featuredProject('Star Map','Navigate the sky with the Sloan Digital Sky Survey! Use the on-screen buttons or the arrow keys to move around. Press SPACE for a new cool place to explore! Press F to search for galaxies and nebulae by name.',false)
+featuredProject('Earthquakes','Click to green flag to get a map. Use the +/- and arrow keys zoom and navigate. Click anywhere to get historical earthquake events.',false)
+featuredProject('CastShow','Type in your favorite movie title to see the three leading cast members',false)
#userProjects-grid.hidden.text-center
h3 My Projects
.row
Expand Down

0 comments on commit 3edd6a9

Please sign in to comment.