-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
66 lines (54 loc) · 3.73 KB
/
Assignment.html
File metadata and controls
66 lines (54 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<title>Short Biography</title>
<meta charset="utf-8">
</head>
<body>
<main>
<h1>What is this for:</h1>
<p> This is a short biography about myself being submitted as an assignment. Or, You can check out a photo of a puppy the same color as my cat. There is also a link to a video of a world record breaking dog, what do you think it is?</p>
<a href="Assignment.html">HOME</a> |
<a href="Dog.html">DOG PHOTO</a> |
<a href="Dog_Video.html">DOG VIDEO</a>
<h2>Here's a quote from an idol of mine:</h2>
<p>Robert Craig "Evel" Knievel:</p>
<blockquote cite="https://www.azquotes.com/author/8151-Evel_Knievel"> "I'm not a jack of all trades; I'm a master of many. I don't feel there is anything I can't do if I want to." At 1:24 in video.</blockquote>
</main>
<iframe width="600" height="300" src="https://www.youtube.com/embed/nZKmPYUMSk0" title="TOP 20 Evel Knievel Quotes" frameborder="0" allow="accelerometer"; controls="autoplay"; clipboard-write; encrypted-media; gyroscope; picture-in-picture" ></iframe>
<h3>Who Is the Author?</h3>
<p> I am, Hello my name is Tim in real life, or in my newly created account on GitHub as CodisticJr. Where I have started a portfolio for my software developing career.</p>
<h3>What Have I Done?</h3>
<p> Having worked various positions accross the construction industy, such as a labourer for a 'devolpement' company or two, a carpenter, an equipment/machine operator, a welder, and as well as a milwright along with many others.
Now I am learning how to develop computer software and I find it to be Very Interesting!! I am learning so much and look forward to writing further complex programs than I have so far!</p>
<h3>What School are you going to?</h3>
<p> The Academy Of Learning Career Collage is the institution I am doing the Software and Web Development Program, where AOLCC has smaller and more basic programs they
have teamed up with The Tech Academy for the computer program aspect.
<h3>Where is this happening?</h3>
<p>There is a campus located in my city, I have not yet attended the premis. I have worked through the program completely online with all the support I have required, great help might I add.</p>
<h3>Why?</h3>
<p>I was looking for a change, I wasnt going to write a "why", seemed wrong. I doubled up on the "what" was going to be my excuse.</p>
<h3>When did you become interested?</h3>
<p> I have always found computer facinating. When I was in my early teens I had attempted video editing, and downloading music. I have novicely used computers since the mid 90's.
Last winter working outside in the elements of mothernature I was ready for a change. By chance of good luck, an opportunity was presented through AOLCC and the change command was executed.
I find this comical and full of irony that I say "outside in the elements" because in computer programing, I am learning about working in a different style of elements.</p>
<h2>This Is My Bright, Vibrant Future</h2>
<img src="https://publicdomainvectors.org/photos/office-work-outline.jpg">
<footer>
<nav>
<a href="homepage file name or URL">HOME</a> |
<a href="about page file name or URl">ABOUT</a> |
<a href="FAQ's page file name or URL">FAQS</a> |
<a href="Contact page file name or URL">CONTACT</a>
<h5>Authour</h5>
<p> CodisticJr./Tim </p>
<h5>Contact Information:</h5>
<p>AOLCC-Student01@outlook.com</p>
<footer>
<h5>Authour</h5>
<p> CodisticJr./Tim </p>
<h5>Contact Information:</h5>
<a type="media_type" href="https://www.linkedin.com/public-profile/settings?trk=d_flagship3_profile_self_view_public_profile/">Check out my LinkedIn profile! </a>
</footer>
</body>
</html>