Skip to content

html me something #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions submissions/jhenry975/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<DOCTYPE! html>

<head>

<title>My Journey</title>

<link href="styles.css" rel="stylesheet" type="text/css">

</head>

<header>
<h1>My Journey</h1>
</header>

<main>

<article>
</br>

<h2>My Programming Journey</h2>

<li>
<p> My journey begins at <strong>Saint Louis Community College</strong>.</p>
</li>
<img class = photos src="C:\Users\J\html-me-something\submissions\jhenry975\stlcc_img.jpg" alt="Stlcc">
<p> I earned my AS degree in Information Systems at Saint Louis Community College. At this time, my focus was computer networking. I took many courses in Cisco etc. While completing my degree, one of my required courses was Introduction to Java. I was very interested in this Java class. However, that would be my only required programming course for the degree requirements. My degree was almost complete at this time so I decided to stay on course with the computer networking. I was, and still am, interested in computer networks as well as programming.</p>

</br>

<li>
<p>My next step in my journey was at <strong>Webster University</strong>.</p>
</li>
<img class = photos src="C:\Users\J\html-me-something\submissions\jhenry975\webster_img.jpg" alt="Webster">
<p> When I completed my AS degree, I wanted to continue my education. I decided to find a program that would match up best with the courses I took for my AS degree. I was not able to find a BS program for networking, but decided to enter a BS in Information Management program at Webster University.</p>
<p> One of the first required courses for the program was C++. I enjoyed learning about object oriented programming in this course. I was required to take two semesters of C++. Because I enjoyed programming, I decided to minor in computer applications (web programming). These were my favorite courses.</p>

</br>

<li>
<p>My current step in my journey is at <strong>LaunchCode</strong>.</p>
</li>
<img class = photos src="C:\Users\J\html-me-something\submissions\jhenry975\summer of code.jpg" alt="Launchcode">
<p>I applied at LaunchCode to learn more about Java, and to persue a career in programming.</p>
</article>

</br>

<footer id= "my_footer">
<p>James Henry</p>
<p>LaunchCode 2016</p>
</footer>
</main>
Binary file added submissions/jhenry975/stlcc_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions submissions/jhenry975/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@charset "utf-8";
/* CSS Document my_journey_style*/

header{
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
margin: auto;
background-color: #C0C0C0;
border-style: groove;
border-color: #C0C0C0;
}

.photos{
height: 200;
width: 400;
}

#my_footer{
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
font-weight: bold;
margin: auto;
background-color: red;
border-style: groove;
border-color: #C0C0C0;
}



Binary file added submissions/jhenry975/summer of code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added submissions/jhenry975/webster_img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.