Advertisement
ciralism

Here's My Card - 1/3

Jul 31st, 2015
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 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>Here's My Card</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 1/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. .bio {
  40. 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;}
  41.  
  42. .bio b {font-weight:500;}
  43. .bio a {border-bottom:1px solid #eee;}
  44.  
  45. h1 {font-size:12px;display:block;padding:0px 0px 10px 0px;margin:0;font-family:Didot;font-weight:bold;}
  46.  
  47. .icon {width:40px;height:40px;border-radius:50%;-webkit-border-radius:50%;display:inline-block;float:left;}
  48.  
  49. .top {text-align:left;padding-bottom:20px;border-bottom:1px solid #eee;}
  50. .company {margin-left:15px;display:inline-block;margin-top:7px;text-transform:uppercase;color:#000!important;font-weight:900;letter-spacing:3px;}
  51. .company_desc {display:inline-block;margin-left:15px;font-size:9px;letter-spacing:2px;margin-top:3px;}
  52.  
  53. .name {width:160px;display:block;text-align:center;margin-top:30px;font-size:9px;font-family:Lato;text-transform:uppercase;font-weight:900;letter-spacing:3px;border-right:1px solid #eee;padding-right:10px;}
  54.  
  55. .title {font-family:Didot;font-style:italic;padding-top:10px;text-transform:none!important;letter-spacing:1px!important;}
  56.  
  57.  
  58. .links {
  59. display:block;
  60. width:200px;
  61. margin-left:180px;
  62. margin-top:-45px;
  63. }
  64. .links td {width:50px;font-size:10px;margin-left:10px;}
  65. .links .link {float:right;text-align:left;}
  66. .links .label {float:left;text-align:right;padding-right:1px;font-weight:400;}
  67. .links i {transform:scale(.8);-webkit-transform:scale(.8);}
  68. .credit {position:fixed;text-transform:uppercase;font-size:7px;font-weight:bold;right:5px;bottom:5px;letter-spacing:1px;}
  69.  
  70. </style>
  71. </head>
  72. <body>
  73. <div class="card">
  74. <div class="top">
  75. <img src="IMAGE URL HERE" class="icon">
  76. <div class="company">COMPANY NAME HERE</div><br>
  77. <div class="company_desc">COMPANY DESCRIPTION HERE </div>
  78. </div>
  79.  
  80. <div class="name">NAME HERE
  81. <div class="title">TITLE HERE</div>
  82. </div>
  83. <table class="links">
  84. <tr><td class="label">LINK LABEL HERE</td>
  85. <td class="link"><a href="LINK URL"><i class="fa fa-question-circle"></i>&nbsp;&nbsp;&nbsp;&nbsp;LINK NAME</a></td></tr>
  86. <tr><td class="link"><a href="LINK URL"><i class="fa fa-envelope-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;LINK NAME</a></td></tr>
  87. <tr><td class="link"><a href="LINK URL"><i class="fa fa-paper-plane-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;LINK NAME</a></td></tr>
  88. <tr><td class="label">LINK LABEL HERE</td>
  89. <td class="link"><a href="LINK URL"><i class="fa fa-file-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;LINK NAME</a></td></tr>
  90. <tr><td class="link"><a href="LINK URL"><i class="fa fa-clock-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;LINK NAME</a></td></tr>
  91. </table>
  92. </div>
  93. <a href="http://ciralism.tumblr.com" class="credit">ciralism</a>
  94. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement