"Creative User Profile #User-Interface #User #Profile #jquery #Social #contact #accordion"
Bootstrap 3.3.0 Snippet by Gurdeep Osahan

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<div class="container">
<div class="row">
<h1>Creative User Profile <br><small>#User-Interface #User #Profile #jquery #Social #contact #accordion</small></h1>
<!-- Contenedor -->
<ul id="accordion" class="accordion">
<li>
<div class="col col_4 iamgurdeep-pic">
<img class="img-responsive iamgurdeeposahan" alt="iamgurdeeposahan" src="http://webncc.in/img/user/gurdeep-singh-osahan.jpg">
<div class="edit-pic">
<a href="https://web.facebook.com/iamgurdeeposahan" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/gurdeeposahan/" target="_blank" class="fa fa-instagram"></a>
<a href="https://twitter.com/gurdeeposahan1" target="_blank" class="fa fa-twitter"></a>
<a href="https://plus.google.com/u/0/105032594920038016998" target="_blank" class="fa fa-google"></a>
</div>
<div class="username">
<h2>Gurdeep Osahan <small><i class="fa fa-map-marker"></i> India (Punjab)</small></h2>
<p><i class="fa fa-briefcase"></i> Web Design and Development.</p>
<a href="https://web.facebook.com/iamgurdeeposahan" target="_blank" class="btn-o"> <i class="fa fa-user-plus"></i> Add Friend </a>
<a href="https://www.instagram.com/gurdeeposahan/" target="_blank" class="btn-o"> <i class="fa fa-plus"></i> Follow </a>
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="fa fa-ellipsis-v pull-right"></span></a>
<ul class="dropdown-menu pull-right">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #2d2c41;
font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}
.iamgurdeep-pic {
position: relative;
}
.username {
bottom: 0;
color: #ffffff;
padding: 30px 15px 4px;
position: absolute;
width: 100%;
text-shadow: 1px 1px 2px #000000;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #2d2c41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a64d4d4d',GradientType=0 ); /* IE6-9 */
}
.iamgurdeeposahan {
border-radius: 4px 4px 0 0;
}
.username > h2 {
font-family: oswald;
font-size: 27px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
$(function() {
var Accordion = function(el, multiple) {
this.el = el || {};
this.multiple = multiple || false;
// Variables privadas
var links = this.el.find('.link');
// Evento
links.on('click', {el: this.el, multiple: this.multiple}, this.dropdown)
}
Accordion.prototype.dropdown = function(e) {
var $el = e.data.el;
$this = $(this),
$next = $this.next();
$next.slideToggle();
$this.parent().toggleClass('open');
if (!e.data.multiple) {
$el.find('.submenu').not($next).slideUp().parent().removeClass('open');
};
}
var accordion = new Accordion($('#accordion'), false);
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Can I use this template for our project? thank you :)

Honey () - 8 years ago - Reply 0


You are very smart .. well done.

Maria del Carmen () - 9 years ago - Reply -2


Thanks Maria del Carmen

gurdeep singh () - 9 years ago - Reply 0


Hey, Nice work!

You are so creative with using accordion.

May I have this one as a template to learn something smart from you?

LeonH () - 6 years ago - Reply 0


i can use it for my project thanks you :D

can you put your email because i want to contact with you if it possible

Medoomar () - 7 years ago - Reply 0


@disqus_pfZpNN2jLa:disqus The lord of user profile template. can you try some thing like this https://in.pinterest.com/pi... for the sake of humanity and the comunity... hahahahah

Vikas Bansal () - 7 years ago - Reply 0


Hi!

Can i use this template in my project!!??? thanks!!

Amaizing!

k0n4n () - 8 years ago - Reply 0


amazing!!!!!!!!!!!!!!!!!!!is it ok if i use it in my project ??????

tewodros () - 8 years ago - Reply 0


yes no problem

gurdeep singh () - 8 years ago - Reply 0


You have some really awesome stuff here! I'm learning Bootstrap and this is going to help me tremendously.

Ramiro Rodriguez () - 8 years ago - Reply 0


Wao!! You are so great!!! More grace to your elbow this tutorial has saved me many times

Hamzat Luqman () - 8 years ago - Reply 0


ThnQ

gurdeep singh () - 8 years ago - Reply 0