diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34f987c..9d204ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: alpine:latest
+
pages:
stage: deploy
script:
@@ -8,4 +10,4 @@ pages:
paths:
- public
only:
- - main
+ - main
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index 8a8971e..0000000
--- a/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
- Hello, I'm [Your Name]
- (
- @[Your Handle]
- )
-
-
- I'm a [Your Title]
-
-
- I'm a [Your Role] at [Your Company], [Brief company description].
-
-
-
- Your personal statement about what you do and what you're interested in. Add your contact preferences here.
-
-
-
- —
- [Your Name]
- @[Your Handle]
- )
-
-
-
-
-
\ No newline at end of file
diff --git a/public/image.jpg b/public/image.jpg
new file mode 100644
index 0000000..adbce03
Binary files /dev/null and b/public/image.jpg differ
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..15ca5e3
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,46 @@
+
+
+
+