-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56836e3
commit f2ddc38
Showing
22 changed files
with
494 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,235 @@ | ||
<p>user works!</p> | ||
<div ba-panel ba-panel-class="profile-page"> | ||
<div class="panel-content"> | ||
<div class="progress-info">Your profile is 70% Complete</div> | ||
<div class="progress"> | ||
<div class="progress-bar progress-bar-primary progress-bar-striped active" role="progressbar" | ||
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%"> | ||
</div> | ||
</div> | ||
|
||
<h3 class="with-line">General Information</h3> | ||
|
||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputFirstName" class="col-sm-3 control-label">Picture</label> | ||
|
||
<div class="col-sm-9"> | ||
<div class="userpic"> | ||
<div class="userpic-wrapper"> | ||
<img src="{{ picture }}" alt="Profile Picture" (click)="uploadPicture()" (keydown)="handleKeyDown()" tabindex="0"> | ||
</div> | ||
<i class="ion-ios-close-outline" ng-click="removePicture()" ng-if="!noPicture"></i> | ||
<a href class="change-userpic" ng-click="uploadPicture()">Change Profile Picture</a> | ||
<input type="file" ng-show="false" id="uploadFile" ng-file-select="onFileSelect($files)"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"></div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputFirstName" class="col-sm-3 control-label">First Name</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="text" class="form-control" id="inputFirstName" placeholder="" value="Anastasiya"> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<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=""> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputDepartment" class="col-sm-3 control-label">Department</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="text" class="form-control" id="inputDepartment" placeholder=""> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-9"> | ||
<select class="form-control" selectpicker> | ||
<option>Web Development</option> | ||
<option>System Development</option> | ||
<option>Sales</option> | ||
<option>Human Resources</option> | ||
</select> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group row clearfix"> | ||
<label for="inputOccupation" class="col-sm-3 control-label">Occupation</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="text" class="form-control" id="inputOccupation" placeholder="" value="Front End Web Developer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h3 class="with-line">Change Password</h3> | ||
|
||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputPassword" class="col-sm-3 control-label">Password</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="password" class="form-control" id="inputPassword" placeholder="" value="12345678"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputConfirmPassword" class="col-sm-3 control-label">Confirm Password</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="password" class="form-control" id="inputConfirmPassword" placeholder=""> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h3 class="with-line">Contact Information</h3> | ||
|
||
<div class="row"> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<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="[email protected]"> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<label for="inputPhone" class="col-sm-3 control-label">Phone</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="text" class="form-control" id="inputPhone" placeholder="" value="+1 (23) 456 7890"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputOfficeLocation" class="col-sm-3 control-label">Office Location</label> | ||
|
||
<div class="col-sm-9"> | ||
<select class="form-control" title="Standard Select" selectpicker> | ||
<option>San Francisco</option> | ||
<option>London</option> | ||
<option>Minsk</option> | ||
<option>Tokio</option> | ||
</select> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<label for="inputRoom" class="col-sm-3 control-label">Room</label> | ||
|
||
<div class="col-sm-9"> | ||
<input type="text" class="form-control" id="inputRoom" placeholder="" value="303"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h3 class="with-line">Social Profiles</h3> | ||
|
||
<!-- <div class="social-profiles row clearfix"> | ||
<div class="col-md-3 col-sm-4" ng-repeat="item in socialProfiles"> | ||
<a class="sn-link" href ng-click="showModal(item)" ng-if="!item.href"> | ||
<i class="socicon {{ item.icon }}"></i> | ||
<span>{{ item.name }}</span> | ||
</a> | ||
<a class="sn-link connected" href="{{ item.href }}" target="_blank" ng-if="item.href"> | ||
<i class="socicon {{ item.icon }}"></i> | ||
<span>{{ item.name }}</span> | ||
<em class="ion-ios-close-empty sn-link-close" ng-mousedown="unconnect(item)"></em> | ||
</a> | ||
</div> | ||
</div> --> | ||
|
||
<h3 class="with-line">Send Email Notifications</h3> | ||
|
||
<!-- <div class="notification row clearfix"> | ||
<div class="col-sm-6"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputMessage" class="col-xs-8">When I receive a message</label> | ||
<div class="col-xs-4"> | ||
<input type="text" id="inputMessage" class="form-control"> | ||
</div> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[0]"></switch> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<label for="inputInvitation" class="col-xs-8">When Someone sends me an invitation</label> | ||
<div class="col-xs-4"> | ||
<input type="text" id="inputInvitation" class="form-control"> | ||
</div> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[1]"></switch> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<label for="inputProfile" class="col-xs-8">When profile information changes</label> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[2]"></switch> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-sm-6"> | ||
<div class="form-group row clearfix"> | ||
<div class="form-group row clearfix"> | ||
<label for="inputLogin" class="col-xs-8">When anyone logs into your account from a new device or browser</label> | ||
<div class="col-xs-4"> | ||
<input type="text" id="inputLogin" class="form-control"> | ||
</div> | ||
</div> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[3]"></switch> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<label class="col-xs-8">Weekly Reports</label> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[4]"></switch> | ||
</div> | ||
</div> | ||
<div class="form-group row clearfix"> | ||
<form> | ||
<form> | ||
<label for="inputDailyReports" class="col-xs-8">Daily Reports</label> | ||
<div class="col-xs-4"> | ||
<input type="text" id="inputDailyReports" class="form-control"> | ||
</div> | ||
</form> | ||
</form> | ||
<div class="col-xs-4"> | ||
<switch color="primary" ng-model="switches[5]"></switch> | ||
</div> | ||
</div> | ||
</div> | ||
</div> --> | ||
<button type="button" class="btn btn-primary btn-with-icon save-profile"> | ||
<i class="ion-android-checkmark-circle"></i>Update Profile | ||
</button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
1 change: 1 addition & 0 deletions
1
src/app/components/callback/github-callback/github-callback.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<p>Processing login...</p> |
Oops, something went wrong.