<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>
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>