-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
115 lines (111 loc) · 4.55 KB
/
about.html
File metadata and controls
115 lines (111 loc) · 4.55 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/PUMA About Page.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet"><title>PUMA | About</title>
</head>
<body>
<header>
<section>
<!-- Logo -->
<img src="./images/logo.png" alt="Image not found" height="100%" width="100%">
</section>
<nav>
<!-- Navigation bar -->
<ul>
<li>
<a href="./index.html">
Home
</a>
</li>
<li>
<a href="./about.html">
About
</a>
</li>
<li>
<a href="#">
Search
</a>
</li>
<li>
<a href="#">
Call Us
</a>
</li>
</ul>
</nav>
</header>
<section class="slider">
<img src="./images/Red.png" alt="Image not found" height="100%" width="100%">
</section>
<section class="MiddleContent">
<section class="leftSidebar">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
</ul>
</section>
<section class="Description">
<span>
There you will find an information about which user-related data is collected by sharethis. Please be aware that there is an “Opt-Out” button on this page, which can be used to prevent the display of user related ads based on data collected by sharethis.
Important: You must also inform your users about the privacy policies of the individual platforms such as Facebook, Twitter, etc., because sharethis transfers the users’ data to the respective platforms.
An alternative provider is addtoany. The choice of buttons is even bigger here and you can get the code even without registration.
Regarding data protection, the same recommendations apply as for sharethis. Information about the collection and use of user related data is provided at https://www.addtoany.com/privacy.
There are of course many more providers, such as addthis.
</span>
</section>
</section>
<footer>
<section>
<section class="footer-col">
<section>
<ul>
<li><h2>Support</h2></li>
<li>Contact us</li>
<li>FAQ</li>
<li>My Account</li>
<li>Track Order</li>
<li>Return Policy</li>
<li>Privacy Policy</li>
<li>Terms & Conditions</li>
</ul>
</section>
</section>
<section class="footer-col">
<section>
<ul class="white-on-hover">
<li><h2>About Puma</h2></li>
<li>Company</li>
<li>Corporate News</li>
<li>Press Center</li>
<li>Investors</li>
<li>Sustainability</li>
<li>Careers</li>
<li>Store Finder</li>
</ul>
</section>
</section>
</section>
<section class="copyright-info">
<section style="width: 5%; padding-left: 30px;">
<img src="./images/logo.png" alt="" height="100%" width="100%">
</section>
<span>© PUMA SE, 2020. All Rights Reserved</span>
<section class="SocialMediaLinks">
<a href="https://www.facebook.com/" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/" class="fa fa-instagram"></a>
<a href="https://twitter.com/" class="fa fa-twitter"></a>
<a href="https://pinterest.com/" class="fa fa-pinterest"></a>
<a href="https://youtube.com/" class="fa fa-youtube"></a>
</section>
</section>
</footer>
</body>
</html>