aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/trinidadtobago/header_logo.html1
-rw-r--r--templates/web/trinidadtobago/site-name.html1
-rw-r--r--web/cobrands/trinidadtobago/base.scss26
-rw-r--r--web/cobrands/trinidadtobago/fixmystreett.pngbin0 -> 16003 bytes
-rw-r--r--web/cobrands/trinidadtobago/images/sprite.pngbin0 -> 56534 bytes
-rw-r--r--web/cobrands/trinidadtobago/layout.scss12
6 files changed, 40 insertions, 0 deletions
diff --git a/templates/web/trinidadtobago/header_logo.html b/templates/web/trinidadtobago/header_logo.html
new file mode 100644
index 000000000..d5da7e6b2
--- /dev/null
+++ b/templates/web/trinidadtobago/header_logo.html
@@ -0,0 +1 @@
+ <a href="[% c.config.BASE_URL %]/" id="site-logo">[% PROCESS 'site-name.html' -%]</a>
diff --git a/templates/web/trinidadtobago/site-name.html b/templates/web/trinidadtobago/site-name.html
new file mode 100644
index 000000000..d9c3f19c7
--- /dev/null
+++ b/templates/web/trinidadtobago/site-name.html
@@ -0,0 +1 @@
+FixMyStreeTT
diff --git a/web/cobrands/trinidadtobago/base.scss b/web/cobrands/trinidadtobago/base.scss
index 9fccf92db..77f91f57d 100644
--- a/web/cobrands/trinidadtobago/base.scss
+++ b/web/cobrands/trinidadtobago/base.scss
@@ -5,3 +5,29 @@
@import "../sass/base";
+#site-header {
+ background: #fff;
+}
+
+
+#site-logo {
+ display: block;
+ width: 175px;
+ height: 40px;
+ top: 0.4em;
+ background: url("/cobrands/trinidadtobago/images/sprite.png") -3px -3px no-repeat;
+ text-indent: -999999px;
+ position: absolute;
+ z-index: 2
+}
+
+#nav-link {
+ width: 50px;
+ height: 48px;
+ background: url("/cobrands/trinidadtobago/images/sprite.png") -5px -916px no-repeat;
+ display: block;
+ text-indent: -999999px;
+ position: absolute;
+ right: 2em;
+ top: -2px
+} \ No newline at end of file
diff --git a/web/cobrands/trinidadtobago/fixmystreett.png b/web/cobrands/trinidadtobago/fixmystreett.png
new file mode 100644
index 000000000..4d0388f19
--- /dev/null
+++ b/web/cobrands/trinidadtobago/fixmystreett.png
Binary files differ
diff --git a/web/cobrands/trinidadtobago/images/sprite.png b/web/cobrands/trinidadtobago/images/sprite.png
new file mode 100644
index 000000000..6094712f1
--- /dev/null
+++ b/web/cobrands/trinidadtobago/images/sprite.png
Binary files differ
diff --git a/web/cobrands/trinidadtobago/layout.scss b/web/cobrands/trinidadtobago/layout.scss
index 67cc7307f..43783b58b 100644
--- a/web/cobrands/trinidadtobago/layout.scss
+++ b/web/cobrands/trinidadtobago/layout.scss
@@ -4,3 +4,15 @@
.big-green-banner {
background-color: $trinidad_primary;
}
+
+#site-logo,
+body.frontpage #site-logo {
+ margin-top: -10px;
+ margin-left: 10px;
+ height: 100px;
+ background: url(fixmystreett.png) 0px 0px no-repeat;
+ background-size: contain;
+}
+body.frontpage #site-logo {
+ margin-top: -20px;
+} \ No newline at end of file