Skip to content

Commit

Permalink
Update index.html with responsive article and section
Browse files Browse the repository at this point in the history
Signed-off-by: David Skinner <[email protected]>
  • Loading branch information
comaldave authored Jun 4, 2024
1 parent 12ed54b commit b9dacaf
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
<script src="https://www.w3schools.com/lib/w3.js"></script>
</head>
<body>
<div id="home" class="w3-content w3-row-padding">
<h1>Website Under Construction</h1>
<h1>Website Under Construction</h1>

<article id="home" class="w3-content w3-row-padding">
<figure class="w3-display-container w3-half">
<img src="istockphoto-1139968862-612x612.jpg" alt="Under Construction">
<div class="w3-display-bottommiddle w3-container">Bottom Middle</div>
</figure>

<div class="w3-rest">
<section class="w3-col">
<h2>Contact</h2>
<address>
Email: <a href="email:[email protected]">Wealth Innovations Inc.</a>.<br>
Phone: 613-265-8118<br>
Visit us at:<br>
Ottawa, Ontario, Canada
</address>
</div>
</section>

<div class="w3-third">
<section class="w3-third">
<h2>Corporation Name: WEALTH INNOVATIONS INC.</h2>
<ul>
<li>Business Number (BN): 808954572</li>
Expand All @@ -39,6 +39,7 @@ <h2>Corporation Name: WEALTH INNOVATIONS INC.</h2>
<li>Governing Jurisdiction: Canada - Ontario</li>
<li>Registered or Head Office Address: Ottawa, Ontario, Canada</li>
</ul>
</div>
</body>
</section>
</article>
</body>
</html>

0 comments on commit b9dacaf

Please sign in to comment.