summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.html3
-rw-r--r--src/styles/splash.less4
2 files changed, 7 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 4d2f186d..8ea4ce49 100644
--- a/src/index.html
+++ b/src/index.html
@@ -391,6 +391,9 @@
</div>
</div>
</div>
+ <div class="atlarge-footer row">
+ A project by the <a href="http://atlarge-research.com"><strong>@Large Research Group</strong></a>.
+ </div>
</div>
</div>
</div>
diff --git a/src/styles/splash.less b/src/styles/splash.less
index 7a88dd33..c462aa43 100644
--- a/src/styles/splash.less
+++ b/src/styles/splash.less
@@ -201,6 +201,10 @@ a:hover {
}
}
+.atlarge-footer {
+ color: #dddddd;
+}
+
.pitch-column {
text-align: left;
}