[html4strict] CV

Viewer

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>My CV</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  8. <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  10. <style>
  11. html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
  12. </style>
  13. </head>
  14. <body class="w3-light-grey">
  15.  
  16. <!-- Page Container -->
  17. <div class="w3-content w3-margin-top" style="max-width:1400px;">
  18.  
  19.   <!-- The Grid -->
  20.   <div class="w3-row-padding">
  21.   
  22.     <!-- Left Column -->
  23.     <div class="w3-third">
  24.     
  25.       <div class="w3-white w3-text-grey w3-card-4">
  26.         <div class="w3-display-container">
  27.           <img src="https://upload.wikimedia.org/wikipedia/commons/f/f6/NAPSTER.png" style="width:100%" alt="Avatar">
  28.           <div class="w3-display-bottomleft w3-container w3-text-black">
  29.             <h2>Derry Cahya Bahtera</h2>
  30.           </div>
  31.         </div>
  32.         <div class="w3-container">
  33.           <p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-teal"></i>IT ENGINEER</p>
  34.           <p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-teal"></i>Balikpapan</p>
  35.           <p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-teal"></i>[email protected]</p>
  36.           <p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-teal"></i>+6281348418900</p>
  37.           <hr>
  38.  
  39.           <p class="w3-large"><b><i class="fa fa-asterisk fa-fw w3-margin-right w3-text-teal"></i>Skills</b></p>
  40.           <p>Network Maintenance</p>
  41.           <div class="w3-light-grey w3-round-xlarge w3-small">
  42.             <div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:90%">90%</div>
  43.           </div>
  44.           <p>Database Design</p>
  45.           <div class="w3-light-grey w3-round-xlarge w3-small">
  46.             <div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:80%">
  47.               <div class="w3-center w3-text-white">80%</div>
  48.             </div>
  49.           </div>
  50.           <p>Illustrator</p>
  51.           <div class="w3-light-grey w3-round-xlarge w3-small">
  52.             <div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:75%">75%</div>
  53.           </div>
  54.           <p>Media</p>
  55.           <div class="w3-light-grey w3-round-xlarge w3-small">
  56.             <div class="w3-container w3-center w3-round-xlarge w3-teal" style="width:50%">50%</div>
  57.           </div>
  58.           <br>
  59.  
  60.           <p class="w3-large w3-text-theme"><b><i class="fa fa-globe fa-fw w3-margin-right w3-text-teal"></i>Languages</b></p>
  61.           <p>Bahasa Indonesia</p>
  62.           <div class="w3-light-grey w3-round-xlarge">
  63.             <div class="w3-round-xlarge w3-teal" style="height:24px;width:90%"></div>
  64.           </div>
  65.           <p>English</p>
  66.           <div class="w3-light-grey w3-round-xlarge">
  67.             <div class="w3-round-xlarge w3-teal" style="height:24px;width:70%"></div>
  68.           </div>
  69.           <!-- <p>German</p>
  70.           <div class="w3-light-grey w3-round-xlarge">
  71.             <div class="w3-round-xlarge w3-teal" style="height:24px;width:25%"></div>
  72.           </div> -->
  73.           <br>
  74.         </div>
  75.       </div><br>
  76.  
  77.     <!-- End Left Column -->
  78.     </div>
  79.  
  80.     <!-- Right Column -->
  81.     <div class="w3-twothird">
  82.     
  83.       <div class="w3-container w3-card w3-white w3-margin-bottom">
  84.         <h2 class="w3-text-grey w3-padding-16"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Work Experience</h2>
  85.         <div class="w3-container">
  86.           <h5 class="w3-opacity"><b>Engineer On Site / Telkom Kaltara</b></h5>
  87.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>April 2020 - <span class="w3-tag w3-teal w3-round">Current</span></h6>
  88.           <p>Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
  89.           <hr>
  90.         </div>
  91.         <!-- <div class="w3-container">
  92.           <h5 class="w3-opacity"><b>Web Developer / something.com</b></h5>
  93.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Mar 2012 - Dec 2014</h6>
  94.           <p>Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
  95.           <hr>
  96.         </div>
  97.         <div class="w3-container">
  98.           <h5 class="w3-opacity"><b>Graphic Designer / designsomething.com</b></h5>
  99.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jun 2010 - Mar 2012</h6>
  100.           <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p><br>
  101.         </div>
  102.       </div> -->
  103.  
  104.       <div class="w3-container w3-card w3-white">
  105.         <h2 class="w3-text-grey w3-padding-16"><i class="fa fa-certificate fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i>Education</h2>
  106.         <div class="w3-container">
  107.           <h5 class="w3-opacity"><b>Database Design</b></h5>
  108.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Forever</h6>
  109.           <p>Web Development! All I need to know in one place</p>
  110.           <hr>
  111.         </div>
  112.         <div class="w3-container">
  113.           <h5 class="w3-opacity"><b>Teknik Informatika</b></h5>
  114.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2012 - 2018</h6>
  115.           <p>Bachelor Degree</p>
  116.           <hr>
  117.         </div>
  118.         <!-- <div class="w3-container">
  119.           <h5 class="w3-opacity"><b>School of Coding</b></h5>
  120.           <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2010 - 2013</h6>
  121.           <p>Bachelor Degree</p><br>
  122.         </div> -->
  123.       </div>
  124.  
  125.     <!-- End Right Column -->
  126.     </div>
  127.     
  128.   <!-- End Grid -->
  129.   </div>
  130.   
  131.   <!-- End Page Container -->
  132. </div>
  133.  
  134. <footer class="w3-container w3-teal w3-center w3-margin-top">
  135.   <p>Find me on social media.</p>
  136.   <i class="fa fa-facebook-official w3-hover-opacity"></i>
  137.   <a href="https://www.instagram.com/dejavu_napster/"><i class="fa fa-instagram w3-hover-opacity"></a></i>
  138.   <i class="fa fa-snapchat w3-hover-opacity"></i>
  139.   <i class="fa fa-pinterest-p w3-hover-opacity"></i>
  140.   <i class="fa fa-twitter w3-hover-opacity"></i>
  141.   <i class="fa fa-linkedin w3-hover-opacity"></i>
  142.   <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
  143. </footer>
  144.  
  145. </body>
  146. </html>

Editor

You can edit this paste and save as new:


File Description
  • CV
  • Paste Code
  • 02 Dec-2022
  • 6.68 Kb
You can Share it: