Skip to content

Instantly share code, notes, and snippets.

@adamgoose
Created August 22, 2012 21:36
Show Gist options
  • Save adamgoose/3429612 to your computer and use it in GitHub Desktop.
Save adamgoose/3429612 to your computer and use it in GitHub Desktop.
Danner's Fix
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$("div.staff-trigger").click(function(){
$(this).next().slideToggle();
return false;
});
});
</script>
</head>
<body>
<h4>Jane Phillips, BME</h4>
<h6>Intensive Para-Professional</h6>
Since 1982, Jane has been working alongside licensed mental health professionals in various mental health settings. Upon acquiring her Bachelor's Degree in Music Education from Samford University, Jane began working as a Music Therapist in a hospital psychiatric unit.
<div class="clear"></div>
<div class="staff-trigger"><a class="read-more-align-right" title="Read More..." href="#"><span>Read more</span> →</a></div>
<div style="display: none; clear: both;">
Two years later she joined a team of professionals specializing in helping troubled teens in a residential treatment facility. Eleven years later, (which included a three year stint as a missionary in Africa), Jane Co-Founded Battlefield Ministries, Inc. with her husband Nathan. She now serves as one of the primary staff members. Jane is an influential speaker and facilitator in women’s ministry.
Jane and Nathan counsel together and also lead marriage retreats nationally and internationally. They were married in 1982 and have two sons. They consistently accept the invitation to meet people in their darkest valleys and walk with them through that difficult place to help them find healing on the other side. Jane and Nathan regularly meet with missionaries both Stateside and on foreign soil and train them on how to facilitate this process. They are adjunct faculty at WinShape Marriage Retreat and count it a joy to come along any who desire to explore what helps and what hinders the most significant relationship in their life apart from Jesus Christ... their spouse.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment