-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (66 loc) · 2.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class = "header">
<div class="top">
<p class="logo">DOKKY'S FRIENDS</p>
<ul>
<li> <a href="www.google.com">Browse</a></li>
<li> <a href="www.google.com">My Cart</a></li>
<li> <a href="www.google.com">Log In</a></li>
</ul>
</div>
<div class="header-content">
<div class="header-content-left">
<p class="main-text">Welcome to Dokky's Friends!</p>
<p class="secondary-text">If you're looking for imported puppies brought up with love and care, look no further! We have puppies of all species looking for a home. Sign up now and begin browsing our selection!</p>
<button type="submit" class="sign-up-1">Sign Up</button>
</div>
<div class="header-content-right">
<img class="dokky" src="../../Downloads/photo1634461121.jpeg" alt="Dokky">
</div>
</div>
</div>
<div class="content-1">
<p class="content-1-text">Some random information</p>
<div class="images-with-subtext">
<div class="image-1">
<img src="https://st.depositphotos.com/1006813/2336/i/600/depositphotos_23368508-stock-photo-four-puppies-husky.jpg" alt="huskies in basket">
<p class="subtext">here are some cute huskies in baskets</p>
</div>
<div class="image-2">
<img src="https://st.depositphotos.com/1006813/2336/i/600/depositphotos_23368508-stock-photo-four-puppies-husky.jpg" alt="huskies in basket">
<p class="subtext">here are some cute huskies in baskets</p>
</div>
<div class="image-3">
<img src="https://st.depositphotos.com/1006813/2336/i/600/depositphotos_23368508-stock-photo-four-puppies-husky.jpg" alt="huskies in basket">
<p class="subtext">here are some cute huskies in baskets</p>
</div>
<div class="image-4">
<img src="https://st.depositphotos.com/1006813/2336/i/600/depositphotos_23368508-stock-photo-four-puppies-husky.jpg" alt="huskies in basket">
<p class="subtext">here are some cute huskies in baskets</p>
</div>
</div>
<div class="quote-section">
<p class="quote">"The best therapist has fur and four legs"</p>
<p class="quote-author">-Dokky</p>
</div>
<div class="call-to-action">
<div class="submit-entry">
<div class="call-left">
<p class="call">Take your first step to being a dog owner today!</p>
<p class="sign-up-info">click the button on the right to sign up and begin browsing our wide variety of puppies from over 20 countries!</p>
</div>
<button type="submit" class="sign-up-2">Sign Up</button>
</div>
</div>
<div class=footer>
<p class=copyright>Copyright © Dokky's Friends 2021</p>
</div>
</body>
</html>