<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>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html><html lang='en' class=''>
<head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/enahom99/pen/mmdqBR?depth=everything&order=popularity&page=42&q=skype&show_forks=false" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css'>
<style class="cp-pen-styles">* {
font-family: "Roboto", sans-serif;
outline: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
html, body {
height: 100%;
}
body {
font-family: "Roboto", sans-serif;
background-color: #F7F8FA;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 100px;
background-color: white;
border-bottom: 2px solid #EFEFF1;
}
.header img.logo {
height: 32px;
width: 32px;
border-radius: 5px;
background-color: #007AB9;
}
.header hr {
height: 20px;
width: 1px;
background-color: #EFEFF1;
border: none;
margin: 0 10px 0 20px;
}
.header select {
background: none;
border: none;
font-weight: 600;
}
.header .search {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header .search i, .header .search input[type="text"] {
background-color: #F7F8FA;
border: 1px solid #EBEBEB;
height: 20px;
padding: 10px;
}
.header .search i {
color: #BBB;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: none;
padding-left: 20px;
margin: 0;
}
.header .search input[type="text"] {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: none;
width: 400px;
padding-left: 0;
padding-top: 12px;
padding-bottom: 8px;
}
.header .search input[type="text"]::-webkit-input-placeholder {
color: #B3B3B3;
}
.header .search input[type="text"]:-ms-input-placeholder {
color: #B3B3B3;
}
.header .search input[type="text"]::-ms-input-placeholder {
color: #B3B3B3;
}
.header .search input[type="text"]::placeholder {
color: #B3B3B3;
}
.header i {
color: #ACACAC;
margin: 0 10px;
cursor: pointer;
}
.header img.profile-pic {
height: 32px;
width: 32px;
border-radius: 100%;
margin: 0 10px;
cursor: pointer;
}
.tabs {
background-color: #F7F8FA;
border-bottom: 2px solid #E9EAEA;
padding: 20px;
}
.tabs ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tabs ul li {
padding: 10px;
margin: 0 20px;
border-bottom: 3px solid transparent;
cursor: pointer;
-webkit-transition: all 0.05s;
transition: all 0.05s;
}
.tabs ul li.selected, .tabs ul li:hover {
border-bottom: 3px solid #007FB1;
}
.tabs ul li.selected a, .tabs ul li:hover a {
color: black;
}
.tabs ul li a {
text-decoration: none;
color: #A8A7A8;
font-weight: 500;
}
.tabs ul li:hover {
border-bottom: 3px solid #007FB1;
}
.tabs ul li:hover a {
color: black;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 50px 17%;
}
.row .col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: calc(100%/3);
}
.row .col:nth-child(2) {
-webkit-box-flex: 4;
-ms-flex-positive: 4;
flex-grow: 4;
margin: 0 20px;
}
.row .col .card {
border: 2px solid #F1F1F1;
background-color: white;
}
.profile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 300px;
margin: auto;
}
.profile img.profile-pic, .profile h1, .profile p {
-ms-flex-item-align: center;
align-self: center;
}
.profile img.profile-pic {
height: 128px;
width: 128px;
border-radius: 100%;
margin: 20px 0;
}
.profile h1 {
font-weight: 500;
font-size: 1em;
margin: 10px 0;
}
.profile p {
color: #B4B4B4;
font-size: 0.9em;
}
.profile .stats {
border-top: 2px solid #F1F1F1;
border-bottom: 2px solid #F1F1F1;
margin: 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.profile .stats a {
text-align: center;
width: 50%;
padding: 20px 0;
text-decoration: none;
color: #000;
}
.profile .stats a:nth-child(1) {
border-right: 1px solid #F1F1F1;
}
.profile .stats a:nth-child(2) {
border-left: 1px solid #F1F1F1;
}
.profile .stats a span {
font-weight: bold;
}
.profile ul {
padding: 20px 40px;
}
.profile ul li {
margin-bottom: 20px;
}
.profile ul li a {
text-decoration: none;
color: #A3A6A9;
}
.profile ul li a img {
height: 16px;
width: 16px;
margin-right: 20px;
}
.share {
border: 2px solid #EEEEEE;
background-color: white;
padding: 20px 10px;
overflow: hidden;
}
.share a {
text-decoration: none;
color: #BDBDBD;
margin: 40px 5px;
padding: 0 2px;
}
.share a:nth-child(1) {
margin-left: 25px;
}
.share a.selected {
font-weight: 500;
padding: 0;
color: black;
}
.share .progress-bar {
height: 2px;
background: #EEEEEE;
margin: 10px 10px 0 10px;
}
.share .progress-bar .slider {
background-color: #2962FF;
width: calc(100%/3);
height: 100%;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.share .progress-bar .slider.slider-1 {
margin-left: 0;
}
.share .progress-bar .slider.slider-2 {
margin-left: calc(100%/3);
}
.share .progress-bar .slider.slider-3 {
margin-left: calc(200%/3);
}
.share textarea {
border: none;
border-bottom: 1px solid #E0E0E0;
margin: 20px 0 0 10px;
width: 300px;
height: 24px;
padding-left: 5px;
resize: none;
}
.share textarea::-webkit-input-placeholder {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #E0E0E0;
}
.share textarea:-ms-input-placeholder {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #E0E0E0;
}
.share textarea::-ms-input-placeholder {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #E0E0E0;
}
.share textarea::placeholder {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #E0E0E0;
}
.friends:after {
content: "";
display: table;
clear: both;
}
.friends h1 {
font-weight: 500;
font-size: 1em;
margin: 10px 0;
}
.friends img {
height: 64px;
width: 64px;
border-radius: 100%;
}
.info {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #D32F2F;
color: white;
font-size: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.info a {
text-decoration: none;
color: #2196F3;
color: white;
margin-left: 5px;
}
.info a:after {
content: "";
display: block;
position: relative;
width: 0%;
margin-left: 50%;
height: 3px;
background-color: white;
}
.info a:hover:after {
width: 100%;
margin-left: 0%;
}
@media screen and (max-width: 920px) {
.row {
margin: 50px 0;
}
}
@media screen and (max-width: 1000px) {
.row {
margin: 50px 21vw;
}
}
@media screen and (min-width: 1200px) {
.row {
margin: 50px 0vw;
}
.info {
display: none;
}
}
</style></head><body>
<div class="header">
<img src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/linkedin-512.png" class="logo" />
<hr />
<select>
<option>Discover</option>
</select>
<div class="search">
<i class="material-icons">search</i>
<input type="text" placeholder="Search Linkedin" spellcheck="false"/>
</div>
<i class="material-icons">chat_bubble_outline</i>
<i class="material-icons">flag</i>
<img src="https://randomuser.me/api/portraits/women/52.jpg" class="profile-pic" />
</div>
<div class="tabs">
<ul>
<li class="selected"><a href="#">Posts</a></li>
<li><a href="#">Articles</a></li>
<li><a href="#">Companies</a></li>
<li><a href="#">Jobs</a></li>
</ul>
</div>
<div class="row">
<div class="col">
<div class="profile card">
<img src="https://randomuser.me/api/portraits/women/52.jpg" alt="Caroline Belfort" class="profile-pic" />
<h1>Caroline Belfort</h1>
<p>Statton Oakmont</p>
<div class="stats">
<a href="#"><span>358</span><br /> Connections</a>
<a href="#"><span>25</span><br /> Views</a>
</div>
<ul>
<li><a href="#"><img src="https://cdn2.iconfinder.com/data/icons/social-icons-grey/512/LINKEDIN-512.png" alt="LinkedIn" />Jordan Belfort</a></li>
<li><a href="#"><img src="https://cdn2.iconfinder.com/data/icons/social-icons-grey/512/TWITTER-512.png" alt="Twitter" />jordanbelfort</a></li>
<li><a href="#"><img src="https://cdn2.iconfinder.com/data/icons/social-icons-grey/512/SKYPE-512.png" alt="Skype" />jordanbelfort</a></li>
</ul>
</div>
</div>
<div class="col">
<div class="card share">
<a href="#" class="selected">Share an update</a>
<a href="#">Upload a photo</a>
<a href="#">Write an article</a>
<div class="progress-bar">
<div class="slider"></div>
</div>
<textarea placeholder="Write something..."></textarea>
</div>
</div>
<div class="col">
<div class="card friends">
<h1>Keep in touch</h1>
<hr />
<ul>
<li>
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Helen Johnson" />
<h1>Helen Johnson</h1>
<p>CEO and founder</p>
</li>
<li>
<img src="https://randomuser.me/api/portraits/women/72.jpg" alt="Emily McLaren" />
<h1>Emily McLaren</h1>
<p>UI Designer</p>
</li>
<li>
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="James Johns" />
<h1>James Johns</h1>
<p>CTO</p>
</li>
</ul>
</div>
</div>
</div>
<div class="info" style="display: none;">
For best result, please view in <a href="https://codepen.io/enahom99/full/mmdqBR/" target="_blank"> full screen</a>
</div>
<script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script><script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script >$(document).ready(function() {
$(".tabs a").on("click", function() {
$(this).parent().siblings().removeClass("selected");
$(this).parent().addClass("selected");
});
$(".share a").on("click", function() {
$(".share a").removeClass("selected");
$(this).addClass("selected");
if($(".share a:nth-child(1)").hasClass("selected")) {
$(".progress-bar .slider").removeClass("slider-2");
$(".progress-bar .slider").removeClass("slider-3");
$(".progress-bar .slider").addClass("slider-1");
// $(".share .slide").removeClass("slide-2");
// $(" .share .slide").removeClass("slide-3");
// $(".share .slide").addClass("slide-1");
}
else if($(".share a:nth-child(2)").hasClass("selected")) {
$(".progress-bar .slider").removeClass("slider-1");
$(".progress-bar .slider").removeClass("slider-3");
$(".progress-bar .slider").addClass("slider-2");
// $(".share .slide").removeClass("slide-1");
// $(".share .slide").removeClass("slide-3");
// $(".share .slide").addClass("slide-2");
}
else if($(".share a:nth-child(3)").hasClass("selected")) {
$(".progress-bar .slider").removeClass("slider-1");
$(".progress-bar .slider").removeClass("slider-2");
$(".progress-bar .slider").addClass("slider-3");
// $(".share .slide").removeClass("slide-1");
// $(".share .slide").removeClass("slide-2");
// $(".share .slide").addClass("slide-3");
}
});
});
//# sourceURL=pen.js
</script>
</body></html>