<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
My name is Nancy Williams and I am a Content Writer at <a href="https://easydecisionmakers.com/become-an-elite-decision-maker">An Elite Decision Maker</a>. After studying the decision-making process in-depth, I am passionate about sharing my knowledge to help people make better, more informed decisions. Through my writing, I aim to empower readers with the tools and insights they need to navigate life's choices with confidence.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Easy Decision Makers Social Links</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.social-links {
display: flex;
flex-direction: column;
gap: 10px;
}
.social-link {
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
text-decoration: none;
color: #333;
transition: background-color 0.3s;
}
.social-link:hover {
background-color: #f5f5f5;
}
</style>
</head>
<body>
<div class="social-links">
<a href="https://x.com/easy_decisions" class="social-link">Twitter/X</a>
<a href="https://www.tumblr.com/blog/easydecisionmakers" class="social-link">Tumblr</a>
<a href="https://www.tiktok.com/@easydecisionmakers" class="social-link">TikTok</a>
<a href="https://www.twitch.tv/easydecisionmakers/about" class="social-link">Twitch</a>
<a href="https://www.quora.com/profile/Decision-Makers-5" class="social-link">Quora</a>
<a href="https://www.reddit.com/user/easydecisionmakers/" class="social-link">Reddit</a>
<a href="https://www.youtube.com/channel/UCKmSbZDEsWZTNFJdXXuhDRw" class="social-link">YouTube</a>
<a href="https://ca.pinterest.com/easydecisionmakers/" class="social-link">Pinterest</a>
<a href="https://www.facebook.com/profile.php?id=61566302713861" class="social-link">Facebook</a>
<a href="https://www.instagram.com/easydecisionmakers/" class="social-link">Instagram</a>
</div>
</body>
</html>