Posted on

Digital Portfolios: Getting Started

Thanks to middle school teacher Jennifer Leung for creating this awesome step-by-step presentation for students on their digital portfolio. There is an embedded Google Presentation and a YouTube video! Mrs. Leung is working on designing flipped class lessons as well as learning how to create screencasts and created these as an example of her learning … Continue reading Digital Portfolios: Getting Started

Posted on

ECS HTML Final Project

I made a website about tennis for my final project. This was my second favorite project because I enjoyed working with HTML. Here is the code for the homepage; all the images were my own: <!DOCTYPE html> <html> <head> <title>Tennis</title> <style> #header { background-color: Chartreuse; color: black; text-align: center; padding 5px; } #nav { line … Continue reading ECS HTML Final Project