diff --git a/submissions/jhenry975/index.html b/submissions/jhenry975/index.html new file mode 100644 index 0000000..be4351c --- /dev/null +++ b/submissions/jhenry975/index.html @@ -0,0 +1,52 @@ + + + + + My Journey + + + + + +
+

My Journey

+
+ +
+ +
+
+ +

My Programming Journey

+ +
  • +

    My journey begins at Saint Louis Community College.

    +
  • + Stlcc +

    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.

    + +
    + +
  • +

    My next step in my journey was at Webster University.

    +
  • + Webster +

    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.

    +

    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.

    + +
    + +
  • +

    My current step in my journey is at LaunchCode.

    +
  • + Launchcode +

    I applied at LaunchCode to learn more about Java, and to persue a career in programming.

    +
    + +
    + + +
    \ No newline at end of file diff --git a/submissions/jhenry975/stlcc_img.jpg b/submissions/jhenry975/stlcc_img.jpg new file mode 100644 index 0000000..316e52d Binary files /dev/null and b/submissions/jhenry975/stlcc_img.jpg differ diff --git a/submissions/jhenry975/styles.css b/submissions/jhenry975/styles.css new file mode 100644 index 0000000..494d2dd --- /dev/null +++ b/submissions/jhenry975/styles.css @@ -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; + } + + + \ No newline at end of file diff --git a/submissions/jhenry975/summer of code.jpg b/submissions/jhenry975/summer of code.jpg new file mode 100644 index 0000000..be5626a Binary files /dev/null and b/submissions/jhenry975/summer of code.jpg differ diff --git a/submissions/jhenry975/webster_img.jpg b/submissions/jhenry975/webster_img.jpg new file mode 100644 index 0000000..43ccde8 Binary files /dev/null and b/submissions/jhenry975/webster_img.jpg differ