diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..9595b70
Binary files /dev/null and b/.DS_Store differ
diff --git a/blackForest.jpg b/blackForest.jpg
new file mode 100644
index 0000000..360ee34
Binary files /dev/null and b/blackForest.jpg differ
diff --git a/img1.jpg b/img1.jpg
new file mode 100644
index 0000000..1f8d124
Binary files /dev/null and b/img1.jpg differ
diff --git a/img2.jpg b/img2.jpg
new file mode 100644
index 0000000..11afec0
Binary files /dev/null and b/img2.jpg differ
diff --git a/img3.jpg b/img3.jpg
new file mode 100644
index 0000000..1d6f19f
Binary files /dev/null and b/img3.jpg differ
diff --git a/img4.jpg b/img4.jpg
new file mode 100644
index 0000000..f9a824f
Binary files /dev/null and b/img4.jpg differ
diff --git a/img5.jpg b/img5.jpg
new file mode 100644
index 0000000..530ac7e
Binary files /dev/null and b/img5.jpg differ
diff --git a/img6.jpg b/img6.jpg
new file mode 100644
index 0000000..a2ecbbc
Binary files /dev/null and b/img6.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..4337212
--- /dev/null
+++ b/index.html
@@ -0,0 +1,42 @@
+
+
+
+
+
Edem's/Site
+
+ Hi my name Edem and i would like to welcome you to my site.I am an aspiring web developer who currently resides in the UK.I have always been intrigued about working as a paid software developer and tried all sorts of mediums to learn to become one.
+
+
+ The medium to learn included going to Uni and getting stung by JAVA(different story for another day),self learning using online resources varying from free to paid.And after not making the kind of progress i expected of myself,my family and i decided i could benefit from attending a bootcamp(for hopefully better direction and understanding).
+
+
+ This site is amongst the first of what i hope will become many in the future and the theme for this one is just pictures i found online that brought a smile to my face.
+
+
+ The plan is to keep improving and interating so make sure you watch this space for other projects.
+
+

+

+

+

+

+

+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..ecc5488
--- /dev/null
+++ b/style.css
@@ -0,0 +1,24 @@
+img {
+ width:30%;
+ float: left;
+ margin:1.66%;
+}
+
+.top{
+ font-family: Raleway;
+ margin-left: 1.66%;
+ font-size: 23px;
+ font-weight: 800;
+ text-transform: uppercase;
+ border-bottom: 2px solid #f1f1f1;
+ width: 30%;
+ padding-bottom: 20px;
+}
+.fab{
+ color: black;
+}
+.footer {
+ height: 50px;
+ clear: both;
+ float: right;
+}