-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (36 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title> Chattiechattie </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="banner">
<div class="container">
<h1> The Cat saves the world</h1>
<h2> Nobody does not like cats</h2>
<a href="#apply-section" class="btn-blue">Apply Now</a>
</div>
</div>
<div class="container">
<h2>Cat Camping</h2>
<div class="cards">
<div class="card">
<img src="images/food.jpeg" alt="food">
<h3>Food</h3>
</div>
<div class="card">
<img src="images/water.jpeg" alt="water">
<h3>Water</h3>
</div>
<div class="card">
<img src="images/healthcare.jpeg" alt="healthcare.">
<h3>Health Care</h3>
</div>
</div>
</div>
<div id="apply-section">
<div data-tf-widget="C8Sp80Lq" data-tf-opacity="100" data-tf-iframe-props="title=My typeform" data-tf-transitive-search-params data-tf-medium="snippet" style="width:100%;height:500px;"></div><script src="//embed.typeform.com/next/embed.js"></script>
</body>
</html>