User Tools

Site Tools


user:cforman:portfolio:project7

Project: WEB PAGES

A project for CSCS1730 UNIX/Linux Fundamentals by Corey Forman during the Fall 2011.

This project was begun on 12/15/11 and ended 12/15/11

Objectives

To apply skills learned in UNIX to assist you in deploying your own personal web page in your Lab46 web space.

Prerequisites

In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:

  • know how to navigate the command-line
  • be familiar with ls, especially long listing
  • be familiar with chmod
  • know how to use the vi text editor

Background

I wanted to test my skills to make a web page but didn't have anything really to add to it so i trolled all over it. the Webpage will display pictures, colors, font styles, types of font, and tables.

Scope

Go out and learn some HTML. Nothing fancy, just the ability to make a few paragraphs, lists, maybe an image or two, some hyperlinks, and text markup such as bold, italics, and underlining.

Make a simple web page and deploy it in your ~/public_html/ directory, make sure it has a .html extension and that it is world readable.

To view it in a web browser, point it at: http://lab46.corning-cc.edu/~username/file.html

Attributes

State and justify the attributes you'd like to receive upon successful approval and completion of this project.

  • commands: using some command-line tools to accomplish a task
  • files & directories: knowing where to place the data so it is accessible via your web space
  • text processing: you're utilizing a text editor to create the HTML file on Lab46
  • security: appropriately setting the permission so it is readable/writable by you, and readably only otherwise by world

Procedure

<html> <body bgcolor="rgb 250,200,191">

<head>
        <title>HAHAHA Ima TROLL YOU</title>
</head>

<body>
<font face="Jokerman" font size="5" color="rgb 100,0,250"
        <p> Hey all this page is a total scam becuase i need to make it really quick else i would try and make it really cool. If you still reading this you should understatnd thta your soul is slowly being sucked out of your eyes and you will soon pass away into the nether. Have fun. <strong>IMA TROLL</strong> </p>
<img src="fc06.devianart.net/fs71/i/2011/062/6/d/trolls_be_trollin__by_theatvalvegamer-d3aunch.png" align="center" width="300" height="300"><br>
        <p> now really if you are still reading this this is just me venting on random stuff because i need to fill this page with stuff thus proving i know the basics of html but not the basics of spelling as you may notice. Here is some data on me in italacized format <i> im 6ft tall, i used to play basketball, i am an avid league of legends player, i am almost lvl 30 which is the lvl cap and i like computers,,, not to mention i am a procrastinator which is why this page may look like crap but hey i need to make it</i> ok that much slanty words were bugging me. so how was your day. good good. um ya so here is a table of the classes i am taking.
        <table border="1" cellspacing="10" align="center"
        bgcolor="#990000"
        <font face="Matesse ITC">

        <tr>
                <th>The classes i am taking</th>
        </tr>

        <tr>
                <td>Object Oriented Problem Solving or oops
        </tr>

        <tr>
                <td>Calculus 1</td>
        </tr>

        <tr>
                <td>Unix/Linux fundementals</td>
        </tr>

        <tr>
                <td>English 1010 comp 1</td>
        </tr>

        </font>
        <p> Ok so i think i griefed you enough and  we all had a good time but here is one last <strong> FAREWELL</strong> A lovly nom nom nom pic.

<img src="www.multiplaying.net/wp-content/uploads/2010/11/MineCraftCastle.jpg" align="center" width="300" height="300"><br>

unfortunately i could not get the pics to work but I have the url for the photo correct.

Reflection

Making web pages are fun and easy but you need a purpose when doing so or else it is just a bunch of data that means nothing. knowing how to make a web page is nice because you can use it to create a virtual resume for jobs and such.

References

In performing this project, the following resources were referenced:

  • Previous knowledge gained through a good computer essentials class
user/cforman/portfolio/project7.txt · Last modified: 2011/12/16 04:05 by cforman