diff --git a/img/arrow-down.svg b/img/arrow-down.svg
new file mode 100644
index 0000000..4f5fac8
--- /dev/null
+++ b/img/arrow-down.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/img/background.jpg b/img/background.jpg
new file mode 100644
index 0000000..12b5736
Binary files /dev/null and b/img/background.jpg differ
diff --git a/img/contact-us.png b/img/contact-us.png
new file mode 100644
index 0000000..54b6310
Binary files /dev/null and b/img/contact-us.png differ
diff --git a/img/magma-logo.png b/img/magma-logo.png
new file mode 100644
index 0000000..2ee49a0
Binary files /dev/null and b/img/magma-logo.png differ
diff --git a/img/magma2.ico b/img/magma2.ico
new file mode 100644
index 0000000..6e06df8
Binary files /dev/null and b/img/magma2.ico differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a08e097
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+ Ruby on Rails development, ecommerce design | MagmaLabs
+
+
+
+
+
+
+
+
+ - OUR SERVICES
+
+ - CASE STUDIES
+ - ABOUT US
+ - BLOG
+ - CONTACT US
+
+
+
+ Empowering innovation
through collaboration
+ Building partnerships with clients to design user-centric web solutions, beautiful
ecommerce sites, and engaging mobile apps.
+
+ - • Ruby on Rails
+ - •Solidus/Spree
+ - •React Native
+ - •UX design
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..db1243f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,77 @@
+body {
+ background-image: url("img/background.jpg");
+ background-size: 130%;
+ font-family: Lato-Light,sans-serif;
+}
+
+header .img1 {
+ height: 40px;
+ background: rgba(255, 0, 0, 0);
+ margin: 15px 0 0 20px;
+}
+
+header ul {
+ float: right;
+ list-style: none;
+ margin-right: 30px;
+ padding-top: 20px;
+}
+
+header ul li {
+ line-height: 1.375em;
+ font-size: 1em;
+ font-weight: 400;
+ float: left;
+ margin-left: 35px;
+}
+
+ul img {
+ width: 20px;
+ height: 20px;
+ margin-left: -25px;
+}
+
+.red, section span {
+ color: #f84848;
+}
+
+section {
+ text-align: center;
+ margin-top: 6%;
+}
+
+h2 {
+ font-size: 2.75em;
+ font-weight: 100;
+}
+
+body, a {
+ color: #fff;
+}
+
+section p {
+ font-size: 1.25em;
+ line-height: 1.625em;
+}
+
+section ul {
+ margin-top: 6%;
+ margin-left: 20%;
+ font-size: 1.2em;
+ list-style: none;
+}
+
+section ul li {
+ float: left;
+ margin-left: 50px;
+}
+
+section span {
+ margin-right: 10px;
+}
+
+footer {
+ margin-top: 16%;
+ text-align: center;
+}
+