diff --git a/src/pages/cruise/cruise.html b/src/pages/cruise/cruise.html index c8c5b52..a6000cc 100644 --- a/src/pages/cruise/cruise.html +++ b/src/pages/cruise/cruise.html @@ -6,7 +6,6 @@ -
@@ -14,13 +13,15 @@

{{this.cruise.name}}

- - Location - - - - - + + + Location + + + + + +
diff --git a/src/pages/profile/profile.html b/src/pages/profile/profile.html index 4338a89..04f8fab 100644 --- a/src/pages/profile/profile.html +++ b/src/pages/profile/profile.html @@ -25,57 +25,59 @@ - - - - - Height - {{this.profile.details.height}} - - - Weight - {{this.profile.details.weight}} - - - Ethnicity - {{this.profile.details.ethnicity}} - - - Body Type - {{this.profile.details.body}} - - - Gender - {{this.profile.details.gender}} - - - Pronouns - {{this.profile.details.pronouns}} - - - Tribes - {{this.profile.details.tribe}} - - - Position - {{this.profile.details.position}} - - - Relationship - {{this.profile.details.relationship}} - - - I'm Looking For - {{this.profile.details.looking}} - - - HIV Status - {{this.profile.details.status}} - - - Last Tested - {{this.profile.details.tested}} - + + + + + + Height + {{this.profile.details.height}} + + + Weight + {{this.profile.details.weight}} + + + Ethnicity + {{this.profile.details.ethnicity}} + + + Body Type + {{this.profile.details.body}} + + + Gender + {{this.profile.details.gender}} + + + Pronouns + {{this.profile.details.pronouns}} + + + Tribes + {{this.profile.details.tribe}} + + + Position + {{this.profile.details.position}} + + + Relationship + {{this.profile.details.relationship}} + + + I'm Looking For + {{this.profile.details.looking}} + + + HIV Status + {{this.profile.details.status}} + + + Last Tested + {{this.profile.details.tested}} + +