summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/db.json11
-rw-r--r--site/public/assets/style.css9
2 files changed, 15 insertions, 5 deletions
diff --git a/site/db.json b/site/db.json
index af870a9..e06bad8 100644
--- a/site/db.json
+++ b/site/db.json
@@ -875,7 +875,7 @@
"id": "diesel-spring-summer-2014",
"title": "Diesel Spring/Summer 2014",
"menu": "Diesel S/S 2014",
- "description": "FOR DIESEL’S SPRING/SUMMER 2014 CAMPAIGN, OUR PROGRAM CONSISTED OF GROUP PHOTOS, SHOWCASING DIVERSE CULTURES THAT EMBODY THE REBELLIOUS, CREATIVE FREEDOM THAT IS SUCH A STRONG PART OF DIESEL’S DNA.",
+ "description": "#DIESELREBOOT, SHOT BY INEZ & VINOODH, HIT THE REFRESH BUTTON ON THE BRAND, REIGNITING DIESEL’S RELEVANCE FOR TODAYS CONSUMER & CULTURAL LANDSCAPE. ",
"media": [
{
"uri": "https://ltho.s3.amazonaws.com/twohustlers%2F5911dfde-f042-4eb6-b9fe-7f0b3d9f45b5.jpg",
@@ -950,7 +950,7 @@
"uri": "https://ltho.s3.amazonaws.com/twohustlers%2F1c952512-c765-4a67-a21e-7146c1051ed9.jpg",
"caption": ""
},
- "__index": 4
+ "__index": "4"
},
{
"id": "diesel-fall-winter-2013",
@@ -1164,7 +1164,7 @@
{
"id": "about",
"title": "WHO WE ARE",
- "body": "Two Hustlers is a creative collective of radical thinkers, designers and storytellers. \r\n\r\nWe build transmedia experiences for the millennial mindset, with award winning campaigns. \r\n",
+ "body": "Two Hustlers is a creative collective of radical thinkers, designers and storytellers. \r\n\r\nWe build transmedia experiences for the millennial mindset, with the worlds imaginative collaborators. ",
"image": "http://www.lansdowneresort.com/meetings/assets/images/masthead/meetings-team-building.jpg",
"__index": "1"
},
@@ -1243,6 +1243,11 @@
}
],
"__index": "0"
+ },
+ {
+ "id": "about-images",
+ "title": "About Images",
+ "__index": 1
}
]
} \ No newline at end of file
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 3d55a92..f0f98d8 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -296,9 +296,12 @@ nav a {
color:black;
}
.contact {
- line-height: 22px;
+ line-height: 14px;
padding-left: 10px;
padding-right: 10px;
+ font-size: 10px;
+ margin-top: 10px;
+ vertical-align: bottom;
}
.contact a {
display: inline;
@@ -315,7 +318,9 @@ nav a {
nav .cat.no-hover {
opacity: 0.3;
}
-
+.nav .cat.about {
+ background: #E5E5E7;
+}
.desktop nav a.active:hover {
cursor:default;
}