-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathself-censorship-html
17 lines (15 loc) · 5.32 KB
/
self-censorship-html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html> <html> <head> <title>Self-Censorship | Steve Brewer</title> <meta charset=utf-8> <meta content='width=device-width, initial-scale=1' name=viewport> <link href='https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,700|Oswald:400,700' rel=stylesheet> <link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel=stylesheet> <link href='https://cdn.datatables.net/v/dt/dt-1.10.16/datatables.min.css' rel=stylesheet> <link href="/stylesheets/reset.css" rel=stylesheet /> <link href="/stylesheets/application.css" rel=stylesheet /> <link href='/img/favicon.svg' rel=icon type='image/png'> <link href='/img/favicon.png' rel=icon type='image/png'> <link rel=alternate type="application/atom+xml" title="Atom Feed" href="/feed.xml"/> </head> <body> <header> <div class=m-navbar__mobile> <div class=m-navbar__menu-button> <a class=js-reveal__trigger href='#'> Menu <i class='fa fa-plus'></i> </a> </div> <ul class='m-navbar js-reveal__hidden'> <li> <a href='/about.html'> About </a> </li> <li> <a href='/'> Articles </a> </li> <li> <a href='/quotes.html'> Quotes </a> </li> <li> <a href='/reading.html'> <i class='fa fa-book'></i> Reading </a> </li> </ul> </div> <ul class='m-navbar m-navbar--desktop'> <li> <a href='/about.html'> About </a> </li> <li> <a href='/'> Articles </a> </li> <li> <a href='/quotes.html'> Quotes </a> <li> <a href='/reading.html'> Reading </a> </li> </li> </ul> </header> <article itemscope='' itemtype='http://schema.org/BlogPosting'> <section class=a-section> <div class=a-content--title> <h1 itemprop='name headline'>Self-Censorship</h1> <div class=m-post__meta> <h3> <time datetime=2016-04-13 itemprop=datePublished> <i class='fa fa-calendar'></i> 13 April 2016 </time> </h3> </div> </div> <div class=a-content> <div itemprop=articleBody><p>I’ve just had a phone interview for a developer role from heaven, and in my eagerness to present myself well, I sent over a redesigned version of my CV that I had adapted for developer roles. It was shorter, and removed parts relating more to education roles.</p> <p>During the interview, I was asked why I’d cut out the first paragraph, because they really liked it. Her question caught me by surprise. I had thrown the baby out with the bathwater. Although I hadn’t really, as she still had a copy.</p> <p>Here it is:</p> <ul> <li> <p><i class="fa fa-star blue o-post__icon"></i> Positivity — I am highly positive, patient and nurturing of others, and I adopt a student-focused, rights and responsibilities based approach to learning that is built on encouraging choice and autonomy for students, highly rewarding environments that stimulate neurotransmitters for learning and encourage behaviours that offer the student the best opportunity to shine in their own unique way.</p> </li> <li> <p><i class="fa fa-star blue o-post__icon"></i> Behaviour — I believe all people, adults and children, are innately good, and that any disruptive behaviours have at their core a reason, and the key to resolving disruptive behaviours is to identify and work on that reason, rather than react to the behaviour itself. A proactive approach is always more effective than a reactive one.</p> </li> <li> <p><i class="fa fa-star blue o-post__icon"></i> Achievement — I believe good habits are the key to success, and if we focus our will power on adopting good habits that have both cues and rewards, then over time habits will form and activities will be undertaken with minimal exertion of will power. I use daily goals to help me form good habits as a motivational tool that guides me in the direction I want to head in. It’s important to choose goals for yourself so you feel in control of your life, and the sense of achievement when you accomplish those goals motivates you. I use this approach with myself and for teaching others.</p> </li> </ul> </div> <div id=disqus_thread></div> <script>
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//stevebrewer.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script> <noscript> Please enable JavaScript to view the <a href='https://disqus.com/?ref_noscript' rel=nofollow>comments powered by Disqus.</a> </noscript> </div> </section> </article> <footer> <div class=a-social-icons> <a href='https://twitter.com/svpersteve' target=_blank> <i class='fa fa-twitter'></i> </a> <a href='https://linkedin.com/in/svpersteve' target=_blank> <i class='fa fa-linkedin'></i> </a> <a href='https://github.com/svpersteve' target=_blank> <i class='fa fa-github'></i> </a> <a href='https://instagram.com/svpersteve' target=_blank> <i class='fa fa-instagram'></i> </a> <a href='mailto:[email protected]?subject=Enquiry' target=_blank> <i class='fa fa-envelope'></i> </a> <a href='/feed.xml' target=_blank> <i class='fa fa-rss'></i> </a> </div> <p> <i class='fa fa-copyright'></i> Steve Brewer 2018 </p> </footer> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src='/javascripts/application.js'></script> <script src='https://cdn.datatables.net/v/dt/dt-1.10.16/datatables.min.js'></script> <script>
$(document).ready(function() {
$('#reading-list').DataTable( {
"paging": false,
"order": [[ 2, "desc" ]]
} );
} );
</script> </body> </html>