Skip to content

Commit

Permalink
fix(profile): add akveo contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiya committed Apr 8, 2016
1 parent 847a840 commit 7b4bd2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions src/app/pages/profile/ProfilePageCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
$scope.socialProfiles = [
{
name: 'Facebook',
href: 'https://www.facebook.com/nasta.kartul',
href: 'https://www.facebook.com/akveo/',
icon: 'socicon-facebook'
},
{
name: 'Twitter',
href: 'https://twitter.com/akveo_inc',
icon: 'socicon-twitter'
},
{
Expand All @@ -39,12 +40,12 @@
},
{
name: 'LinkedIn',
href: 'https://www.linkedin.com/profile/view?id=177497038',
href: 'https://www.linkedin.com/company/akveo',
icon: 'socicon-linkedin'
},
{
name: 'GitHub',
href: 'https://github.com/1itvinka',
href: 'https://github.com/akveo',
icon: 'socicon-github'
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/profile/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="with-line">General Information</h3>
<label for="inputLastName" class="col-sm-3 control-label">Last Name</label>

<div class="col-sm-9">
<input type="text" class="form-control" id="inputLastName" placeholder="" value="Tyshkavets">
<input type="text" class="form-control" id="inputLastName" placeholder="" value="">
</div>
</div>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h3 class="with-line">Contact Information</h3>
<label for="inputEmail3" class="col-sm-3 control-label">Email</label>

<div class="col-sm-9">
<input type="email" class="form-control" id="inputEmail3" placeholder="" value="tyshkavets@gmail.com">
<input type="email" class="form-control" id="inputEmail3" placeholder="" value="contact@akveo.com">
</div>
</div>
<div class="form-group row clearfix">
Expand Down

0 comments on commit 7b4bd2f

Please sign in to comment.