Staff Yearbook Article Generator (Article html)
Staff/Teacher Pages (Mobile View)
Page Class for Staff/Teacher Pages
mstaff
Div Class for Teacher/Staff
teacherbox
classes located in gemini.css
Example Code for Teacherbox
Example Code for Teacherbox
<div class="teacherbox">
<div>
<img src="/path/to/example.jpg" alt="" />
</div>
<div>
<p style="text-align: center;">Teacher Name<br />Position<br /><a href="mailto:This email address is being protected from spambots. You need JavaScript enabled to view it.">This email address is being protected from spambots. You need JavaScript enabled to view it.</a></p>
</div>
</div>
CSS for override.css
@media only screen and (max-width: 767) {
.teacherbox .button {border: 1px solid #238ae6;}
}
