Display company information in sections

by Stanly Pokrowsky

HTML

<div class="info-section">
  <h3>🏢 Company Info</h3>
  <p><strong>Company Name:</strong> OpenAI Inc</p>
  <p><strong>INN:</strong> 1234567890</p>
  <p><strong>Website:</strong> <a href="https://openai.com">openai.com</a></p>
</div>

<div class="info-section">
  <h3>🌍 Location</h3>
  <p><strong>Country:</strong> USA</p>
  <p><strong>City:</strong> San Francisco</p>
  <p><strong>Address:</strong> 123 Market St, Suite 42</p>
</div>

<div class="info-section">
  <h3>📞 Contacts</h3>
  <p><strong>Contact Person:</strong> John Doe</p>
  <p><strong>Phone:</strong> +1 999-555-1234</p>
  <p><strong>Extra Phone:</strong> +1 999-555-5678</p>
  <p><strong>Email:</strong> [email protected]</p>
</div>