32m/index.html

25 lines
1.1 KiB
HTML
Raw Normal View History

2021-10-15 14:20:25 +00:00
<!DOCTYPE html>
<html lang="en">
2021-10-14 12:57:49 +00:00
<head>
2021-10-15 14:20:25 +00:00
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-10-22 18:19:55 +00:00
<title>32M</title>
2021-10-15 14:58:23 +00:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css">
2021-10-15 14:57:16 +00:00
<link rel="stylesheet" href="fonts/fonts.css">
2021-10-15 14:20:25 +00:00
<link rel="stylesheet" href="style.css">
2021-10-14 12:57:49 +00:00
</head>
2021-10-15 15:07:37 +00:00
<body>
<p><img src="logo.svg" alt="32M"> is a boutique digital rights & risks advisory firm. We provide consumer-forward legal and public policy assistance related to regulated technology competition.</p>
2021-10-15 14:20:25 +00:00
<p>Our focus is on the Canadian telecommunications, media, and fintech sectors.</p>
<address>
<p>Box 563, Station P Toronto, ON M5S 2T1 Canada</p>
2021-10-15 14:49:25 +00:00
<ul>
2021-10-15 15:11:52 +00:00
<li><span>E:</span> <a href="mailto:hello@Ask32M.com">hello@Ask32M.com</a></li>
<li><span>P:</span> <a href="tel:+1 416 613-5056">+1 416 613-5056</a></li>
2021-10-22 18:19:55 +00:00
<!-- <li><span>T:</span> <a href="https://twitter.com/Ask32M">@Ask32M</a></li> -->
2021-10-15 14:49:25 +00:00
</ul>
2021-10-15 14:20:25 +00:00
</address>
2021-10-14 12:57:49 +00:00
</body>
</html>