diff --git a/production/contacts.html b/production/contacts.html index 739ec4f5..8d0d0c29 100755 --- a/production/contacts.html +++ b/production/contacts.html @@ -320,58 +320,47 @@
- - + +
+
-
- -
+
    -
  • A -
  • -
  • B -
  • -
  • C -
  • -
  • D -
  • -
  • E -
  • +
  • A
  • +
  • B
  • +
  • C
  • +
  • D
  • +
  • E
  • ...
  • -
  • W -
  • -
  • X -
  • -
  • Y -
  • -
  • Z -
  • +
  • W
  • +
  • X
  • +
  • Y
  • +
  • Z
+
- -
+

Digital Strategist

Nicole Pearson

-

About: Web Designer / UI.

+

About: Web Designer / UX / Graphic Artist / Coffee Lover

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -391,7 +380,7 @@
+ @@ -400,7 +389,7 @@
-
+

Digital Strategist

@@ -408,9 +397,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -430,7 +418,7 @@
+ @@ -439,7 +427,7 @@
-
+

Digital Strategist

@@ -447,9 +435,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -469,7 +456,7 @@
+ @@ -478,7 +465,7 @@
-
+

Digital Strategist

@@ -486,9 +473,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -508,7 +494,45 @@
+ + +
+
+
+
+ +
+
+
+

Digital Strategist

+
+

Nicole Pearson

+

About: Web Designer / UX / Graphic Artist / Coffee Lover

+
    +
  • Address:
  • +
  • Phone #:
  • +
+
+
+ +
+
+
+
+

+ 4.0 + + + + + +

+
+
+ @@ -517,7 +541,7 @@
-
+

Digital Strategist

@@ -525,9 +549,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -547,7 +570,7 @@
+ @@ -556,7 +579,7 @@
-
+

Digital Strategist

@@ -564,9 +587,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -586,7 +608,7 @@
+ @@ -595,7 +617,7 @@
-
+

Digital Strategist

@@ -603,9 +625,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -625,7 +646,7 @@
+ @@ -634,7 +655,7 @@
-
+

Digital Strategist

@@ -642,9 +663,8 @@

Nicole Pearson

About: Web Designer / UI.

    -
  • Address:
  • -
  • Address:
  • - +
  • Address:
  • +
  • Phone #:
@@ -664,46 +684,7 @@
- -
-
-
-
- -
-
-
-

Digital Strategist

-
-

Nicole Pearson

-

About: Web Designer / UI.

-
    -
  • Address:
  • -
  • Address:
  • - -
-
-
- -
-
-
-
-

- 4.0 - - - - - -

-
-
- + diff --git a/production/css/custom.css b/production/css/custom.css index ce8ba060..1ecccc32 100755 --- a/production/css/custom.css +++ b/production/css/custom.css @@ -868,73 +868,81 @@ legend { height: 280px; } -/* ********* contacts ********************************** */ +/** Contacts **/ +.profile_details:nth-child(3n){ + clear:both; +} -.profile_view { - margin-bottom: 20px; +.profile_details .profile_view { display: inline-block; - width: 100%; -} -.well.profile_view { padding: 10px 0 0; + background: #fff; } -.well.profile_view .divider { + +.profile_details .profile_view .divider { border-top: 1px solid #e5e5e5; padding-top: 5px; margin-top: 5px; } -.well.profile_view .ratings { + +.profile_details .profile_view .ratings { margin-bottom: 0; } + +.profile_details .profile_view .bottom { + background: #F2F5F7; + padding: 9px 0; + border-top: 1px solid #E6E9ED; +} + +.profile_details .profile_view .left { + margin-top: 20px; +} + +.profile_details .profile_view .left p { + margin-bottom: 3px; +} + +.profile_details .profile_view .right { + margin-top: 0px; + padding: 10px; +} + +.profile_details .profile_view .img-circle { + border: 1px solid #E6E9ED; + padding: 2px; +} + +.profile_details .profile_view h2 { + margin: 5px 0; +} + +.profile_details .profile_view .ratings { + text-align: left; + font-size: 16px; +} + +.profile_details .profile_view .brief { + margin: 0; + font-weight: 300; +} + +.profile_details .profile_left { + background: white; +} + .pagination.pagination-split li { display: inline-block; margin-right: 3px; } + .pagination.pagination-split li a { border-radius: 4px; color: #768399; -moz-border-radius: 4px; -webkit-border-radius: 4px; } -.well.profile_view { - background: #fff; -} -.well.profile_view .bottom { - margin-top: -20px; - background: #F2F5F7; - padding: 9px 0; - border-top: 1px solid #E6E9ED; -} -.well.profile_view .left { - margin-top: 20px; -} -.well.profile_view .left p { - margin-bottom: 3px; -} -.well.profile_view .right { - margin-top: 0px; - padding: 10px; -} -.well.profile_view .img-circle { - border: 1px solid #E6E9ED; - padding: 2px; -} -.well.profile_view h2 { - margin: 5px 0; -} -.well.profile_view .ratings { - text-align: left; - font-size: 16px; -} -.well.profile_view .brief { - margin: 0; - font-weight: 300; -} -.profile_left { - background: white; -} - -/* ********* /contacts ********************************** */ +/** Contacts **/ /* ********* /custom accordion **************************** */