Skip to content

Commit 27c30af

Browse files
committed
Add footer links
1 parent 5ca751e commit 27c30af

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

01-html/images/boolean_logo.png

3.55 KB
Loading

01-html/images/instagram.svg

Lines changed: 27 additions & 0 deletions
Loading

01-html/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ <h3>Images</h3>
5757
<img alt="AI generated ribbons 2" src="./images/cover-bg.jpg" width="300">
5858
</div>
5959
</main>
60+
61+
<footer>
62+
<p>Learn more:
63+
<a href="https://openai.com/product/chatgpt">ChatGPT (opens in current tab)</a> -
64+
<a href="https://openai.com/product/dall-e-2" target="_blank">DALL-E (opens in new tab)</a>
65+
</p>
66+
<p>About Boolean:
67+
<a href="https://boolean.co.uk/" target="_blank"><img alt="boolean logo" src="images/boolean_logo.png" width="30"></a>
68+
<a href="https://www.instagram.com/boolean_uk/" target="_blank"><img alt="boolean logo" src="images/instagram.svg" width="30"></a>
69+
</p>
70+
</footer>
6071
</body>
6172

6273
</html>

0 commit comments

Comments
 (0)