This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
innerHomeProfile.html
99 lines (81 loc) · 2.93 KB
/
innerHomeProfile.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<title>Team Unfit</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/Profilestyle.css">
<!-- Bootstrap Stylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- Bootstrap JS, JQuery& Popper -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<link rel="stylesheet" href="css/list.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.bundle.js"></script>
<script type="text/javascript" src="js/list.js"></script>
<script type="text/javascript" src="js/home.js"></script>
<body>
<div class="innermainContainer">
<div class="w3-container">
<div id="Profile">
<div class="wrap">
<header>
</header>
<div class="profile">
<div class="user">
<div class="star"> </div>
<div class="men">
<img src="images/person.jpg" alt="" />
</div>
<div class="pencil"> </div>
<div id="dd1" class="wrapper-dropdown-3" tabindex="1">
<span><img src="images/menu.png" alt="Navbar"/></span>
</div>
<div class="clear"> </div>
<h2>Name: Jason Mask</h2>
<h2>Gender: Male</h2>
</div>
</div>
<div class="sub-profile">
<div class="sp1">
<div class="phone">
<img src="images/ph.png" alt=""/>
</div>
<div class="ph-text">
<span>Mobile</span>
<p>+61 411 96 1699</p>
</div>
<div class="msg">
<img src="images/msg.png" alt=""/>
</div>
<div class="clear"> </div>
</div>
<div class="sp2">
<div class="mail">
<img src="images/mail.png" alt=""/>
</div>
<div class="mail-text">
<span>E-mail</span>
<p>[email protected]</p>
</div>
<div class="clip">
<img src="images/clip.png" alt=""/>
</div>
<div class="clear"> </div>
</div>
</div>
<div class="social">
<ul>
<li><a href="#"><span class="fb"></span></a></li>
<li><a href="#"><span class="twit"></span></a></li>
<li><a href="#"><span class="google"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="js/home.js"></script>
</html>