Friday, May 15, 2015

Make a Website

First Off- Everyone be good for Mrs. Carver.
Secondly- I have an assignment for you guys to complete.

Before you do anything- MAKE SURE YOUR VACATION PROJECT IS FINISHED AND IN YOUR DRIVE.

Finish the assignment below. It shouldn't take you the entire class period. Make sure to put your HTML document in drive so I know you did it.

Once you are finished, you can either study for exams, or race your friends on Nitro Type.


Today's Assignment-

Make an HTML webpage with Editey in Google Drive. I want you to make the content realistic about something you are passionate about (dirt bikes, Volleyball, Fashion, MLB, etc. )

Your webpage must have the following features/ tags:

<DOCTYPE html>
<html> </html>
<body> </body>
Several descriptive paragraphs of font <p> </p>
A list (<ul></ul>) with at least 3 list items (<li></li>)
At least three images <img src="www.google.com">
A hyperlink to go to another website <a href="www.google.com"> Click here to search </a>

See my example code below for help. You will notice, I included a picture as my clickable link. To do that I put my img in my anchor. You don't have to do that, but it's a nice touch. Here's how:

<a href="www.google.com"> <img src="http://i.imgur.com/FPFNU26.png"></a>

Helpful tip: Remember- <img> tags are self closing. There is no closing image tag.
It should look like this:
<img src="#">

NOT THIS <img src="#"> </img> 



Click Here to See it on the Web


Monday, May 11, 2015

Excel Budget Example

Click here for Example

I have not filled in all fields. You may need to modify this chart based on your particular needs (example, someone may need to rent a vehicle).

Wednesday, May 6, 2015

Vacation Project

Today we will begin a project encompassing many elements of what we have learned thus far.
Imagine it's your senior year. As a gift to you for your academic excellence, your parents wish to reward you with a dream vacation. You can choose where you want to go. You can choose what you want to do.

 Your trip will be from 3-10 days. The realistic part of this assignment, however, is that everything has a cost. You will calculate an exact itinerary of everything you will spend on the trip based on real life quotes from travel, hotel, restaurant, and rental car websites.

Your Budget will be written out in excel, Flyer in word, and your destination and activities will be displayed via a picture collage in PowerPoint.
Your publisher flyer should include the overall budget of your trip, destination, and your names.
The PowerPoint aspect of the trip is what we will work on today.

You need a 8-10 slide presentation showing where you are going and what you are doing. Your presentation should include picture of activities, scenery, nature, culture, and unique/special locations.

Friday, May 1, 2015