This is an informational webpage that I created based on a school known as BSGE. I created the webpage based on code and ideas taught by my teacher and help from W3schools along with usage of info and other images that have been cited.
Here is a link to my project: http://tech.bsge.org/students/21tulsianik/
The first thing that I did when I was working on this project, was that I created a design sketch that was done through google drawing.We based or made this example off the requirements and constraints that we thought were going to be put into a general informational website and what we thought students or new ones may want to see or know about the high school.
Then, I got feedback from a partner and edited this to fit certain ideas that my partner thought that I could add or remove.
After this, I went over the project requirements and criteria on what I needed to add and if it all was fit in my project sketch.
Then, I decided and created a project plan for how I could complete my project over time in short amounts of times.
Here is my project plan: https://docs.google.com/document/d/1XVI0dCQSkNeq_uIzI3woPFToXtthPCMoscQ5n5FXNEk/edit
I then tried my best to follow this plan, but I was unsuccessful as there were some errors that cluttered this plan including me having to add somethings like information to fit the requirements. Also, I had the problem of underestimating what I could get done in a certain amount of time.For example, I could not do my research and getting my content by the day after I had made the plan.
I then got up to the point of coding my website where I had made this code with the help of the things like W3schools and my teacher :
<!DOCTYPE html><html><head>
<title> BSGE informational page</title>
<meta charset=”UTF-8“>
<meta name=”description” content=”Home Page“> <meta name=”keywords” content=”HTML,CSS,BSGE,Information“> <meta name=”author” content=”21tulsianik“> <link rel=”stylesheet” type=”text/css” href=”Unit2Project.css“/> <style> </style></head><body><h1>BSGE infomational homepage.</h1><h2> Other pages to learn more about BSGE.</h2> <ul> <li><a href=”Home.html“>The homepage</a></li> <li><a href=”StudentEnviornment.html“>Student Enviornment</a><li> <li><a href=”CommunityService.html“>Community Service </a></li> <li><a href=”ExtraCurricular.html“>Extracurricular Activities</a></li> <li><a href=”IBprogram.html“>IB Diploma Program</a></li> <li><a href=”Grading.html“>Academic Policies</a></li> <li><a href=”Teacherrs.html“>Teachers</a></li> <li><a href=”Bibliography.html“>Bibliography</a></li> <li><a href=”webpages/HOME.html“>My personal homepage</a></li></ul>
<h3>Adress and contact information </h3><p>“34-12 36th Avenue ~ Astoria, NY 11106718/361-5275Subway: Take the R or M train to 36th Street or the N, W to 36th Avenue.Bus: Q66, Q101, Q102BSGE is located in Astoria on 36th Avenue between 34th and 35th Streets”(BSGE.Contact Information.Contact,BSGE,2011,).</p><P> My review of the school is that it is a challenging school that tests each students abilities to work and use their mental capacity to the fullest.Also, a student’s ability and time management affects their ability to do work and their punctuality to the school matters<h4>Schedule</h4><table style=”width:100%“><tr> <th>Monday</th> <th>Tuesday</th> <th>Wednesday</th> <th>Thursday</th> <th>Friday</th> </tr> <tr> <td>Living Enviornment 8:00-8:45</td> <td>Algebra 8:00-8:45</td><td>Living Enviornment 8:00-8:45</td> <td>Algebra 8:00-8:45</td> <td>Living Enviornment 8:00-8:45</td> </tr> <tr> <td>Living Enviornment 8:48-9:33</td> <td>Tech 8:48-9:33</td> <td>Tech 8:48-9:33</td> <td>Advisory 8:48-9:33</td> <td>Tech 8:48-9:33</td> </tr> <tr> <td>Advisory 9:36-10:21</td> <td>Advisory 9:36-10:21</td> <td>French 9:36-10:21 </td> <td>French 9:36-10:21 </td> <td> English 9:36-10:21 </td> </tr> <tr> <td>Humanities 10:24-11:09</td> <td>Living Enviornment 10:24-11:09</td> <td>Phys ED 10:24-11:09</td> <td>Humanities 10:24-11:09</td> <td>French 10:24-11:09</td> </tr> <tr> <td>Phys ED 11:12-11:57 </td> <td>Humanities 11:12-11:57 </td> <td>Algebra 11:12-11:57</td> <td> English 11:12-11:57</td> <td>Phys ED 11:12-11:57 </td>
<tr> <td>Lunch 12:00-12:45</td> <td>Lunch 12:00-12:45</td> <td>Lunch 12:00-12:45</td> <td>Lunch 12:00-12:45</td> <td>Lunch 12:00-12:45</td> </tr><td>French 12:48-1:33</td> <td>Phys ED 12:48-1:33 </td> <td>Humanities 12:48-1:33 </td><td>Phys ED 12:48-1:33 </td><td>Advisory 12:48-1:33 </td> </tr> <td>Algebra 1:35-2:20</td> <td>English 1:35- 2:20</td> <td>English 1:35- 2:20</td> <td>Tech 1:35-2:20</td> <td>Algebra 1:35-2:20</td> </tr> </table><h5>School Icons</h5><img src=”bsgelogo2.gif“/><img src=”bsge.jpg“alt=”BSGE” style=”width:400px;height:200px;” />
</body></html>
I then revised and made edits to the code like I looked for missing tags, errors, and other warnings I had not spotted.
I next uploaded my prject to the filzeilla client. In this stage, I did have some errors as I realized that some images I used/ all required an alt for them to appear as html 5.0 makes it a requirement. Also, I had to change filenames and links to make it so that they work together.