H9999

untitled

Sep 21st, 2025
3,733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Hussein Alrajaa - Resume</title>
  5.     <style>
  6.         body { font-family: Arial, sans-serif; line-height: 1.5; margin: 40px; color: #222; }
  7.         .name { font-size: 22px; font-weight: bold; margin-bottom: 2px; }
  8.         .contact-info { font-size: 14px; margin-bottom: 20px; }
  9.         .section { margin-bottom: 15px; }
  10.         .section-title { font-size: 16px; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 4px; margin-bottom: 8px; margin-top: 15px; }
  11.         .job-header { margin-bottom: 5px; }
  12.         .job-title { font-weight: bold; }
  13.         .company { font-style: italic; }
  14.         .date { float: right; font-weight: normal; color: #555; }
  15.         ul { margin-top: 5px; margin-bottom: 5px; padding-left: 20px; }
  16.         li { margin-bottom: 5px; font-size: 14px; }
  17.         .skills-container { display: flex; flex-wrap: wrap; gap: 10px; font-size: 14px; margin-top: 5px; }
  18.         .skill-category { flex: 1; min-width: 250px; }
  19.         .skill-category strong { display: block; margin-bottom: 3px; color: #333; }
  20.     </style>
  21. </head>
  22. <body>
  23.  
  24.     <div class="name">Hussein Alrajaa</div>
  25.     <div class="contact-info">Al Hufuf, Eastern Province 31982 | +966 55 108 5562 | [email protected]</div>
  26.  
  27.     <div class="section">
  28.         <div class="section-title">Professional Summary</div>
  29.         <p>Dedicated and certified Electrical Technician with over 3 years of experience in maintenance, troubleshooting, and repair within high-compliance environments, including Saudi Aramco projects. Proven expertise in electrical hazard recognition, work permit protocols (Hot Work, Confined Space), and ensuring strict adherence to safety standards. A skilled troubleshooter recognized for contributions to major projects like the 2023 Annual Power Shutdown.</p>
  30.     </div>
  31.  
  32.     <div class="section">
  33.         <div class="section-title">Technical Skills</div>
  34.         <div class="skills-container">
  35.             <div class="skill-category"><strong>Technical Expertise:</strong> Electrical Systems Troubleshooting, Diagnostic Testing, Preventive Maintenance, Electrical Hazard Recognition, Work Permit Receiving (Aramco)</div>
  36.             <div class="skill-category"><strong>Safety Protocols:</strong> Hot Work, Confined Space Entry, Cold Work, Lockout-Tagout (LOTO)</div>
  37.             <div class="skill-category"><strong>Tools & Equipment:</strong> Multimeters, Voltage Testers, Hand and Power Tools</div>
  38.            <div class="skill-category"><strong>Certifications:</strong> Saudi Aramco Electrical Hazard Recognition (>240V), Saudi Aramco Work Permit Receiver</div>
  39.            <div class="skill-category"><strong>Languages:</strong> Arabic (Native), English (Upper Intermediate)</div>
  40.        </div>
  41.    </div>
  42.  
  43.    <div class="section">
  44.        <div class="section-title">Professional Experience</div>
  45.        <div class="job-header">
  46.            <span class="job-title">Electrical Technician & Work Permit Receiver</span> | <span class="company">Al-Yamama Co.</span> | <span class="date">12/2021 – Present</span>
  47.            <div>Dhahran, Eastern Province</div>
  48.        </div>
  49.        <ul>
  50.            <li>Perform diagnostics, troubleshooting, and repairs on electrical systems, ensuring 100% compliance with Saudi Aramco's rigorous safety and operational standards.</li>
  51.            <li>Authorized to receive and manage critical Saudi Aramco work permits (Hot Work, Confined Space, Cold Work, EOLB), ensuring all site work meets strict pre-approval conditions.</li>
  52.            <li>Certified to perform electrical work on systems exceeding 240 volts, following detailed hazard recognition protocols to maintain a zero-incident safety record.</li>
  53.            <li>Trained and mentored junior electricians on proper techniques and safety procedures, improving team competency and work quality.</li>
  54.            <li>Recognized with a <strong>Certificate of Appreciation</strong> for valuable support during the critical 2023 Annual Power Shutdown at ECC & EXPECT Building.</li>
  55.        </ul>
  56.    </div>
  57.  
  58.    <div class="section">
  59.        <div class="section-title">Education & Certifications</div>
  60.        <p>
  61.            <strong>Diploma in Electrical Inspection</strong> (Grade: Excellent - 94.59%)<br>
  62.            National Industrial Training Institute | Al Hufuf, Eastern Province<br>
  63.            <em>Awarded by the Technical and Vocational Training Corporation (TVTC), License No. 110810.</em>
  64.        </p>
  65.        <p>
  66.            <strong>Saudi Aramco Work Permit Receiver Certification</strong><br>
  67.            <em>Authorized to receive Hot Work, Confined Space Entry and Cold Work permits. (Exp: 09/2027)</em>
  68.        </p>
  69.        <p>
  70.            <strong>Saudi Aramco Corporate Electrical Hazard Recognition Certification</strong><br>
  71.            <em>Authorized to perform electrical work on systems higher than 240 volts. (Exp: 06/2025)</em>
  72.        </p>
  73.    </div>
  74.  
  75.    <div class="section">
  76.        <div class="section-title">Awards & Recognition</div>
  77.        <ul>
  78.            <li>Certificate of Appreciation, Al Yamama Co. (2023) - For support during the Annual Power Shutdown.</li>
  79.            <li>Certificate of Appreciation, Al Yamama Co. (2023) - For contributions as an Industrial Electrical Technician on the Saudi Aramco Project (2020-2023).</li>
  80.        </ul>
  81.    </div>
  82.  
  83. </body>
  84. </html>
Advertisement