diff --git a/Login/app.js b/Login/app.js deleted file mode 100644 index 92280ee..0000000 --- a/Login/app.js +++ /dev/null @@ -1,15 +0,0 @@ -import { Ehh } from "https://brajesh825.github.io/ehh/index.js"; -import { nodeConfig } from "./user/config/nodeConfig.js"; -import { browserConfig } from "./user/config/browserConfig.js"; - -try { - if (typeof window === "undefined") { - console.log("Node"); - new Ehh(nodeConfig).start(); - } else { - console.log("Browser"); - new Ehh(browserConfig).start(); - } -} catch (error) { - console.log(error.message); -} diff --git a/Login/index.html b/Login/index.html deleted file mode 100644 index 86c4ebf..0000000 --- a/Login/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - Document - -
- -
- - -
- - - - diff --git a/Login/login.html b/Login/login.html deleted file mode 100644 index b4c328e..0000000 --- a/Login/login.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - Document - - - - - \ No newline at end of file diff --git a/Login/package.json b/Login/package.json deleted file mode 100644 index e69de29..0000000 diff --git a/Login/styles.css b/Login/styles.css deleted file mode 100644 index 70905d5..0000000 --- a/Login/styles.css +++ /dev/null @@ -1,64 +0,0 @@ -* { - margin: 0; - padding: 0; - } - - /* .tasks { - border: 1px solid black; - padding: 1rem; - display: flex; - flex-direction: row; - flex-wrap: wrap; - border-radius: 10px; - } - - .task { - width: 200px; - border: 1px solid pink; - border-radius: 10px; - margin: 1rem; - padding: 1rem; - } */ - - #ehh { - margin-top: 2rem; - position: absolute; - left: 50%; - transform: translate(-50%); - } - - nav { - padding-block: 1rem; - text-align: center; - } - - nav a { - padding: 0.5rem 1rem; - } - - form { - display: flex; - flex-direction: column; - } - - .addTaskForm { - display: flex; - flex-direction: row; - } - - label, - input, - select, - button { - margin-block: 0.2rem; - } - - ul { - padding-left: 1rem; - } - #user-form{ - display: none; - } - #search-form{ - display: none; - } \ No newline at end of file diff --git a/Login/user/config/browserConfig.js b/Login/user/config/browserConfig.js deleted file mode 100644 index e527a4d..0000000 --- a/Login/user/config/browserConfig.js +++ /dev/null @@ -1,16 +0,0 @@ -const browserConfig = { - name: "EhhStart", - env: "Browser", - Port: "4000", - host: window.location.origin, - Entity: { - Ehh: "/user/entity/Ehh/index.js", - Github: "/user/entity/Github/index.js", - Gitlab: "/user/entity/Gitlab/index.js", - Godaddy: "/user/entity/Godaddy/index.js", - }, - homePage: "#Home", - }; - - export { browserConfig }; - \ No newline at end of file diff --git a/Login/user/config/nodeConfig.js b/Login/user/config/nodeConfig.js deleted file mode 100644 index fd93b86..0000000 --- a/Login/user/config/nodeConfig.js +++ /dev/null @@ -1,10 +0,0 @@ -const nodeConfig = { - name: "EhhStart", - env: "Browser", - Port: "4000", - Entity: { - Task: "/user/entity/task.js", - }, - }; - - export { nodeConfig }; \ No newline at end of file diff --git a/Login/user/entity/Ehh/Home/index.js b/Login/user/entity/Ehh/Home/index.js deleted file mode 100644 index 9bcf94e..0000000 --- a/Login/user/entity/Ehh/Home/index.js +++ /dev/null @@ -1,27 +0,0 @@ -const Home = { - scope: "Browser", - name: "HomePage", - path: "^#Home$", - entity: "Ehh", - model: { - data: [], - }, - view: function (model) { - var elim = `

${model.heading}

-

${model.text}

-

-

Lets get started by signing up!

`; - document.getElementById("ehh").innerHTML = elim; - }, - controller: { - name: "HomePage", - callback: async (event, view) => { - view({ - heading: "Everything happens here", - text: "Wecome to Ehh", - }); - }, - }, -}; - -export { Home }; diff --git a/Login/user/entity/Ehh/index.js b/Login/user/entity/Ehh/index.js deleted file mode 100644 index ee5ea89..0000000 --- a/Login/user/entity/Ehh/index.js +++ /dev/null @@ -1,5 +0,0 @@ -import { Home } from "./Home/index.js"; - -const Ehh = { Home }; - -export { Ehh }; diff --git a/Login/user/entity/Login/index.js b/Login/user/entity/Login/index.js deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index 6790716..28c0f08 100644 --- a/index.html +++ b/index.html @@ -287,9 +287,9 @@

Newsletter

- + - +
diff --git a/style.css b/style.css index b9eedaf..7d93d3d 100644 --- a/style.css +++ b/style.css @@ -477,10 +477,10 @@ form input { } .social-media { - display: flex; + /* display: flex; */ text-align: center; justify-content: center; - flex-wrap: wrap; + /* flex-wrap: wrap; */ } .social-media i { @@ -489,7 +489,7 @@ form input { height: 38px; padding-top: 7px; margin-right: 5px; - text-align: center; + text-align: center; display: inline-block; font-size: 1.5em; text-decoration: none;