README / README.md
Tomboru's picture
Update README.md
f4035c4 verified
|
Raw
History Blame Contribute Delete
1.44 kB
---
title: README
emoji: 🏢
colorFrom: red
colorTo: red
sdk: static
pinned: true
license: apache-2.0
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Würth Organization Card</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="organization-card">
<div class="image-container">
<img src="https://www.wuerth.com/system/layout_wl2bootstrap/bootstrap_system_images/svg_logos/wuerth_group_logo_svg.svg" width=25% alt="Company Image">
</div>
<div class="card-content">
<h2>Würth Group</h2>
<p>Würth Group is a global market leader in assembly and fastening materials, offering a diverse range of products to businesses around the world. Headquartered in Künzelsau, Germany, Würth's commitment to innovation, quality, and customer service drives their continuous growth and success.</p>
<ul>
<li><strong>Industry:</strong> Assembly & Fastening Materials</li>
<li><strong>Headquarters:</strong> Künzelsau, Germany</li>
<li><strong>Global Reach:</strong> Over 80 countries</li>
<li><strong>Employee Count:</strong> 83,000+</li>
</ul>
<a href="https://www.wuerth.com/" class="btn">Learn More</a>
</div>
</div>
</body>
</html>