diff --git a/.gitignore b/.gitignore index 5d06549..4d20a53 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ dist/ # dependencies node_modules/ - +public/host-api/ # logs npm-debug.log* yarn-debug.log* diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..08930d2 Binary files /dev/null and b/dist.zip differ diff --git a/package.json b/package.json index 062f446..18e3b4d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "push-s33": "rsync -rv --exclude .hta_config/conf.php dist/ dev2@siliconpin.s33.siliconpin.com:/home/dev2/domains/siliconpin.s33.siliconpin.com/public_html/" }, "dependencies": { "@astrojs/react": "^4.2.1", diff --git a/src/pages/domains/add-domain.astro b/src/pages/domains/add-domain.astro new file mode 100644 index 0000000..77bc101 --- /dev/null +++ b/src/pages/domains/add-domain.astro @@ -0,0 +1,27 @@ +--- +import Layout from "../../layouts/Layout.astro" +--- + +
+
Adding domain, please wait...
+
+ + +
\ No newline at end of file diff --git a/src/pages/domains/delete-domain.astro b/src/pages/domains/delete-domain.astro new file mode 100644 index 0000000..77595ca --- /dev/null +++ b/src/pages/domains/delete-domain.astro @@ -0,0 +1,45 @@ +--- +import Layout from "../../layouts/Layout.astro" +--- + +
+

Delete Domain

+
+ + +
+

+    
+ + +
\ No newline at end of file diff --git a/src/pages/domains/list-domain.astro b/src/pages/domains/list-domain.astro new file mode 100644 index 0000000..8e653ef --- /dev/null +++ b/src/pages/domains/list-domain.astro @@ -0,0 +1,40 @@ +--- +import Layout from "../../layouts/Layout.astro" +--- + +
+
Loading domains...
+
+ + +
\ No newline at end of file diff --git a/src/pages/profile.astro b/src/pages/profile.astro new file mode 100644 index 0000000..7659218 --- /dev/null +++ b/src/pages/profile.astro @@ -0,0 +1,19 @@ +--- +import Layout from "../layouts/Layout.astro"; +const phpHello = `$_SESSION['userName']`; +--- + + +
+
+ Profile Picture +

+

Frontend Developer

+

"Building amazing UI experiences one component at a time."

+
+ + +
+
+
+