93 lines
No EOL
2.5 KiB
Text
93 lines
No EOL
2.5 KiB
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Summary Report</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #333;
|
|
background-color: #f4f4f9;
|
|
}
|
|
header {
|
|
background-color: #2c3e50;
|
|
color: #fff;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
}
|
|
main {
|
|
padding: 20px;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
h1, h2, h3 {
|
|
color: #2c3e50;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin-bottom: 20px;
|
|
}
|
|
th, td {
|
|
border: 1px solid #ddd;
|
|
padding: 8px;
|
|
text-align: left;
|
|
}
|
|
th {
|
|
background-color: #2c3e50;
|
|
color: white;
|
|
}
|
|
tr:nth-child(even) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
ul {
|
|
list-style-type: disc;
|
|
padding-left: 20px;
|
|
}
|
|
footer {
|
|
background-color: #2c3e50;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Summary Report</h1>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<h2>Research Findings</h2>
|
|
<article>
|
|
<h3>Information Sources</h3>
|
|
<ul>
|
|
<li>Company Website</li>
|
|
<li>LinkedIn</li>
|
|
<li>Press Releases</li>
|
|
<li>Business Databases</li>
|
|
<li>News Articles</li>
|
|
</ul>
|
|
</article>
|
|
<article>
|
|
<h3>Methods to Find Key Personnel</h3>
|
|
<p>The following methods are recommended to find information about ValueOn AG's key personnel:</p>
|
|
<ul>
|
|
<li>Visit the official website of ValueOn AG.</li>
|
|
<li>Search for ValueOn AG on LinkedIn.</li>
|
|
<li>Look for press releases or news articles about ValueOn AG.</li>
|
|
<li>Use business databases like Crunchbase, ZoomInfo, or PitchBook.</li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>Generated on: [Insert Date Here]</p>
|
|
</footer>
|
|
</body>
|
|
</html> |