diff --git a/README.md b/README.md
index 1212cfb..76b0853 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,67 @@
# linkinbio
+
Link In Bio Page for Instagram, Twitter, Tumblr etc
+
+## Introduction
+
+As many of you will know, you can only have one link on your Instagram and Twitter Bios. To overcome this, many users use third party link in bio apps to show multiple links. However, the downside of this is your are distracting people from your brand by linking to another site rather than your own.
+
+Some of these third party options allow for you to use a custom domain but that is usually a premium option you need to pay for.
+
+Given that many of these third party link in bio pages are just a list of links I decided to roll my own.
+
+You can see an example of what this looks like here: [https://alexhyett.com/links](https://alexhyett.com/links).
+
+## How to use
+
+You first need to update the profile section by changing the `h1` tag to your own name as well as changing the location and bio information. You will also want to add in your own profile photo. Your profile photo should be square.
+
+Next you need to add in links to all your profiles.
+
+You can do this by copy and pasting one of the link blocks and updating the text and links.
+
+```
+
+
+
+```
+
+### Social Media Colors
+
+The following CSS classes have been added which can be used to show the correct colors for the beacon and image shadow.
+
+- `amazon`
+- `dev`
+- `facebook`
+- `github`
+- `google`
+- `instagram`
+- `linkedin`
+- `medium`
+- `paypal`
+- `twitter`
+- `youtube`
+
+### Beacon
+
+If you want one or more of the links to stand out you can apply the beacon div to just above the `image` div so that it will pulsate.
+
+```
+
+```
+
+### Images
+
+I have included logos for all the sites mentioned above in the social media colors section.
diff --git a/images/amazon.svg b/images/amazon.svg
new file mode 100644
index 0000000..ae98fd8
--- /dev/null
+++ b/images/amazon.svg
@@ -0,0 +1,31 @@
+
+
+
diff --git a/images/dev.png b/images/dev.png
new file mode 100644
index 0000000..be0ef7f
Binary files /dev/null and b/images/dev.png differ
diff --git a/images/facebook.svg b/images/facebook.svg
new file mode 100644
index 0000000..001f628
--- /dev/null
+++ b/images/facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/images/github.svg b/images/github.svg
new file mode 100644
index 0000000..26400a9
--- /dev/null
+++ b/images/github.svg
@@ -0,0 +1,20 @@
+
+
+
diff --git a/images/google.svg b/images/google.svg
new file mode 100644
index 0000000..f3cf2d7
--- /dev/null
+++ b/images/google.svg
@@ -0,0 +1,25 @@
+
+
+
diff --git a/images/instagram.svg b/images/instagram.svg
new file mode 100644
index 0000000..ad5d718
--- /dev/null
+++ b/images/instagram.svg
@@ -0,0 +1,27 @@
+
+
+
diff --git a/images/linkedin.svg b/images/linkedin.svg
new file mode 100644
index 0000000..92adaca
--- /dev/null
+++ b/images/linkedin.svg
@@ -0,0 +1,20 @@
+
+
+
diff --git a/images/medium.svg b/images/medium.svg
new file mode 100644
index 0000000..7068ce0
--- /dev/null
+++ b/images/medium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/images/paypal.svg b/images/paypal.svg
new file mode 100644
index 0000000..3f073f2
--- /dev/null
+++ b/images/paypal.svg
@@ -0,0 +1,27 @@
+
+
+
diff --git a/images/profile.jpg b/images/profile.jpg
new file mode 100644
index 0000000..f517c99
Binary files /dev/null and b/images/profile.jpg differ
diff --git a/images/twitter.svg b/images/twitter.svg
new file mode 100644
index 0000000..79deae0
--- /dev/null
+++ b/images/twitter.svg
@@ -0,0 +1,22 @@
+
+
+
diff --git a/images/youtube.svg b/images/youtube.svg
new file mode 100644
index 0000000..015158b
--- /dev/null
+++ b/images/youtube.svg
@@ -0,0 +1,17 @@
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8941142
--- /dev/null
+++ b/index.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+ Links
+
+
+
+
+
+