|
21 | 21 |
|
22 | 22 | <ion-row justify-content-center> |
23 | 23 | <ion-col col-12 col-md-4 col-xl-2 text-center> |
24 | | - <ion-icon name="contact"></ion-icon> |
| 24 | + <ion-icon id="pic-con" name="contact"></ion-icon> |
25 | 25 | </ion-col> |
26 | 26 | </ion-row> |
27 | 27 |
|
28 | | - <ion-row justify-content-center> |
29 | | - <ion-col class='name' col-12 col-md-4 col-xl-2 text-center> |
| 28 | + <ion-row class="section"justify-content-center> |
| 29 | + <ion-col class='name' col-12 text-center> |
30 | 30 | Peter Horton |
31 | 31 | </ion-col> |
32 | 32 | </ion-row> |
33 | 33 |
|
34 | | - <ion-row justify-content-center> |
35 | | - <ion-col col-5 align-self-center> |
| 34 | + <ion-row class="section" justify-content-center> |
| 35 | + <ion-col class="user-info-colum" align-self-center> |
36 | 36 | <ion-list> |
37 | 37 | <ion-item> |
38 | | - <ion-label color="dark">Name</ion-label> |
39 | | - <ion-input placeholder="Peter Horton" text-center></ion-input> |
40 | | - </ion-item> |
| 38 | + |
| 39 | + <ion-label class= "label"color="dark">Name</ion-label> |
| 40 | + <div class="user-info" item-content text-center><p text-center>Peter Horton<p></div> |
| 41 | + </ion-item> |
41 | 42 | <ion-item> |
42 | | - <ion-label color="dark">Email</ion-label> |
43 | | - <ion-input placeholder="peterh@mail.com" text-center></ion-input> |
| 43 | + <ion-label class= "label" color="dark">Email</ion-label> |
| 44 | + <div class="user-info" item-content text-center><p>phorton@gmail.com<p></div> |
44 | 45 | </ion-item> |
45 | 46 | </ion-list> |
46 | 47 | </ion-col> |
47 | 48 | </ion-row> |
48 | 49 |
|
49 | | - <ion-row> |
50 | | - <ion-col col-2 push-4> |
51 | | - <button ion-button outline color="dark">Edit Profile</button> |
| 50 | + <!-- <ion-row justify-content-center> |
| 51 | + <ion-col col-3 > |
| 52 | + <button ion-button class="buttons" outline color="dark">Edit Profile</button> |
52 | 53 | </ion-col> |
53 | | - <ion-col col-2 push-5> |
54 | | - <button ion-button outline color="dark">Logout</button> |
| 54 | + <ion-col col-3 > |
| 55 | + <button ion-button outline class="buttons" color="dark">Logout</button> |
55 | 56 | </ion-col> |
56 | | - </ion-row> |
| 57 | + </ion-row> --> |
57 | 58 |
|
58 | 59 | </ion-grid> |
| 60 | + <div class="buttons-div"> |
| 61 | + <button ion-button class="buttons1" outline color="dark">Edit Profile</button> |
| 62 | + |
| 63 | + <button ion-button outline class="buttons1" color="dark">Logout</button> |
| 64 | + </div> |
| 65 | + |
59 | 66 | </ion-content> |
0 commit comments