File size: 1,437 Bytes
a85ccbb
 
f4035c4
a85ccbb
f4035c4
a85ccbb
f4035c4
 
a85ccbb
f4035c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a85ccbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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>