From 9f83dbfe5dc320fd470cb6b05218c11310015490 Mon Sep 17 00:00:00 2001 From: georgiamoon Date: Mon, 21 Dec 2015 23:29:31 -0500 Subject: [PATCH] index.html commit --- portfolio-site/index.html | 84 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100755 portfolio-site/index.html diff --git a/portfolio-site/index.html b/portfolio-site/index.html new file mode 100755 index 0000000..b4bbe63 --- /dev/null +++ b/portfolio-site/index.html @@ -0,0 +1,84 @@ +--- +layout: compress +--- + + + + + + + {{ site.title }} + + + + + + + + + + + +
+
+

OTI's Data Visualization LabA few of our projects

+ +
+
+ +
+ +
+ {% for post in site.posts %} +
+
+ + + + + + + + +
+ +
+

{{ post.title }}

+

{{ post.subtitle }}

+
+
+
+ + {{ post.author }} + {{ post.date | date: "%b %-d, %Y" }} +
+ {{ post.content }} +
+
+
+
+ {% endfor %} + +
+
+ + + + + + + + + + \ No newline at end of file