diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 08:55:02 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 08:55:02 +0000 |
| commit | 952f7cefcd35550bb0930418e56c524f09eca92d (patch) | |
| tree | 9a681c15203eeb66f1a120ca65709e59ea63db68 /user_profile_alt.html | |
| parent | 8e52b58efedda826184280abbd9cf2c477fecde2 (diff) | |
Minor code clean up in html files
Diffstat (limited to 'user_profile_alt.html')
| -rw-r--r-- | user_profile_alt.html | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/user_profile_alt.html b/user_profile_alt.html index 36885a4..5142110 100644 --- a/user_profile_alt.html +++ b/user_profile_alt.html @@ -86,7 +86,6 @@ </nav> <main id="solutions-main"> - <div class="container user-info-content"> <div class="row"> @@ -114,7 +113,6 @@ <li><a href="#" class="prf-page">Comments</a></li> </ul> </div> - </div> </nav> @@ -123,16 +121,15 @@ <div class="panel-heading"> <h3 class="panel-title">Walter White</h3> </div> - <div class="panel-body"> - - <!------------ User-Profile Pages ------------> + <!--- User-Profile Pages --> <div class="row" id="profile-general"> + <!-- User Image --> <div class="col-md-3 col-lg-3 " align="center"> <img alt="User Pic" src="assets/images/avatar.png" class="img-circle img-responsive"> </div> - + <!-- User Details --> <div class=" col-md-9 col-lg-9 "> <table class="table table-user-information"> <tbody> @@ -148,7 +145,6 @@ <td>Answered:</td> <td>50</td> </tr> - <tr> <tr> <td>Messages:</td> @@ -162,20 +158,15 @@ <td>Email:</td> <td><a href="mailto:info@support.com">info@support.com</a></td> </tr> - <td>Phone Number:</td> - <td>111-111-1111(Mobile) - </td> - + <tr> + <td>Phone Number:</td> + <td>111-111-1111(Mobile)</td> </tr> - </tbody> </table> - </div> </div> - <div class="row" id="profile-follows"> - <h3>You are following:</h3> <div class="col-xs-offset-1 col-sm-offset-3 col-xs-10 col-sm-6"> <table class="table-condensed"> @@ -215,12 +206,8 @@ </table> </div> - - </div> - <div class="row" id="profile-friends"> - <h3>Friends</h3> <div class="col-xs-offset-1 col-sm-offset-3 col-xs-10 col-sm-6"> <table class="table-condensed"> @@ -234,7 +221,6 @@ <h4>He-Man</h4> <p>20 comments</p> </th> - </tr> <tr> <th> @@ -257,13 +243,9 @@ </th> </tr> </tbody> - </table> </div> - - </div> - <div class="row" id="profile-inbox"> <h3>Inbox</h3> <div class="col-sm-10 col-sm-offset-1 prf-tables"> @@ -297,12 +279,9 @@ <td>Lisa</td> </tr> </tbody> - </table> </div> - </div> - <div class="row" id="profile-comments"> <h3>Comment History</h3> <div class="col-sm-10 col-sm-offset-1 prf-tables"> @@ -356,7 +335,6 @@ </div> </div> </div> - </main> <footer> |
