diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c291c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +images diff --git a/index.html b/index.html new file mode 100644 index 0000000..7a45faf --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + Locus + + + + +
+ + + + + +
+

LOCUS 2016

+

It's coming!

+ Visit our facebook page at + fb.com/locus.ioe
+ or contact us at locus@ioe.edu.np +
+
+ + diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..3beeea3 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,5 @@ +body { + background: #FFFFFF; + font-family: helvetica-neue, helvetica, sans-serif; + margin-top: 100px; +}