<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Profile User Interfaces</title>
<script src="https://use.fontawesome.com/b7472aa0a9.js"></script>
<link rel="stylesheet" href="css/animations.css">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!------------------------------------------------------------------------------------------------------------------------------------------------
Profile User Interfaces inspired by: http://media02.hongkiat.com/mobile-app-ui/5-iPhone-app-designs-UI.jpg
------------------------------------------------------------------------------------------------------------------------------------------------->
<div class="mainWrapper">
<!-- first profile -->
<div class="box">
<div class="image"></div>
<div class="profileImage"></div>
<h1>EMMA STONE</h1>
<span>UX LEAD DESIGNER</span> <a href="#" class="button">FOLLOW</a>
<div class="foot">
<div class="following"><b>332</b> Following</div>
<div class="followers"><b>104</b> Followers</div>
</div>
</div>
<!-- second profile -->
<div class="container1">
<div class="head">
<h1>EMMA STONE</h1> UX LEAD DESIGNER </div>
<div class="foot2"> <a href="#" class="footItem1"><i class="fa fa-thumbs-up" aria-hidden="true"></i></a><a href="#" class="footItem2"><i class="fa fa-user" aria-hidden="true"></i></a><a href="#" class="footItem3"><i class="fa fa-thumbs-down" aria-hidden="true"></i></a> </div>
</div>
<!-- third profile -->
<div class="container2">
<div class="head2">
<h1>EMMA STONE</h1>
<span>332 Following</span> <a href="#" class="button2">FOLLOW</a> </div>
</div>
<!-- fourth profile -->
<div class="container3">
<div class="box4">
<div class="image2"><a href="#!" class="button3">FOLLOW</a></div>
<div class="hiddenMessage">Thank You!</div>
<div class="contentWrap">
<div class="profileImage2"></div>
<div class="word-wrap">
<h1>EMMA STONE</h1>
<span>UX LEAD DESIGNER</span>
<p>Life is only a flicker of melted ice.</p>
</div>
</div>
</div>
</div>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js'></script>
</body>
</html>
@import url("https://ctl.s6img.com/build/static-menu/header.styles-9539.css")
/*Normal*/
@font-face {
font-family: 'Greycliff';
src: url("https://society6.com/build/fonts/greycliffcf-regular.otf") format("opentype");
font-weight: normal;
}
/* Bold */
@font-face {
font-family: 'Greycliff';
src: url("https://society6.com/build/fonts/greycliffcf-bold.otf") format("opentype");
}
* {
box-sizing: border-box;
}
body {
font-family: 'Greycliff', sans-serif;
background: #eeeeee url("#");
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
font-size: 10px;
letter-spacing: 2px;
}
a {
text-decoration: none;
-webkit-transition: all 1s;
background-color: #2d5488;
color: #ffffff;
}
.mainWrapper {
margin: 100px auto;
width: 100%;
}
h1 {
font-weight: 100;
font-size: 2.2em;
color: #848484;
}
.box,
.head,
.head2 {
overflow: auto;
}
.box,
.head,
.head2,
.box4 {
background-color: #fff;
color: #848484;
}
.image,
.image2 {
background: url("http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/istock_000052189572_small.jpg") no-repeat;
}
.profileImage,
.profileImage2 {
background: url("https://img1.thelist.com/img/uploads/2016/12/how_emma_stone_blossomed_in_hollywood-1.jpg") no-repeat center;
}
/*--------------------- first profile --*/
.box {
background: #fff;
border-radius: 0;
font-size: 1em;
color: #848484;
height: 420px;
text-align: center;
width: 340px;
position: relative;
left: 680px;
bottom: 0px;
}
.image {
background-size: 100%;
margin: auto;
width: 340px;
height: 135px;
position: absolute;
}
.profileImage {
content: "";
display: block;
width: 125px;
height: 125px;
margin: auto;
background-size: cover;
border-radius: 100%;
border: 6px solid #fff;
position: relative;
top: 65px;
}
.box h1 {
margin: 90px 0 5px;
}
.box span {
font-size: 1.2em;
}
a.button {
font-size: 2em;
padding: 8px;
width: 180px;
display: block;
border-radius: 2px;
margin: 30px auto;
}
a.button:hover {
background-color: #5486c9;
}
.foot {
border-top: 0.5px solid #e6e6e6;
width: 85%;
margin: 30px auto 0px;
}
.following,
.followers {
display: inline-block;
width: 49%;
padding: 15px 0;
text-align: center;
font-size: 1.5em;
}
.following {
border-right: 0.5px solid #e6e6e6;
}
/*--------------------- first profile end --*/
/*--------------------- second profile --*/
.container1 {
position: relative;
left: 170px;
bottom: 420px;
}
.head {
padding: 20px 40px;
background: #fff;
font-size: 1.2em;
color: #848484;
width: 450px;
}
.head:before {
content: "";
display: block;
float: left;
width: 80px;
height: 80px;
margin-right: 50px;
background: url("https://img1.thelist.com/img/uploads/2016/12/how_emma_stone_blossomed_in_hollywood-1.jpg") no-repeat center;
background-size: cover;
}
.head h1 {
margin: 15px 0 5px;
}
.foot2 {
width: 450px;
}
.footItem1,
.footItem2,
.footItem3 {
display: inline-block;
width: 33.333333%;
padding: 15px 0;
text-align: center;
color: rgba(255, 255, 255, .8);
font-size: 1.1em;
}
[class^="footItem"] i {
display: block;
font-size: 1.6em;
margin-bottom: 5px;
color: #fff;
}
.footItem1,
.footItem2,
.footItem3 {
background-color: #2d5488;
}
.footItem1 {
border-right: 0.5px solid #274875;
}
.footItem3 {
border-left: 0.5px solid #274875;
}
.footItem1:hover,
.footItem2:hover,
.footItem3:hover {
background: #5486c9;
}
/*--------------------- second profile end--*/
/*--------------------- third profile --*/
.container2 {
position: relative;
left: 170px;
bottom: 350px;
}
.head2 {
padding: 20px;
background: #fff;
font-size: 1.2em;
color: #848484;
width: 450px;
}
.head2:before {
content: "";
display: block;
float: left;
width: 130px;
height: 130px;
margin-right: 40px;
background: url("https://img1.thelist.com/img/uploads/2016/12/how_emma_stone_blossomed_in_hollywood-1.jpg") no-repeat center;
background-size: cover;
border-radius: 50%;
border: 3px solid #2d5488;
}
.head2 h1 {
margin: 15px 0 5px;
}
.button2 {
background-color: #2d5488;
color: white;
font-size: 1.2em;
padding: 10px;
border-radius: 40px;
margin: 30px 0 0 190px;
display: block;
width: 190px;
text-align: center;
}
.button2:hover {
background-color: #5486c9;
}
/*--------------------- third profile end --*/
/*--------------------- fourth profile --*/
.container3 {
position: relative;
left: 170px;
bottom: 300px;
}
.box4 {
background: #fff;
border-radius: 0;
font-size: 1em;
color: #848484;
height: 228px;
text-align: center;
width: 550px;
}
.image2 {
background: url("http://images.mentalfloss.com/sites/default/files/styles/article_640x430/public/istock_000052189572_small.jpg") no-repeat;
background-size: 100%;
width: 340px;
height: 280px;
position: absolute;
left: 510px;
}
.profileImage2 {
content: "";
display: block;
width: 125px;
height: 125px;
margin: 20px 50px;
background: url("https://img1.thelist.com/img/uploads/2016/12/how_emma_stone_blossomed_in_hollywood-1.jpg") no-repeat center;
background-size: cover;
border: 6px solid #fff;
position: relative;
top: 55px;
}
.word-wrap {
position: relative;
left: 220px;
bottom: 80px;
padding: 10px;
border-top: 1px solid rgba(65, 121, 255, 0.5);
border-bottom: 1px solid rgba(65, 121, 255, 0.5);
width: 230px;
}
.box4 h1 {
margin: 5px;
}
.box4 span {
font-size: 1.2em;
}
a.button3 {
background-color: #2d5488;
font-size: 1.5em;
padding: 8px;
width: 100px;
display: block;
border: 3px solid rgba(65, 121, 255, 0.5);
margin: 100px auto;
}
a.button3:hover {
background-color: #5486c9;
}
.hiddenMessage {
font-size: 30px;
position: absolute;
left: 180px;
top: 100px;
display: none;
}
/*--------------------- fourth profile end --*/
/* Portrait and Landscape */
@media only screen and (max-width: 500px) {
.container1,
.container2,
.container3 {
display: none !important;
}
body {
margin: 30px auto !important;
}
.box {
left: 20px !important;
}
}