| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Anri Hakobyan | Construction Project Manager</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); |
| body { |
| font-family: 'Poppins', sans-serif; |
| background-color: #f5f7fa; |
| } |
| .sidebar { |
| background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%); |
| color: white; |
| } |
| .progress-bar { |
| height: 10px; |
| background-color: #e0e0e0; |
| border-radius: 5px; |
| } |
| .progress { |
| height: 100%; |
| background-color: #3a7bd5; |
| border-radius: 5px; |
| } |
| .skill-percentage-80 { width: 80%; } |
| .skill-percentage-90 { width: 90%; } |
| .skill-percentage-75 { width: 75%; } |
| .skill-percentage-85 { width: 85%; } |
| .timeline-item::before { |
| content: ''; |
| position: absolute; |
| left: -21px; |
| top: 0; |
| width: 12px; |
| height: 12px; |
| border-radius: 50%; |
| background-color: #3a7bd5; |
| border: 3px solid white; |
| } |
| .timeline-connector { |
| position: absolute; |
| left: -16px; |
| top: 12px; |
| width: 2px; |
| height: calc(100% - 12px); |
| background-color: #e0e0e0; |
| } |
| </style> |
| </head> |
| <body class="text-gray-800"> |
| <div class="container mx-auto max-w-6xl my-8 shadow-lg bg-white"> |
| <div class="flex flex-col md:flex-row"> |
| |
| <div class="sidebar w-full md:w-1/3 p-8 flex flex-col"> |
| |
| <div class="flex justify-center"> |
| <img src="https://hakobyan.anri.ai/img/pic.jpg" alt="Anri Hakobyan" class="rounded-full w-48 h-48 object-cover border-4 border-white shadow-lg"> |
| </div> |
| |
| |
| <div class="text-center mt-6"> |
| <h1 class="text-3xl font-bold">Anri Hakobyan</h1> |
| <h2 class="text-xl opacity-90 mt-2">Senior Construction Project Manager</h2> |
| <div class="w-16 h-1 bg-white my-4 mx-auto"></div> |
| </div> |
| |
| |
| <div class="mt-6"> |
| <h3 class="text-xl font-semibold mb-4">Contact Info</h3> |
| <ul class="space-y-4"> |
| <li class="flex items-center"> |
| <i class="fas fa-phone-alt mr-3"></i> |
| <span>(555) 123-4567</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-envelope mr-3"></i> |
| <span>anri.hakobyan@constructionpro.com</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-map-marker-alt mr-3"></i> |
| <span>Los Angeles, California</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fab fa-linkedin mr-3"></i> |
| <span>linkedin.com/in/anri-hakobyan</span> |
| </li> |
| <li class="flex items-center"> |
| <i class="fas fa-globe mr-3"></i> |
| <span>www.hakobyanconstruction.com</span> |
| </li> |
| </ul> |
| </div> |
| |
| |
| <div class="mt-8"> |
| <h3 class="text-xl font-semibold mb-4">Skills</h3> |
| <div class="space-y-4"> |
| <div> |
| <p class="mb-1">Project Management</p> |
| <div class="progress-bar"> |
| <div class="progress skill-percentage-90"></div> |
| </div> |
| </div> |
| <div> |
| <p class="mb-1">Budget Planning</p> |
| <div class="progress-bar"> |
| <div class="progress skill-percentage-85"></div> |
| </div> |
| </div> |
| <div> |
| <p class="mb-1">AutoCAD & BIM</p> |
| <div class="progress-bar"> |
| <div class="progress skill-percentage-80"></div> |
| </div> |
| </div> |
| <div> |
| <p class="mb-1">Contract Negotiation</p> |
| <div class="progress-bar"> |
| <div class="progress skill-percentage-90"></div> |
| </div> |
| </div> |
| <div> |
| <p class="mb-1">Safety Compliance</p> |
| <div class="progress-bar"> |
| <div class="progress skill-percentage-95"></div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="mt-8"> |
| <h3 class="text-xl font-semibold mb-4">Certifications</h3> |
| <ul class="space-y-3"> |
| <li class="flex items-start"> |
| <i class="fas fa-certificate mt-1 mr-2"></i> |
| <span>LEED Accredited Professional (BD+C)</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-certificate mt-1 mr-2"></i> |
| <span>OSHA 30-Hour Construction Safety</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-certificate mt-1 mr-2"></i> |
| <span>PMP Certified (Project Management)</span> |
| </li> |
| </ul> |
| </div> |
| |
| |
| <div class="mt-8"> |
| <h3 class="text-xl font-semibold mb-4">Languages</h3> |
| <div class="space-y-2"> |
| <p>English <span class="float-right">Fluent</span></p> |
| <p>Armenian <span class="float-right">Native</span></p> |
| <p>Russian <span class="float-right">Professional</span></p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="w-full md:w-2/3 p-8"> |
| |
| <div class="mb-10"> |
| <h2 class="text-2xl font-bold mb-4 text-gray-700 border-b-2 border-blue-500 pb-2">Professional Summary</h2> |
| <p class="text-gray-700 leading-relaxed"> |
| Results-driven Construction Project Manager with over 12 years of experience overseeing commercial and residential construction projects from inception to completion. Proven track record in managing multi-million dollar projects, leading cross-functional teams, and delivering projects on time and under budget. Adept at risk management, quality control, and ensuring strict compliance with safety regulations. Recognized for exceptional leadership skills and the ability to streamline operations for maximum efficiency. |
| </p> |
| </div> |
| |
| |
| <div class="mb-10"> |
| <h2 class="text-2xl font-bold mb-6 text-gray-700 border-b-2 border-blue-500 pb-2">Work Experience</h2> |
| |
| <div class="relative pl-8 timeline-item"> |
| <div class="timeline-connector"></div> |
| <div class="mb-8"> |
| <h3 class="text-xl font-semibold text-gray-800">Senior Project Manager</h3> |
| <h4 class="text-lg text-blue-600">Summit Construction Group | 2018 - Present</h4> |
| <p class="text-gray-500 italic">Los Angeles, CA</p> |
| <ul class="mt-4 space-y-2 list-disc ml-5 text-gray-700"> |
| <li>Led the construction of a $45M mixed-use development project, completing it 3 weeks ahead of schedule and 5% under budget</li> |
| <li>Managed a team of 65+ subcontractors and 12 full-time construction professionals</li> |
| <li>Implemented BIM technology to reduce construction conflicts by 30% and improve coordination</li> |
| <li>Negotiated contracts with vendors resulting in $1.2M in annual savings</li> |
| <li>Maintained perfect safety record with zero lost-time incidents over 950,000 work hours</li> |
| <li>Spearheaded sustainable construction initiatives that achieved LEED Gold certification</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="relative pl-8 timeline-item"> |
| <div class="timeline-connector"></div> |
| <div class="mb-8"> |
| <h3 class="text-xl font-semibold text-gray-800">Project Manager</h3> |
| <h4 class="text-lg text-blue-600">Urban Builders Inc. | 2013 - 2018</h4> |
| <p class="text-gray-500 italic">Burbank, CA</p> |
| <ul class="mt-4 space-y-2 list-disc ml-5 text-gray-700"> |
| <li>Managed 8 luxury residential projects totaling $28M in construction value</li> |
| <li>Developed and implemented a project tracking system that improved on-time delivery from 72% to 94%</li> |
| <li>Coordinated with architects and engineers to resolve design issues during construction phase</li> |
| <li>Conducted weekly safety meetings and inspections, reducing incident rates by 40%</li> |
| <li>Streamlined procurement process resulting in 15% reduction in material costs</li> |
| </ul> |
| </div> |
| </div> |
| |
| <div class="relative pl-8 timeline-item"> |
| <div class="mb-8"> |
| <h3 class="text-xl font-semibold text-gray-800">Construction Superintendent</h3> |
| <h4 class="text-lg text-blue-600">Golden Pacific Builders | 2010 - 2013</h4> |
| <p class="text-gray-500 italic">Glendale, CA</p> |
| <ul class="mt-4 space-y-2 list-disc ml-5 text-gray-700"> |
| <li>Supervised day-to-day operations for commercial building projects including 2 office complexes and a retail center</li> |
| <li>Created detailed construction schedules and ensured all teams adhered to timelines</li> |
| <li>Reduced construction waste by 25% through improved material management practices</li> |
| <li>Trained and mentored 6 junior superintendents in construction best practices</li> |
| <li>Facilitated weekly owner/architect/contractor meetings to ensure clear communication</li> |
| </ul> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="mb-10"> |
| <h2 class="text-2xl font-bold mb-6 text-gray-700 border-b-2 border-blue-500 pb-2">Education</h2> |
| |
| <div class="relative pl-8 timeline-item"> |
| <div class="timeline-connector"></div> |
| <div class="mb-6"> |
| <h3 class="text-xl font-semibold text-gray-800">Master of Construction Management</h3> |
| <h4 class="text-lg text-blue-600">University of Southern California | 2008 - 2010</h4> |
| <p class="text-gray-500 italic">Los Angeles, CA</p> |
| <p class="mt-2 text-gray-700">GPA: 3.8/4.0 | Concentration: Sustainable Construction Practices</p> |
| </div> |
| </div> |
| |
| <div class="relative pl-8 timeline-item"> |
| <div> |
| <h3 class="text-xl font-semibold text-gray-800">Bachelor of Science in Civil Engineering</h3> |
| <h4 class="text-lg text-blue-600">California State University, Northridge | 2004 - 2008</h4> |
| <p class="text-gray-500 italic">Northridge, CA</p> |
| <p class="mt-2 text-gray-700">Minor: Business Administration</p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="mb-10"> |
| <h2 class="text-2xl font-bold mb-6 text-gray-700 border-b-2 border-blue-500 pb-2">Recent Projects</h2> |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> |
| <div class="border rounded-lg p-4 shadow-sm hover:shadow-md transition-shadow"> |
| <h3 class="font-bold text-lg text-blue-700">Oceanview Luxury Condominiums</h3> |
| <p class="text-sm text-gray-500">2019-2021 | Santa Monica, CA</p> |
| <p class="mt-2 text-gray-700">$38M project | 45 units | LEED Gold certified</p> |
| </div> |
| <div class="border rounded-lg p-4 shadow-sm hover:shadow-md transition-shadow"> |
| <h3 class="font-bold text-lg text-blue-700">TechHaven Corporate Campus</h3> |
| <p class="text-sm text-gray-500">2020-2022 | Irvine, CA</p> |
| <p class="mt-2 text-gray-700">$52M project | 250,000 sq.ft | Smart building technology</p> |
| </div> |
| <div class="border rounded-lg p-4 shadow-sm hover:shadow-md transition-shadow"> |
| <h3 class="font-bold text-lg text-blue-700">Pinecrest Shopping Center</h3> |
| <p class="text-sm text-gray-500">2017-2018 | Pasadena, CA</p> |
| <p class="mt-2 text-gray-700">$24M project | 22 retail units | Historic preservation elements</p> |
| </div> |
| <div class="border rounded-lg p-4 shadow-sm hover:shadow-md transition-shadow"> |
| <h3 class="font-bold text-lg text-blue-700">Sunset Hills Residential Community</h3> |
| <p class="text-sm text-gray-500">2015-2017 | Malibu, CA</p> |
| <p class="mt-2 text-gray-700">$31M project | 15 luxury homes | Eco-friendly design</p> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div> |
| <h2 class="text-2xl font-bold mb-4 text-gray-700 border-b-2 border-blue-500 pb-2">References</h2> |
| <p class="text-gray-700">Available upon request</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=ahakobyan/resume" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body> |
| </html> |