-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>my_cat_sai</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
</head>
<header>
<section class="title">
<div class="my-container">
<h3> <strong> Created by: </strong> Boyana </h3>
<h1> My Cat Sai! </h1>
</div>
</section>
<article class="introduction">
<p> He is 5years old and loves to sleeps and play tag!</p>
<figure>
<img src="./images/sai1.jpg" alt="A picture of my cat">
</figure>
<h2> This is Sai ^.^ !</h2>
</article>
</header>
<main>
<article class="bulk text">
<h2>Lorem Ipsum Dolor Sit Amet</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</article>
</main>
<footer>
<div id="mycontainertwo">
<article class="link_to_buas">
<h3> Buas Website </h3>
<a href="https://www.buas.nl/" target="_blank"> Link to the BUas website. </a>
</article>
</div>
</footer>
</html>