From 25353e75301bca861ff66d30605a0dedff700e6f Mon Sep 17 00:00:00 2001 From: MarekSGarbaczonek Date: Wed, 30 Aug 2023 00:34:48 -0400 Subject: [PATCH 01/11] Content --- .idea/.gitignore | 5 +++++ .idea/a1-gettingstarted.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ index.html | 38 ++++++++++++++++++++++++++++--------- 5 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/a1-gettingstarted.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/a1-gettingstarted.iml b/.idea/a1-gettingstarted.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/a1-gettingstarted.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..06ac680 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 37ac8c3..8aa4d85 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,44 @@ -

Information about [Your name here]

+

Information About Marek Garbaczonek
Class of 2024

- [Self introduction] + I am a Computer Science BS, IMGD BS, and in the process of becoming a Computer Science MS student.
+ Over the last few years I have been a freelance video game developer, 3d environment artist, and designer.
+ In my free time, I enjoy running marathons, singing, dancing, hiking, and spending quality time with my friends and family.

+

Classes

- [Major and other information] -

-

- [Other things] + I have previously taken the following computer science courses:

+

Experience

- Working experience + Below is my experience with the following technologies and methods:

From 39ba035c3d25fe9a0fc6ca94ffde4e2986598798 Mon Sep 17 00:00:00 2001 From: MarekSGarbaczonek Date: Wed, 30 Aug 2023 01:04:44 -0400 Subject: [PATCH 02/11] font --- index.html | 4 ++++ style.css | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 8aa4d85..5053b42 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,10 @@ CS4241 Assignment 1 + + + +

Information About Marek Garbaczonek
Class of 2024

diff --git a/style.css b/style.css new file mode 100644 index 0000000..920e7b0 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + font-family: 'Nunito Sans', sans-serif;; +} \ No newline at end of file From 145ef7cb144106ed8eca862ca2ea30d241abef4c Mon Sep 17 00:00:00 2001 From: MarekSGarbaczonek Date: Wed, 30 Aug 2023 01:14:03 -0400 Subject: [PATCH 03/11] css and readme --- README.md | 4 ++++ index.html | 30 +++++++++++++++--------------- style.css | 8 ++++++++ 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 120c044..4255acd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ This project shows ... ## Technical Achievements - **Styled page with CSS**: Added rules for the p, li, and a selectors... +------------------ Styled page with CSS: Added rules for h1 and h2 to have a top margin ### Design Achievements - **Used the Roboto Font from Google Fonts**: I used Roboto as the font for the primary copy text in my site. + +------------------ Used Nunito Sans Font From Google Fonts: I used the Nunito Sans Font for all of my text on my website + diff --git a/index.html b/index.html index 5053b42..c1e97d0 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ -

Information About Marek Garbaczonek
Class of 2024

+

Information About Marek Garbaczonek, Class of 2024

I am a Computer Science BS, IMGD BS, and in the process of becoming a Computer Science MS student.
Over the last few years I have been a freelance video game developer, 3d environment artist, and designer.
@@ -20,19 +20,19 @@

Classes

I have previously taken the following computer science courses:

    -
  • CS 1102: Accelerated Introduction To Program Design
  • -
  • CS 2103: Accelerated Object-Oriented Design Concepts
  • -
  • CS 3133: Foundations Of Computer Science
  • -
  • CS 2303: Systems Programming Concepts
  • -
  • CS 2022: Discrete Mathematics
  • -
  • CS 2223: Algorithms
  • -
  • CS 3431: Database Systems I
  • -
  • CS 3733: Software Engineering
  • -
  • CS 3041: Human-Computer Interaction
  • -
  • CS 4341: Introduction To Artificial Intelligence
  • -
  • CS 543: Computer Graphics
  • -
  • CS 539: Machine Learning
  • -
  • CS 546: Human-Computer Interaction
  • +
  • CS 1102:   Accelerated Introduction To Program Design
  • +
  • CS 2103:   Accelerated Object-Oriented Design Concepts
  • +
  • CS 3133:   Foundations Of Computer Science
  • +
  • CS 2303:   Systems Programming Concepts
  • +
  • CS 2022:   Discrete Mathematics
  • +
  • CS 2223:   Algorithms
  • +
  • CS 3431:   Database Systems I
  • +
  • CS 3733:   Software Engineering
  • +
  • CS 3041:   Human-Computer Interaction
  • +
  • CS 4341:   Introduction To Artificial Intelligence
  • +
  • CS 543:     Computer Graphics
  • +
  • CS 539:     Machine Learning
  • +
  • CS 546:     Human-Computer Interaction

Experience

@@ -40,7 +40,7 @@

Experience

Below is my experience with the following technologies and methods: