_resume.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. // Resume styles
  2. // ---------------------------------------/
  3. // util
  4. .section-header {
  5. @include section_border;
  6. margin-bottom: 1.5rem;
  7. h2 {
  8. @include sans;
  9. font-weight: 900;
  10. font-size: 1.75rem;
  11. letter-spacing: -.05rem;
  12. margin: 0;
  13. }
  14. }
  15. // page header styles
  16. .page-header { padding: 1.5rem 0;
  17. .avatar {
  18. width: 95px;
  19. max-width: 100%;
  20. overflow: hidden;
  21. @include border-radius(100px);
  22. margin: 0 auto;
  23. display: block;
  24. }
  25. .header-name {
  26. @include sans;
  27. font-size: 3rem;
  28. font-weight: 900;
  29. text-align: center;
  30. letter-spacing: -.15rem;
  31. line-height: 1;
  32. margin: 1rem 0 0;
  33. }
  34. .header-contact-info {
  35. @include sans;
  36. text-align: center;
  37. }
  38. .header-contact-info p a {
  39. color: inherit;
  40. }
  41. .title-bar {
  42. @include section_border;
  43. margin-top: 2rem;
  44. padding: .4rem 0;
  45. @include clearfix;
  46. .header-title {
  47. @include sans;
  48. font-weight: 300;
  49. font-size: 1.75rem;
  50. line-height: 2rem;
  51. letter-spacing: -.05rem;
  52. text-align: center;
  53. margin: 0 0 .5rem;
  54. @include media_larger_than_mobile {
  55. float: left;
  56. margin: 0;
  57. }
  58. }
  59. }
  60. .executive-summary {
  61. @include media_larger_than_mobile { font-size: 1.125rem; }
  62. }
  63. }
  64. .icon-links {
  65. margin: 0;
  66. padding: 0;
  67. list-style: none;
  68. position: relative;
  69. top: 4px;
  70. text-align: center;
  71. border-top: 2px solid #c7c7c7;
  72. padding-top: .4rem;
  73. @include media_larger_than_mobile {
  74. float: right;
  75. border-top: none;
  76. padding-top: 0;
  77. }
  78. .icon-link-item {
  79. display: inline-block;
  80. margin-left: 5px;
  81. }
  82. .icon-link { display: inline-block;
  83. &:hover .icon path {
  84. fill: #333;
  85. @include transition(all .2s ease);
  86. }
  87. }
  88. .icon {
  89. height: 28px;
  90. }
  91. }
  92. .contact-button {
  93. @include border-radius(3px);
  94. background-color: #efefef;
  95. text-decoration: none;
  96. text-align: center;
  97. display: block;
  98. margin: 1.5rem auto;
  99. width: 220px;
  100. font-size: 1.375rem;
  101. @include sans_light;
  102. color: #333;
  103. line-height: 55px;
  104. @include transition(all .2s ease);
  105. &:hover {
  106. background-color: #333;
  107. color: #fff;
  108. }
  109. &.not-looking { width: 400px; }
  110. }
  111. // resume content styles
  112. .content-section {
  113. margin: 0 0 3rem;
  114. .resume-item { margin-bottom: 2rem; }
  115. .resume-item-title {
  116. @include sans_bold;
  117. margin: 0 0 .75rem;
  118. font-size: 1.5rem;
  119. letter-spacing: -.05rem;
  120. line-height: 1;
  121. }
  122. .resume-item-publication-title {
  123. font-size: 1.25rem;
  124. margin: 0 0 .75rem;
  125. line-height: 1.25;
  126. }
  127. .resume-item-details {
  128. font-size: 1.125rem;
  129. margin: 0 0 .75rem;
  130. line-height: 1;
  131. }
  132. .resume-item-subdetails {
  133. font-size: 1rem;
  134. margin: 0 0 .25rem;
  135. line-height: 1;
  136. }
  137. &.award-title {
  138. font-size: 1rem;
  139. }
  140. .resume-item-title,
  141. .resume-item-details,
  142. .resume-item-subdetails,
  143. .resume-item-publication-title,
  144. .resume-item-copy,
  145. .resume-item-list {
  146. a {
  147. color: #333;
  148. border-bottom: none;
  149. text-decoration: none;
  150. &:hover {
  151. border-bottom: none;
  152. color: #9c9c9c;
  153. }
  154. }
  155. }
  156. .skills {
  157. .level-bar {
  158. margin-bottom: 1rem;
  159. overflow: hidden;
  160. box-sizing: border-box;
  161. background-color: lightgrey;
  162. width: 100%;
  163. }
  164. .level-bar-inner {
  165. height: 12px;
  166. background: black;
  167. }
  168. }
  169. .resume-item-copy { margin: .75rem 0 0; }
  170. }
  171. // footer styles
  172. .page-footer {
  173. border-top: 4px solid #c7c7c7;
  174. padding-top: 1.5rem;
  175. text-align: center;
  176. margin-bottom: 3rem;
  177. .footer-line {
  178. margin: 0;
  179. font-size: .875rem;
  180. color: #999;
  181. > a {
  182. font-weight: 700;
  183. color: #333;
  184. }
  185. }
  186. }
  187. .print-only { display: none !important }
  188. @media print {
  189. .no-print { display: none !important }
  190. .print-only { display: block !important }
  191. body { font-size: 12px; line-height: 1rem; }
  192. .page-header { padding: 1rem 0 .2rem;
  193. .header-name {
  194. @include sans_bold;
  195. font-size: 2rem;
  196. margin: 0 0 .2rem;
  197. }
  198. }
  199. .section-header {
  200. @include section_border_thin;
  201. margin-bottom: 1rem;
  202. h2 { font-size: 1.2rem; line-height: 1.5rem; }
  203. }
  204. .content-section {
  205. margin: 0 0 1rem;
  206. .resume-item { margin-bottom: 1rem; }
  207. .resume-item-title {
  208. font-size: 16px;
  209. line-height: .7em;
  210. }
  211. .resume-item-details {
  212. font-size: 12px;
  213. margin: 0 0 .75rem;
  214. line-height: .7em;
  215. font-style:italic;
  216. &.award-title {
  217. font-size: 11px;
  218. }
  219. }
  220. }
  221. }