80 likes | 210 Views
GBK Programming 1. Jordan Johnson. Today’s plan. Greeting Zipping and transferring files DIVs , SPANs, the “class” attribute, and CSS selectors. Clean-up. WinSCP. From http://winscp.sf.net/. Filezilla. Alternative program Same interface Also free http://filezilla-project.org /.
E N D
GBK Programming 1 Jordan Johnson
Today’s plan Greeting Zipping and transferring files DIVs, SPANs,the “class” attribute, and CSS selectors. Clean-up
WinSCP From http://winscp.sf.net/
Filezilla • Alternative program • Same interface • Also free • http://filezilla-project.org/
DIVs and SPANs • <div class=“navigation”> <!-- site navigation menu --> • <ul> <li><a href=“index.html”>Main</a></li> • <li><a href=“games.html”>Games</a></li> • <li><a href=“work.html”>Résumé</a></li></ul> • </div> • …are useful for creating your own kinds of elements: • <span class=“appt”>3:30pm Tuesday</span> • Or…
Styling classes The “.” denotes a tag class. • .appt { • color: #330000; • font-weight: bold; • } • .navigation { • width: 100%; • background-color: red; • color: white; • } In CSS:
Work / Q&A Time • Reminders: • Mini-lesson now: zipping your files. • zip command (UNIX/Linux) • If you haven’t sent the HW, do so before leaving.
Clean-up • Before you leave, please . . . • Log out. • Push in your chair. • Make sure you’ve got everything. • Make sure all trash ends up in the trash can.