Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,37 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
|
|
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
-
Edit this `README.md` markdown file to author your organization card.
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: 🏢
|
| 4 |
colorFrom: red
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
+
pinned: true
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
+
<!DOCTYPE html>
|
| 11 |
+
<html lang="en">
|
| 12 |
+
<head>
|
| 13 |
+
<meta charset="UTF-8">
|
| 14 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 15 |
+
<title>Würth Organization Card</title>
|
| 16 |
+
<link rel="stylesheet" href="styles.css">
|
| 17 |
+
</head>
|
| 18 |
+
<body>
|
| 19 |
+
<div class="organization-card">
|
| 20 |
+
<div class="image-container">
|
| 21 |
+
<img src="https://www.wuerth.com/system/layout_wl2bootstrap/bootstrap_system_images/svg_logos/wuerth_group_logo_svg.svg" width=25% alt="Company Image">
|
| 22 |
+
</div>
|
| 23 |
+
<div class="card-content">
|
| 24 |
+
<h2>Würth Group</h2>
|
| 25 |
+
<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>
|
| 26 |
+
<ul>
|
| 27 |
+
<li><strong>Industry:</strong> Assembly & Fastening Materials</li>
|
| 28 |
+
<li><strong>Headquarters:</strong> Künzelsau, Germany</li>
|
| 29 |
+
<li><strong>Global Reach:</strong> Over 80 countries</li>
|
| 30 |
+
<li><strong>Employee Count:</strong> 83,000+</li>
|
| 31 |
+
</ul>
|
| 32 |
+
<a href="https://www.wuerth.com/" class="btn">Learn More</a>
|
| 33 |
+
</div>
|
| 34 |
+
</div>
|
| 35 |
+
</body>
|
| 36 |
+
</html>
|
| 37 |
|
|
|