diff --git a/src/css/my-dashboard.css b/src/css/my-dashboard.css index d3d9eed8..78dd7e63 100644 --- a/src/css/my-dashboard.css +++ b/src/css/my-dashboard.css @@ -102,7 +102,11 @@ } .member-profile-header { - border-bottom: 7px solid #e3e3e3; + border-bottom: 7px solid #000; + background-image: url('../i/community-background.png'); + background-size: cover; + background-position: 50% 50%; + color: #fff; } .member-profile { @@ -135,13 +139,13 @@ } .member-profile .profile-left .doj { - color: rgb(91, 91, 91); + /*color: rgb(91, 91, 91);*/ text-align: center; margin-top: 20px; } .member-profile .profile-bio { - color: rgb(91, 91, 91); + /*color: rgb(91, 91, 91);*/ height: 100px; text-align: right; direction: ltr; @@ -158,7 +162,7 @@ .member-profile .money-in-bank div[rel="value"] { /*font-weight: bold;*/ font-size: 35px; - color: #05619b; + /*color: #05619b;*/ } .member-profile .money-in-bank div[rel="label"] { @@ -183,7 +187,7 @@ .member-profile .open-challenges div[rel="value"] { /*font-weight: bold;*/ font-size: 35px; - color: #71be0a; + /*color: #71be0a;*/ } .member-profile .open-challenges div[rel="label"] { @@ -199,9 +203,9 @@ } .member-profile .review-opportunities div[rel="value"] { - font-weight: bold; + /*font-weight: bold;*/ font-size: 35px; - color: #e7820b; + /*color: #e7820b;*/ } .member-profile .review-opportunities div[rel="label"] { @@ -215,7 +219,7 @@ .member-program-content { } -.member-program-content { +.member-program-content .panel-body { /*background: -webkit-linear-gradient(360deg, rgb(15, 16, 31), rgb(101,220,85), rgb(164, 13, 62));*/ height: 377px; /*margin-left: 50px;*/ diff --git a/src/js/app/my-dashboard/index.html b/src/js/app/my-dashboard/index.html index 61b86511..7fbe8726 100644 --- a/src/js/app/my-dashboard/index.html +++ b/src/js/app/my-dashboard/index.html @@ -41,8 +41,8 @@
-
-
+
diff --git a/src/js/app/my-dashboard/js/controllers/member-program-controller.js b/src/js/app/my-dashboard/js/controllers/member-program-controller.js index 3b144738..60c90c95 100644 --- a/src/js/app/my-dashboard/js/controllers/member-program-controller.js +++ b/src/js/app/my-dashboard/js/controllers/member-program-controller.js @@ -29,6 +29,7 @@ */ function MemberProgramCtrl($scope, AuthService, MemberCertService, SWIFT_PROGRAM_ID) { var vm = this; + vm.title = 'iOS Developer Community'; vm.user = null; vm.loading = true; vm.loadingMessage = ""; diff --git a/src/js/app/my-dashboard/partials/member-program.html b/src/js/app/my-dashboard/partials/member-program.html index d3268e7d..74663ea5 100644 --- a/src/js/app/my-dashboard/partials/member-program.html +++ b/src/js/app/my-dashboard/partials/member-program.html @@ -1,87 +1,92 @@ -
-
-
-
+
+
+ {{vm.title}}
-
-
- +
+
+
+
-
-

Apple’s latest and greatest programming language for iOS8 that will enable you to become a rockstar mobile developer and achieve fortune & glory untold.

+
+
+ +
+
+

Apple’s latest and greatest programming language for iOS8 that will enable you to become a rockstar mobile developer and achieve fortune & glory untold.

- -

We'll get you from a beginner to an expert and provide certifications to prove you are a great developer! Sign up now and check out the first mission

-
- -
-
- -
-
-

Swift Recognition

-
+ +

We'll get you from a beginner to an expert and provide certifications to prove you are a great developer! Sign up now and check out the first mission

+
+ - -
    -
  • -
    -
    -
    Get Ready
    -
    -
    Completed
    -
    -
  • -
  • -
    -
    -
    Step One
    -
    -
    Pending
    -
    -
  • -
  • -
    -
    -
    Getting Ready
    -
    -
    Pending
    -
    -
  • -
  • -
    -
    -
    On Starting Line
    -
    -
    Pending
    -
    -
  • -
  • -
    -
    -
    Break the Finish
    -
    -
    Pending
    -
    -
  • -
  • -
    -
    -
    Get Certified
    -
    -
    Pending
    -
    -
  • -
-
- - Participate +
+ +
+
+

Swift Recognition

+
+
+ +
    +
  • +
    +
    +
    Get Ready
    +
    +
    Completed
    +
    +
  • +
  • +
    +
    +
    Step One
    +
    +
    Pending
    +
    +
  • +
  • +
    +
    +
    Getting Ready
    +
    +
    Pending
    +
    +
  • +
  • +
    +
    +
    On Starting Line
    +
    +
    Pending
    +
    +
  • +
  • +
    +
    +
    Break the Finish
    +
    +
    Pending
    +
    +
  • +
  • +
    +
    +
    Get Certified
    +
    +
    Pending
    +
    +
  • +
+
+
+ + Participate +
\ No newline at end of file diff --git a/wp/wp-content/themes/tcs-responsive/i/community-background.png b/wp/wp-content/themes/tcs-responsive/i/community-background.png new file mode 100644 index 00000000..61e454a4 Binary files /dev/null and b/wp/wp-content/themes/tcs-responsive/i/community-background.png differ