diff --git a/README.md b/README.md index 8501e40..8850b6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Reddit Tiles +Many posts on the funny reddit group are just pictures. This mashup takes the posts and displays them in an image tile-layout so images are easier to preview and browse through. + # Mashup project This project is open-ended! diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..aad5bdd --- /dev/null +++ b/css/style.css @@ -0,0 +1,7 @@ +.headermessage { + margin: 19px; + color: black; + font-family: 'Open Sans', sans-serif; + font-size: 16px; + font-weight: bold; +} \ No newline at end of file diff --git a/image/reddit.jpg b/image/reddit.jpg new file mode 100644 index 0000000..b33e002 Binary files /dev/null and b/image/reddit.jpg differ diff --git a/index.html b/index.html index 6524157..0c6c3d4 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,56 @@ - Mashup + + + + + + + Reddit Tiles + + + + +
+ + +
+
+

Funny Reddit Posts

+
+
+
+
+ +
+ diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..e69de29