This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user:adahmane:portfolio:unixproject5 [2013/12/11 20:01] – created adahmane | user: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> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | This is normal text.< | ||
+ | <br> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <br> | ||
+ | <hr> | ||
+ | <ol> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ol> | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | This page can be accessed by navigating to http:// | ||
+ | |||
+ | 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> | ||
+ | < | ||
+ | <H1> Anthony Dahmane' | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | |||
+ | < | ||
+ | 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!</ | ||
+ | |||
+ | <img src=" | ||
+ | < | ||
+ | <hr /> | ||
+ | < | ||
+ | <hr />< | ||
+ | |||
+ | 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, | ||
+ | <br> | ||
+ | <iframe style=" | ||
+ | src=" | ||
+ | <a href=" | ||
+ | <br> | ||
+ | |||
+ | These are my top 5 favorite games (as of 12/ | ||
+ | <ol> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ol> | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | And this page is accessible via http:// |