diff --git a/.env b/.env index 0c252e01..e8406454 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -PORT=5000 +PORT=5001 MONGODB_URI=mongodb+srv://Jazzy49:MyNodeApp@nodeprojects.tsxlcqi.mongodb.net/Imagine?retryWrites=true&w=majority OPENAI_API_KEY="get in from OPEN AI" JWT_ACCESS_SECRET=ImagineAiAccessSecret diff --git a/views/aboutUs.ejs b/views/aboutUs.ejs index f2f7dfa1..e9f66409 100644 --- a/views/aboutUs.ejs +++ b/views/aboutUs.ejs @@ -3,8 +3,9 @@ <%- include('includes/PRE.ejs') %> <%- include('includes/header.ejs') %> + + - diff --git a/views/contactUs.ejs b/views/contactUs.ejs index fb489734..6255ad8a 100644 --- a/views/contactUs.ejs +++ b/views/contactUs.ejs @@ -1,5 +1,6 @@ +<%- include('includes/PRE.ejs') %> <%- include('includes/header.ejs') %> - <%- include('includes/sidebar.ejs') %> + - <%- include('includes/navbar.ejs') %> + + + + + + + + + + + + + + + HOME + + + IMAGINE - AI + + + ABOUT - US + + + CONTACT - US + + + + COMMUNITY + + + + + + + + + + + DALL.E 2 - OpenAI API + + + + + Login + + + + + + + + + + + Contact Us @@ -751,4 +935,5 @@ chatbotId="fZnpFqGqi_Ol7GFejzNXo" domain="www.chatbase.co" defer> - \ No newline at end of file + + \ No newline at end of file