Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Resume</title>
  5. <style>
  6. *, *:before, *:after {
  7. -webkit-box-sizing: border-box;
  8. box-sizing: border-box;
  9. }
  10. a {
  11. color: #c62828;
  12. }
  13. pre {
  14. margin: 0;
  15. }
  16. body {
  17. font-family: "Times New Roman", sans-serif;
  18. font-size: 16px;
  19. padding: 0;
  20. margin: 10px;
  21. color: #424242;
  22. text-align: -webkit-center;
  23. letter-spacing: 0.02em;
  24. }
  25. .resume-page {
  26. display: block;
  27. height: 28.7cm;
  28. width: 20cm;
  29. text-align: left;
  30. padding: 5px 20px;
  31. overflow: hidden;
  32. border: 1px solid #ccc;
  33. }
  34. .top-nav {
  35. padding: 0;
  36. overflow: hidden;
  37. height: 2.35cm;
  38. }
  39. .top-nav .left-section, .top-nav .right-section {
  40. display: inline-block;
  41. }
  42. .top-nav .left-section {
  43. width: 285px;
  44. }
  45. .top-nav .right-section {
  46. width: 250px;
  47. font-size: 0.95rem;
  48. float: right;
  49. }
  50. .top-nav .left-section .resume-name {
  51. font-size: 2.25rem;
  52. text-transform: uppercase;
  53. }
  54. .top-nav .left-section .student-details {
  55. margin-top: 5px;
  56. font-style: italic;
  57. font-weight: 500;
  58. text-transform: uppercase;
  59. letter-spacing: 0.08em;
  60. }
  61. .main-content {
  62. border-collapse: collapse;
  63. }
  64. .main-content tr {
  65. padding: 15px 0;
  66. border-top: 1px solid #ccc;
  67. border-bottom: 1px solid #ccc;
  68. }
  69. .main-content th {
  70. width: 125px;
  71. font-size: 1.1rem;
  72. font-style: italic;
  73. text-align: left;
  74. display: block;
  75. padding-top: 15px;
  76. }
  77. .main-content td {
  78. padding-top: 15px;
  79. padding-bottom: 15px;
  80. }
  81. .main-content td.special-td {
  82. font-size: 1.05rem;
  83. font-weight: bold;
  84. }
  85. .main-content td.special-td .small {
  86. font-size: 0.8rem;
  87. font-weight: normal;
  88. }
  89. .table-ol {
  90. margin: 0;
  91. -webkit-padding-start: 18px;
  92. font-size: 0.8em;
  93. }
  94. .footer {
  95. text-align: center;
  96. margin-top: 5px;
  97. font-size: 0.85em;
  98. }
  99. </style>
  100. </head>
  101. <body>
  102. <div class="resume-page">
  103.  
  104. <!-- TOP NAVBAR SECTION -->
  105. <div class="top-nav">
  106. <div class="left-section">
  107. <span class="resume-name">Paras Singla</span>
  108. <br>
  109. <span class="student-details">Student, Baba Farid Group of Institutions
  110. </div>
  111. <div class="right-section">
  112. <a href="mailto:sinparas.98@gmail.com">sinparas.98@gmail.com</a>
  113. <br/>
  114. +917508836488
  115. </div>
  116. </div>
  117.  
  118. <!-- MAIN TABLE OF INFORMATION -->
  119. <table class="main-content">
  120. <tbody>
  121. <tr>
  122. <th>Objective</th>
  123. <td colspan="3" style="padding-right: 150px;">Looking for
  124.  
  125. opportunities where my educational qualification and skill set can be put to
  126.  
  127. optimal use helping me in my professional growth as well as contribute towards
  128.  
  129. the positive growth of the organisation I am a part of.</td>
  130. </tr>
  131. <tr>
  132. <th rowspan="2">Skills</th>
  133. <td class="special-td">HTML & CSS<br><span class="small">HTML & CSS
  134.  
  135. are used to build web pages.</span></td>
  136. <td class="special-td">JavaScript<br><span class="small">JavaScript
  137.  
  138. is used to add dynamic functions to a web page.</span></td>
  139. <td class="special-td">Angular<br><span class="small">Angular - most
  140.  
  141. powerful framework build by Google.</span></td>
  142. </tr>
  143. <tr>
  144. <th>Technical Knowledge</th>
  145. <td><pre>C
  146. C++
  147. Java
  148. </pre></td>
  149. <td><pre>ASP.NET
  150. SQL
  151. HTML
  152. </pre></td>
  153. <td style="display: block;"><pre>CSS</pre></td>
  154. </tr>
  155. <tr>
  156. <th rowspan="2">Education</th>
  157. <td colspan="2" class="special-td">10th<br><span class="small">St.
  158.  
  159. Xavier's Sen. Sec. School</span></td>
  160. <td style="display: block; text-align: right;">Marks Obtained
  161.  
  162. 90%</td>
  163. </tr>
  164. <tr>
  165. <th class="no-border-top"></th>
  166. <td colspan="2" class="special-td">12th<br><span class="small">Rose
  167.  
  168. Mary Convent School</span></td>
  169. <td style="display: block; text-align: right;">Marks Obtained
  170.  
  171. 73%</td>
  172. </tr>
  173. <tr>
  174. <th>Hobbies</th>
  175. <td colspan="3">
  176. <ol class="table-ol">
  177. <li>Hobby 1 - Write brief description</li>
  178. <li>Hobby 2 - Write brief description</li>
  179. <li>Hobby 3 - Write brief description</li>
  180. <li>Hobby 4 - Write brief description</li>
  181. </ol>
  182. </td>
  183. </tr>
  184. </tbody>
  185. </table>
  186.  
  187. <!-- FOOTER SECTION -->
  188. <div class="footer">
  189. Paras Singla - <a
  190.  
  191. href="mailto:sinparas.98@gmail.com">sinparas.98@gmail.com</a> - +917508836488
  192. </div>
  193. </div>
  194. </body>
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement