<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <meta http-equiv="cache-control" content="max-age=0" />
  <meta http-equiv="cache-control" content="no-cache" />
  <meta http-equiv="expires" content="0" />
  <meta http-equiv="pragma" content="no-cache" />
  <title>Writing Point - The home of Manchester copywriter Beverley Moore at Writing Point. Brand new site is coming soon.</title>
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,600&display=swap' rel='stylesheet' type='text/css'>
  <style>
  html
  {
    font-size: 62.5%;
  }

  body
  {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #464646;
    background-color: #F5F0DF;
    background-repeat: no-repeat;
  }
  
  body .inner {	  
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  h1,h3,p,li
  {
    font-family: 'Open Sans', sans-serif;
    /*
    margin: 0;
    padding: 0;
	*/
    text-transform: uppercase;
  }


  h1
  {
	color: #861F41;
    margin: 2rem 0 1rem;
    font-size: 3.2rem;
  }

  h3
  {
    font-weight: normal;
    font-size: 2rem;
  }
  
  ul {
	  padding-left: 0;
  }
  
  p, li, a {
	  text-transform: none;
	  font-size: 1.5rem;
  }
  
  a {
	  color: #861F41;
  }
  
  a:hover,
  a:focus {
	  text-decoration: underline;
  }
  
  .main {
	  text-align: left;
  }
	  
  
  @media screen and (min-width: 768px) {
	  .main {
		  display: flex;
		  justify-content: space-between;
	  }
	  .main-inner {
		  width: 45%;
		  flex-basis: 0 0 auto;
		  margin: 0 0 1em;
	  }
  }

  figure {
	  display: block;
	  text-align: center;
	  margin-top: 3rem;
	  padding: 20px 20px 0;
  }
  
  img {
	  width: 100%;
	  max-width: 450px;
	  margin-bottom: 2em;
  }
  
  </style>
</head>
<body>
  <div class="inner">
  <header style="padding: 0 8%;">
	<figure>
		<img src="imgs/wp-logo.png" alt="Writing Point logo">
	</figure>
    <h1>Hello. You’ve reached the new home of Manchester copywriter Beverley Moore at Writing Point.</h1>
    <h3>There’s a new full website coming soon.</h3>
  </header>
  <br>
  <br>
  <p style="text-align: left; font-weight: 600;">In the meantime, here’s a quick overview:</p>
  <div class="main">
	<div class="main-inner">
	  <h3>Who I work with</h3>
	  <ul>
		    <li>Services businesses and organisations</li>
		    <li>Businesses and organisations with an environmental mission</li>
	  </ul>
	  <h3>What I write</h3>
	  <ul>
			<li>Web content</li>
			<li>Brochures</li>
			<li>Reports</li>
			<li>Thought leadership pieces</li>
			<li>Case studies</li>
			<li>Industry award entries</li>
			<li>Customer/service user information</li>
	  </ul>
	  <h3>Why people work with me</h3>
	  <p>My clients trust me to produce writing that:</p>
	  <ul>
			<li>Increases leads and sales</li>
			<li>Builds trust and credibility</li>
			<li>Informs and explains</li>
	  </ul>  
	</div><!-- end main-inner -->
  	<div class="main-inner">
	  <h3>New website, old hand</h3>
	  <p>Times change – so my previous website is out of date and it’s time for a new one. But I’m definitely not new. I’ve been a freelance copywriter since 2006, and I’ve been involved in marketing and customer services since forever. <strong>I know what works.</strong></p>
	  <br>
	  <h3>Examples of my copywriting</h3>
	  <p><a href="https://www.behance.net/BeverleyMoore">See examples of my work here</a> (external site).</p>
	  <br>
	  <h3>Get in touch</h3>
	  <p>To talk to me about your next project, leave me a message on 01625 610951 or <a href="mailto:beverley@writingpoint.co.uk">email me</a>.</p>
  	</div><!-- end main-inner -->
  </div><!-- end main -->
  <br>
  <br>
  <footer>
	  <p style="">&copy; 2024. Beverley Moore, trading as Writing Point.</p>
  </footer> 
  </div><!-- end inner -->
</body>
</html>
