Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modularised the project and added new icons #42

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions edit.html → HTML/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ <h1>Edit Profile Information</h1>
<label for="medium">Medium:</label>
<input class="form-control" id="medium" type="text">
</div>
<div class="preference">
<label for="blog">Blog:</label>
<input class="form-control" id="blog" type="text">
</div>
<div class="preference">
<label for="text">Twitter:</label>
<input class="form-control" id="twitter" type="text" >
Expand All @@ -152,6 +156,10 @@ <h1>Edit Profile Information</h1>
<label for="gitlab">Gitlab:</label>
<input class="form-control" id="gitlab" type="text" >
</div>
<div class="preference">
<label for="bitbucket">Bitbucket:</label>
<input class="form-control" id="bitbucket" type="text">
</div>
<div class="preference">
<label for="quora">Quora:</label>
<input class="form-control" id="quora" type="text">
Expand All @@ -160,6 +168,7 @@ <h1>Edit Profile Information</h1>
<label for="stackoverflow">Stackoverflow:</label>
<input class="form-control" id="stackoverflow" type="text">
</div>

<div class="preference">
<label for="facebook">Facebook:</label>
<input class="form-control" id="facebook" type="text">
Expand Down
Loading