Skip to content

Commit

Permalink
Added external link disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed May 27, 2024
1 parent b8161ad commit cfcd2c4
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 2 deletions.
7 changes: 6 additions & 1 deletion components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ <h5>Contact Me</h5>
<p>
This website is not endorsed by or affiliated with Electronic
Arts Inc. ("EA") or its licensors. Find out more
<a href="/eaendorsment/">here</a>.
<a href="/disclaimers/eaendorsment/">here</a>.
</p>
<p>
This website provides links to other websites for the convenience
of its users. These external sites are not managed by this
website. Find out more <a href="/disclaimers/externallinks/">here</a>.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1 style="padding-top: 3em">EA Endorsment Disclaimer</h1>
endorsement, sponsorship, or recommendation by EA. We do not
claim to represent EA or act on its behalf. For official
information about EA and its products, please visit
<a href="https://www.ea.com">www.ea.com</a>.
<a class="icon-link" href="https://www.ea.com">www.ea.com<i class="bi bi-box-arrow-up-right"></i></a>.
</p>
</div>
</main>
Expand Down
97 changes: 97 additions & 0 deletions disclaimers/externallinks/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!doctype html>
<html lang="en" charset="UTF-8">
<head>
<!-- Primary Meta Tags -->
<title>Independent Sims Community Disclaimer</title>
<meta name="title" content="Independent Sims Community Disclaimer" />
<meta
name="description"
content="Our site is not endorsed with EA. Find out more!" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://simsinfohub.com/eaendorsment" />
<meta
property="og:title"
content="Independent Sims Community Disclaimer" />
<meta
property="og:description"
content="Our site is not endorsed with EA. Find out more!" />
<!-- <meta
property="og:image"
content="https://metatags.io/images/meta-tags.png" /> -->

<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Independent Sims Community Disclaimer" />
<meta
property="twitter:description"
content="Our site is not endorsed with EA. Find out more!" />

<!-- SEO -->
<meta name="robots" content="index,follow" />

<script src="/scripts/meta.js"></script>
</head>
<body>
<div class="wrapper">
<div id="menu"></div>
<main>
<div class="container">
<h1 style="padding-top: 3em">External Links Disclaimer</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">
External Links Disclaimer
</li>
</ol>
</nav>
<p>
This website provides links to other websites for the
convenience of its users. These external sites are not managed
by this website, and we do not endorse or have any control
over the content, privacy policies, or practices of these
sites.
</p>

<p>
By clicking on any external link, you acknowledge that this
website is not responsible for any content or services
provided on these external sites. It is recommended that you
review the privacy policies and terms of use of any
third-party websites you visit.
</p>

<p>
Furthermore, the inclusion of external links does not imply
endorsement by this website of the linked sites, their
operators, or any products or services mentioned on those
sites.
</p>

<p>
This website strives to provide accurate and up-to-date
information, but we cannot guarantee the accuracy, relevance,
or completeness of information found on linked external sites.
</p>

<p>Thank you for your understanding.</p>
<p>
<i
>Please note: External links are indicated by the following
icon: <i class="bi bi-box-arrow-up-right"></i
></i>
</p>
</div>
</main>
<div style="padding-top: 1em" id="footer"></div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit cfcd2c4

Please sign in to comment.