-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
232 lines (231 loc) Β· 10.6 KB
/
index.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<body>
<main>
<header id="header">
<div class="overlay overlay-lg">
<img src="./img/shapes/square.png" class="shape square" alt="" />
<img src="./img/shapes/circle.png" class="shape circle" alt="" />
<img src="./img/shapes/half-circle.png" class="shape half-circle1" alt="" />
<img src="./img/shapes/half-circle.png" class="shape half-circle2" alt="" />
<img src="./img/shapes/x.png" class="shape xshape" alt="" />
<img src="./img/shapes/wave.png" class="shape wave wave1" alt="" />
<img src="./img/shapes/wave.png" class="shape wave wave2" alt="" />
<img src="./img/shapes/triangle.png" class="shape triangle" alt="" />
<img src="./img/shapes/points1.png" class="points points1" alt="" />
</div>
<nav class="navbar navbar-top navbar-expand-md navbar-dark" id="navbar-main">
<div class="container-fluid">
<!-- Company Name -->
<a class="h4 mb-0 text-white text-uppercase d-none d-lg-inline-block"
href="https://www.creative-tim.com/product/argon-dashboard" target="_blank">User profile</a>
<!-- Form -->
<form class="navbar-search navbar-search-dark form-inline mr-3 d-none d-md-flex ml-lg-auto">
<div class="form-group mb-0">
<div class="input-group input-group-alternative">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fas fa-search"></i></span>
</div>
<input class="form-control" placeholder="Search" type="text">
</div>
</div>
</form>
<!-- User -->
<ul class="navbar-nav align-items-center d-none d-md-flex">
<li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
<div class="media align-items-center">
<span class="avatar avatar-sm rounded-circle">
<img alt="Image placeholder"
src="https://demos.creative-tim.com/argon-dashboard/assets-old/img/theme/team-4.jpg">
</span>
<div class="media-body ml-2 d-none d-lg-block">
<span class="mb-0 text-sm font-weight-bold">Akechi</span>
</div>
</div>
</a>
</li>
</ul>
</div>
</nav>
<div class="header-content">
<div class="container1 grid-2">
<div class="column-1">
<h1 class="header-title">Hello, Akechi</h1>
<p class="text">
This is your profile page. You can see the progress you've made with your work and manage your projects or
assigned tasks
</p>
<a href="#" class="button">Edit Profile</a>
</div>
<div class="column-2 image">
<img src="./img/shapes/points2.png" class="points points2" alt="" />
<img src="./img/cyberSecurity.png" class="img-element z-index" alt="" />
</div>
</div>
</div>
</header>
<div class="profile container-fluid mt--7">
<div class="row">
<div class="col-xl-4 order-xl-2 mb-5 mb-xl-0">
<div class="card card-profile shadow">
<div class="row justify-content-center">
<div class="col-lg-3 order-lg-2">
<div class="card-profile-image">
<a href="#">
<img src="https://demos.creative-tim.com/argon-dashboard/assets-old/img/theme/team-4.jpg"
class="rounded-circle">
</a>
</div>
</div>
</div>
<div class="card-header text-center border-0 pt-8 pt-md-4 pb-0 pb-md-4">
<div class="d-flex justify-content-between">
<a href="#" class="btn btn-sm btn-info mr-4">Connect</a>
<a href="#" class="btn btn-sm btn-default float-right">Message</a>
</div>
</div>
<div class="card-body pt-0 pt-md-4">
<div class="row">
<div class="col">
<div class="card-profile-stats d-flex justify-content-center mt-md-5">
<div>
<span class="heading">22</span>
<span class="description">Friends</span>
</div>
<div>
<span class="heading">10</span>
<span class="description">Photos</span>
</div>
<div>
<span class="heading">89</span>
<span class="description">Comments</span>
</div>
</div>
</div>
</div>
<div class="text-center">
<h3>
Goro Akechi<span class="font-weight-light">, 27</span>
</h3>
<div class="h5 font-weight-300">
<i class="ni location_pin mr-2"></i>Kabukicho, Japan
</div>
<div class="h5 mt-4">
<i class="ni business_briefcase-24 mr-2"></i>Network Security Engineer
</div>
<div>
<i class="ni education_hat mr-2"></i>University of Computer Science
</div>
<hr class="my-4">
<p>Ryan β the name taken by Melbourne-raised, Brooklyn-based Nick Murphy β writes, performs and records
all of his own music.</p>
<a href="#">Show more</a>
</div>
</div>
</div>
</div>
<div class="col-xl-8 order-xl-1">
<div class="card bg-secondary shadow">
<div class="card-header bg-white border-0">
<div class="row align-items-center">
<div class="col-8">
<h3 class="mb-0">My account</h3>
</div>
<div class="col-4 text-right">
<a href="#!" class="btn btn-sm btn-primary">Settings</a>
</div>
</div>
</div>
<div class="card-body">
<form>
<h6 class="heading-small text-muted mb-4">User information</h6>
<div class="pl-lg-4">
<div class="row">
<div class="col-lg-6">
<div class="form-group focused">
<label class="form-control-label" for="input-username">Username</label>
<input type="text" id="input-username" class="form-control form-control-alternative"
placeholder="Username">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label class="form-control-label" for="input-email">Email address</label>
<input type="email" id="input-email" class="form-control form-control-alternative"
placeholder="akechi@example.com">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="form-group focused">
<label class="form-control-label" for="input-first-name">First name</label>
<input type="text" id="input-first-name" class="form-control form-control-alternative"
placeholder="First name">
</div>
</div>
<div class="col-lg-6">
<div class="form-group focused">
<label class="form-control-label" for="input-last-name">Last name</label>
<input type="text" id="input-last-name" class="form-control form-control-alternative"
placeholder="Last name">
</div>
</div>
</div>
</div>
<hr class="my-4">
<!-- Address -->
<h6 class="heading-small text-muted mb-4">profile information</h6>
<div class="pl-lg-4">
<div class="row">
<div class="col-md-12">
<div class="form-group focused">
<label class="form-control-label" for="input-address">Address</label>
<input id="input-address" class="form-control form-control-alternative"
placeholder="Home Address" type="text">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="form-group focused">
<label class="form-control-label" for="input-city">City</label>
<input type="text" id="input-city" class="form-control form-control-alternative"
placeholder="City">
</div>
</div>
<div class="col-lg-4">
<div class="form-group focused">
<label class="form-control-label" for="input-country">Country</label>
<input type="text" id="input-country" class="form-control form-control-alternative"
placeholder="Country">
</div>
</div>
<div class="col-lg-4">
<div class="form-group">
<label class="form-control-label" for="input-country">Postal code</label>
<input type="number" id="input-postal-code" class="form-control form-control-alternative"
placeholder="Postal code">
</div>
</div>
</div>
</div>
<hr class="my-4">
<!-- Description -->
<h6 class="heading-small text-muted mb-4">About me</h6>
<div class="pl-lg-4">
<div class="form-group focused">
<label>About Me</label>
<textarea rows="4" class="form-control form-control-alternative"
placeholder="A few words about you ..."></textarea>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>