Changes to CSS, added paragraph to Intro

This commit is contained in:
Guillermo Movia 2017-01-05 15:34:46 -03:00
Родитель ee5cf915d4
Коммит 2f4fedb2f7
6 изменённых файлов: 35 добавлений и 6 удалений

Просмотреть файл

@ -1,7 +1,10 @@
<div class="row">
<div class="16u">
<section>
<p>This is the place where we collect the resources for the Coaching Skills Training for Mozilla Reps. If you are a Mozilla Rep Mentor or you were proposed to be one, this is the place to follow. Begin reading the first 3 resources in order. Each one has content and links to other resources. Also, we include some workshops to test what you learned. </p>
<p>In 2016, the Reps Council decided to change the way in which Reps Mentors worked with their mentees. The idea was to train Reps Mentors with Coaching skills, so they could help their mentees in their personal development inside Mozilla's community. The Reps Council with Participation Team decided to create a new training model to be tested and iterate in the last part of 2016.</p>
<p>In the past 6 months we run this program twice (once with new mentors and the lastest with people that were mentors) and through that process we ended with these resources.</p>
<p>Here you can find 3 training resources (with links to other useful documents) that will guide you through the main concepts we believed are key for the Reps Mentors.</p>
<p>This is a temporary place until we decide where is the right place for them. But like Open Source developers says: «release early, release often». If you have feedback, you could leave it in the github repository. Thanks!</p>
</section>
<!-- Blog -->
<section>
@ -33,7 +36,7 @@
<header>
<h2>Other Resources</h2>
</header>
<ul class="dates">
<ul class="resources">
{% for post in site.posts %}
{% if post.categories contains 'resources' %}
<li>

Просмотреть файл

@ -16,8 +16,6 @@ All Reps Mentors needs to give feedback to their mentees. At the same time, givi
* How to give constructive feedback
* How to structure a feedback session
## Activity
## Content - Tips
One of the main function of the Reps Mentor is give feedback to their mentees. Here you have some tips to have good feedback sessions.
@ -33,7 +31,8 @@ It's better if you try to make these sessions regularly, it's better for the fee
#### Prepare it before and be specific
Before the session, take the time to think abut what you want to say, which differents ways you could have to say it. **Don't go** to your session without preparing what you want to do. Receiving feedback is difficult, and sometimes problematic, so you want to make it easier for your mentee. **Be specific** on what you are trying to say, is better if you have examples and situations to show when what you are saying happened. This will make easier for your mentee to understand what you are trying to show. Avoid to give *statements* without an example. Describe what happened and try not to add a judgement.
> For example: "You demonstrate a high degree of confidence when you answer customer questions about registration procedures, "rather than, "Your communication skills are good."
> For example: "You demonstrate a high degree of confidence when you answer customer questions about registration procedures", rather than, "Your communication skills are good."
#### Limit your focus
@ -59,5 +58,6 @@ This is an example on how to structure a feedback session:
* **Summarize and express your support**. Review the major points you discussed. Summarize the Action items, not the negative points of the other person's behavior. If you have given neutral feedback, emphasize the main points you have wanted to convey.
## Other resources
* [Giving and Receiving Feedback](https://leadership.mozilla.community/method/giving-and-receiving-feedback/)
* [Giving feedback](https://www.mindtools.com/pages/article/newTMM_98.htm)
* [Giving constructive feedback](https://www.cabrillo.edu/services/jobs/pdfs/giving-feedback.pdf)

Просмотреть файл

@ -63,6 +63,7 @@ This is the main level for a Coach. You will be better with practice, conversati
## Other resources:
* [Deep Listening](https://leadership.mozilla.community/method/deep-listening/)
* [Build mentor relationship](http://ctb.ku.edu/en/table-of-contents/implement/youth-mentoring/build-mentor-relationships/main)
* [Active listening](https://www.mindtools.com/CommSkll/ActiveListening.htm)
* [Coaching skills - Listening](http://www.coactive.com/learning-hub/fundamentals/res/FUN-Topics/FUN-Co-Active-Coaching-Skills-Listening.pdf)

Просмотреть файл

@ -0,0 +1,9 @@
---
title: "Using Powerful Questions"
featured: /assets/images/pic03.jpg
layout: post
excerpt: "This workshop helps participants explore using powerful questions. Developing this key skill can help open conversations, increase creativity, make better decisions, build stronger teams, and help focus. This workshop will take you through a series of reflections and activities that will help you practice asking powerful questions."
categories: 'resources'
---
A great resource about [Powerful Questions](https://leadership.mozilla.community/method/using-powerful-questions/) and how to take advantage of them to guide your mentee. It was contributed by Jane Finette to the Leadership Toolkit developed by the Participation Team

Просмотреть файл

@ -17,11 +17,12 @@
h2
{
font-size: 1.5em;
margin-bottom: 15px;
}
h3
{
font-size: 1.35em;
font-size: 1em;
}
/* Section/Article */

Просмотреть файл

@ -68,6 +68,11 @@
border-left: solid 0.75em #dddddd;
padding: 1em 0 1em 1.5em;
font-style: italic;
margin-bottom: 2em;
}
blockquote p {
margin-bottom: 0em;
}
h1, h2, h3, h4, h5, h6
@ -851,3 +856,13 @@
border-radius: 5px;
margin: 0;
}
.container ul {
padding-left: 10px;
list-style: disc inside;
}
.container ul.resources li {
list-style: none;
margin: 20px;
}