Advertisement
ciralism

Here's My Card - 2/3 with Description

Jul 31st, 2015
1,716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <title>NETWORK</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <!---
  9.  
  10. HERE'S MY CARD
  11. a minimalist about me page
  12.  
  13. design 2/3
  14.  
  15. º ciralism º
  16.  
  17. ---->
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,900' rel='stylesheet' type='text/css'>
  20. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  21.  
  22. <style type="text/css">
  23. /* BASICS */
  24. body {background-color:#f3f3f3;font-family:Lato;color:#000;font-size:11px;font-weight:300;}
  25. a {color:#000;text-decoration:none;-webkit-transition-duration:600ms;-o-transition-duration:600ms;-moz-transition-duration:600ms;-ms-transition-duration:600ms;}
  26. a:hover, a:active {color:#94b1cc;border-bottom-color:#94b1cc;}
  27. .credit {float:right;text-transform:uppercase;font-size:10px;font-weight:normal;margin-right:-10px;letter-spacing:1px;margin-top:61px;}
  28.  
  29. .card {
  30. width:310px;
  31. height:160px;
  32. background-color:#fff;
  33. margin:100px auto 20px auto;
  34. padding:20px;
  35. box-shadow:2px 2px 3px #ccc;
  36. text-align:center;
  37. }
  38.  
  39. .name {text-transform:uppercase;font-size:15px;letter-spacing:3px;font-weight:bold;margin-top:45px;font-family:Didot;}
  40.  
  41. .title {font-family:Didot;font-style:italic;padding-top:5px;}
  42.  
  43. .company {text-transform:uppercase;font-weight:300!important;font-size:8px;letter-spacing:2px;padding-top:5px;}
  44.  
  45. .links {float:left;width:100px;margin-top:15px;height:50px;vertical-align:bottom;text-transform:uppercase;font-size:7px;letter-spacing:1px;text-align:left!important;}
  46.  
  47. .links a {display:block;margin-top:7px;}
  48.  
  49. .bio {
  50. width:310px;padding:20px;background-color:#fff;box-shadow:2px 2px 3px #ccc;margin:0 auto;font-weight:300;line-height:180%;font-size:10px;letter-spacing:1px;}
  51.  
  52. .bio b {font-weight:500;}
  53. .bio a {border-bottom:1px solid #eee;}
  54.  
  55. h1 {font-size:12px;display:block;padding:0px 0px 10px 0px;margin:0;font-family:Didot;font-weight:bold;}
  56. </style>
  57. </head>
  58. <body>
  59. <div class="card">
  60. <div class="name">NAME HERE</div>
  61. <div class="title">TITLE HERE</div>
  62. <div class="company">COMPANY HERE</div>
  63. <div class="links">
  64. <a href="LINK URL"><i class="fa fa-home"></i> LINK NAME</a>
  65. <a href="LINK URL"><i class="fa fa-envelope-o"></i> LINK NAME</a>
  66. <a href="LINK URL"><i class="fa fa-folder-o"></i> LINK NAME</a>
  67. </div>
  68. <a class="credit" href="http://ciralism.tumblr.com" target="_blank"> ©</a>
  69. </div>
  70.  
  71. <div class="bio">
  72. <h1>BIO TITLE</h1>
  73. BIOGRAPHY TEXT GOES HERE.
  74. </div>
  75. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement