diff --git a/app.js b/app.js index bf25a15..b9d947f 100644 --- a/app.js +++ b/app.js @@ -31,8 +31,7 @@ app.use(session({ app.use(passport.initialize()); app.use(passport.session()); - -mongoose.connect("mongodb://localhost:27017/userDB"); +mongoose.connect("mongodb://127.0.0.1:27017/userDB"); const userSchema = new mongoose.Schema({ email:String, diff --git a/public/css/styles.css b/public/css/styles.css index 996b35d..1d82514 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -9,6 +9,8 @@ html { text-align: center; } + + .form-inline a { transition: 0.3s; } @@ -38,15 +40,16 @@ html { .container-about { display: flex; flex-direction: row; - margin-bottom: 197px; - margin-top: 197px; + margin-bottom: 100px; + margin-top: -33px; /* flex-direction: row; */ justify-content: center; align-items: center; } .container-image { - min-width: 300px; - max-width: 600px; + min-width: 450px; + max-width: 500px; + margin-right: 1%; } #myBtn { diff --git a/views/about.ejs b/views/about.ejs index 72f597d..9683d80 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -1,5 +1,147 @@ -<%- include('partials/header') %> + + +
+ ++ Secrets is the place where everyone can add their secrets.It is created + with an idea of having a fun space where people could share their secrets, + without revealing their true identity. It makes more intresting to know that other dont want to share it but still are sharing. Thus, share your secrets and we will + store them for you, without revealing your identity, making things + interesting. +
+Made by Kritika Gupta
- - - - - - - +Made by Kritika Gupta
+ + + + + + + - +