fix(profile): add akveo contact info

pull/3/head
Anastasiya 9 years ago
parent 847a8401e7
commit 7b4bd2fb55

@ -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'
},
{
@ -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'
},
{

@ -42,7 +42,7 @@
<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>
@ -101,7 +101,7 @@
<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">

Loading…
Cancel
Save