User Tools

Site Tools


user:adahmane:portfolio:unixproject5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
user:adahmane:portfolio:unixproject5 [2013/12/12 04:22] adahmaneuser:adahmane:portfolio:unixproject5 [2013/12/12 04:25] (current) adahmane
Line 1: Line 1:
 +======Case Study 0x5: Web Pages======
 +The fifth case study in the greatest class I will ever take. 
  
 +=====Objectives=====
 +Learn how to work with HTML web pages within a Unix environment.
 +
 +=====Background=====
 +Back in the heyday of MySpace, I used to dabble with HTML quite a bit. I took a Web Page Design class in high school, but unfortunately I've managed to forget a majority of this stuff. Hopefully some of my previous knowledge in HTML comes back around...
 +
 +=====Procedure=====
 +
 +My newly edited HTML file:
 +<code html>
 +<html>
 +<title>Altered HTML document for Web Pages Case Study</title>
 +<body>
 +This is normal text.<br>
 +<br>
 +<center>This is centered text.</center>
 +<br><br>
 +<strong>This is bold text.</strong><br>
 +<em>emphasized text. <strong>bold and emphasized</strong></em>
 +<br>
 +<hr>
 +<ol>
 +<li>WOW</li>
 +<li>much page</li>
 +<li>very learn</li>
 +<li>such web</li>
 +<li>wow</li>
 +</ol>
 +<p>This is a paragraph. It is just going to be a really really long line until it gets too big for your browser window$
 +<p>This is another paragraph.</p>
 +</body>
 +</html>
 +</code>
 +
 +This page can be accessed by navigating to http://lab46.corning-cc.edu/~adahmane/ex0.html with Netscape.
 +
 +For the personal page that was to be made from scratch, I looked up some other nifty tags like headers (H1, H2, etc.) and I pulled a line from a site that hosts my band's album and smacked it in there as well for anyone to enjoy. Here's all the HTML code for my personal page:
 +
 +<code html>
 +<html>
 +<H1> Anthony Dahmane's Personal Lab46 Website </H1>
 +<title> Anthony Dahmane's Personal Lab46 Website </title>
 +<body>
 +<H3><strong> About Me: </strong></H3>
 +
 +<p>Hey! I'm Anthony Dahmane. I've been attending CCC since Fall 2011 and I'm
 +transferring to Alfred State in the beginning of 2014 to continue my degree
 +of Network Administration. I began an internship with Corning Incorporated
 +when I was 18 for Network Security and after a year I managed to get a
 +full-time position on their Enterprise Systems Support - Network Team.
 +Between messing around with network gear and systems at work and home, I
 +also play drums and occasionally games. I look forward to learning quite a
 +bit about Unix and the *nix world this semester and helping anyone else
 +with something I may be knowledgeable about!</p><br>
 +
 +<img src="https://scontent-b-lga.xx.fbcdn.net/hphotos-ash3/935546_10200962753012482_2058880483_n.jpg" align="center" border="2" />
 +<br><br>
 +<hr />
 +<center><em> If you want to make enemies, try to change something. - Woodrow Wilson </em></center>
 +<hr /><br>
 +
 +Everyone likes free stuff, right? Here, have my old metal band's entire album for free. <br>
 +Or just give it a listen! It's the metal with scream-vocals, by the way. Listener beware. <br>
 +<br>
 +<iframe style="border: 0; width: 350px; height: 470px;"
 +src="http://bandcamp.com/EmbeddedPlayer/album=2084058532/size=large/bgcol=333333/linkcol=0f91ff/notracklist=true/transparent=true/" seamless>
 +<a href="http://ofthemaker.bandcamp.com/album/nature">Nature by OFTHEMAKER</a></iframe>
 +<br>
 +
 +These are my top 5 favorite games (as of 12/11/13):<br>
 +<ol>
 +<li>Bioshock: Infinite</li>
 +<li>Deus Ex: Human Revolution</li>
 +<li>Skies of Arcadia</li>
 +<li>Splinter Cell: Double Agent</li>
 +<li>Path of Exile</li>
 +</ol>
 +</body>
 +</html>
 +</code>
 +
 +And this page is accessible via http://lab46.corning-cc.edu/~adahmane/home.html