ICS Lab Tutors
Starting in Fall 2012, students will have the opportunity to serve as lab tutors for the first-year ICS classes, ICS 31, 32, and 33. Tutors will be selected based on academic record (in those courses or equivalent, and overall), tutoring or teaching ability and experience, and overall professionalism. Tutors will receive academic credit for their tutoring by enrolling in ICS 193 each quarter they serve as tutors (some restrictions apply).
Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the liquid layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - http://www.adobe.com/go/adc_css_layouts.
Layout
Since this is a one-column layout, the .content is not floated.
Basic Qualifications
We expect tutors to meet or exceed these criteria, but they're slightly flexible for extraordinary candidates.
- Grade of B+ or better in the course you're tutoring (or equivalent)
- Overall GPA of 3.0 or better; ICS GPA of 3.25 or better
- Commitment to helping students master first-year knowledge and skills
- Knowledge of Python 3
An image placeholder was used in this layout in the .header where you'll likely want to place a logo. It is recommended that you remove the placeholder and replace it with your own linked logo.
Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.
To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)
