forked from thekeldog/soccer_data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.php
More file actions
47 lines (39 loc) · 1.55 KB
/
Copy pathprofile.php
File metadata and controls
47 lines (39 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<style>
body{padding-top:30px;}
.glyphicon { margin-bottom: 10px;margin-right: 10px;}
small {
display: block;
line-height: 1.428571429;
color: #999;
}</style>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="well well-sm">
<div class="row">
</div>
<div class="col-sm-6 col-md-8">
<h4> <!---insert login---></h4>
<p>
<i class="glyphicon glyphicon-envelope"></i> <!--- insert mail --->
<br />
<i class="glyphicon glyphicon-globe"></i>
<a><!----type o account--></a>
<br />
</p>
<div class="btn-group">
<button type="button" class="btn btn-primary">
Delete your account!
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</html>