diff --git a/README.md b/README.md index 42dfb95..8fbd123 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# YelpCamp +# Camp Bug A campground social media site for sharing reviews, experiences, and advice about campgrounds from around the world This project is being completed as part of the Colt Steele Web Development Bootcamp. The general idea for the site is to house a social community of camp-goers where they can share reviews, insights, recommendations, and experiences. diff --git a/package-lock.json b/package-lock.json index e4a93b5..ac9b486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "yelpcamp", + "name": "campbug", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index f4e96dd..5b06adc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yelpcamp", + "name": "campbug", "version": "1.0.0", "description": "Capstone Project", "main": "app.js", diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index b14818a..d0b3274 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -35,3 +35,6 @@ margin-top: 20px; } +form { + margin: 0 auto; +} \ No newline at end of file diff --git a/routes/index.js b/routes/index.js index 3e21e60..22098c9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -34,7 +34,7 @@ router.post("/register", function (req, res) { return res.redirect("back"); } passport.authenticate("local")(req, res, function () { - req.flash("success", "Welcome to YelpCamp, " + user.username); + req.flash("success", "Welcome to Camp Bug, " + user.username); res.redirect("/campgrounds"); }); }); diff --git a/views/campgrounds/edit.ejs b/views/campgrounds/edit.ejs index de90b56..d73401d 100644 --- a/views/campgrounds/edit.ejs +++ b/views/campgrounds/edit.ejs @@ -3,7 +3,7 @@

Edit Comment - <%= campground.name %>

-
+
diff --git a/views/campgrounds/index.ejs b/views/campgrounds/index.ejs index d611785..8a9524d 100644 --- a/views/campgrounds/index.ejs +++ b/views/campgrounds/index.ejs @@ -3,7 +3,7 @@
-

Welcome to YelpCamp

+

Welcome to Camp Bug

View some of the best campgrounds from around the world

Add New Campground diff --git a/views/campgrounds/new.ejs b/views/campgrounds/new.ejs index 17857e7..c25840e 100644 --- a/views/campgrounds/new.ejs +++ b/views/campgrounds/new.ejs @@ -3,7 +3,7 @@

New Campground

-
+
diff --git a/views/campgrounds/show.ejs b/views/campgrounds/show.ejs index af30cf0..7f20d21 100644 --- a/views/campgrounds/show.ejs +++ b/views/campgrounds/show.ejs @@ -3,7 +3,7 @@
-

YelpCamp

+

Camp Bug

  • Info 1
  • Info 2
  • diff --git a/views/landing.ejs b/views/landing.ejs index ef738e3..67bdc57 100644 --- a/views/landing.ejs +++ b/views/landing.ejs @@ -1,7 +1,7 @@ - YelpCamp + Camp Bug @@ -21,7 +21,7 @@
    -

    Welcome to YelpCamp!

    +

    Welcome to CampBug!

    View All Campgrounds
    diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index c22068c..f5ffe5a 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,7 +1,7 @@
    -

    Trademark YelpCamp 2018

    +

    Trademark Camp Bug 2018

    diff --git a/views/partials/header.ejs b/views/partials/header.ejs index c6efea4..0be737e 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -12,7 +12,7 @@