Skip to content

Commit

Permalink
First commit. Coming soon page
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Adhikari committed Mar 1, 2016
0 parents commit f80ade7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
images
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!doctype html>
<html lang="en">
<head>
<title>Locus</title>
<meta charset="utf8" http-equiv="Content-Type" content="text/html;">
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<center>
<table>
<tr>
<td><img src="images/locuslogotransparent.png"></td>
<td>
<h2>LOCUS 2016</h2>
<h4>It's coming!</h4>
Visit our facebook page at <a href="facebook.com/locus.ioe">
fb.com/locus.ioe</a><br>
or contact us at <a href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</table>
</center>
</body>
</html>
5 changes: 5 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
background: #FFFFFF;
font-family: helvetica-neue, helvetica, sans-serif;
margin-top: 100px;
}

0 comments on commit f80ade7

Please sign in to comment.