Skip to content

Commit

Permalink
fixed mis section
Browse files Browse the repository at this point in the history
  • Loading branch information
kranzrj committed May 2, 2024
1 parent 8dc8c03 commit 66a3ed4
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions docs/webdesign.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="programming, web, design, digital, computer, coding, code" />
<link rel="stylesheet" type="text/css" href="style.css" />
<style>
p {
text-align: center;
width: 97%;
word-wrap: normal;
}
li {
text-align: center;
list-style-position: inside;
width: 97%;
}
h1 {
text-align: center;
}
nav {
text-align: center;
}
figure {
width: 40%;
margin-left: auto;
margin-right: 31%;
}
</style>
</head>
<body>
<h1>Website Design</h1>
Expand All @@ -14,6 +37,7 @@ <h1>Website Design</h1>
>Gallery</a> | <a href="essay.html">Essay</a> | <a href="projects.html">Art 168</a>
| <a href="introdh.html">DIGIT 100</a> | <a href="webdesign.html">MIS 387</a>
</nav>
<p>Note: all of this information is located on the rest of the website, but I summed it up here.</p>
<p><strong>Education</strong></p>
<ul>
<li>Graduating from Penn State Behrend in the Spring of 2025</li>
Expand All @@ -34,30 +58,30 @@ <h1>Website Design</h1>
<li>3rd Place in the 2018 420 Instructor's Cup as the skipper (Reyburn)</li>
</ul>
<h1></h1>
<p>I am currently a junior at Penn State Behrend and I am a DIGIT major. I love playing
<figure><p>I am currently a junior at Penn State Behrend and I am a DIGIT major. I love playing
videogames and taking pictures of nature. I also recently started playing guitar. I have
lived in Erie Pennsylvania my whole life, but have travelled across the country and
visited many states.</p>
<p>I enjoy learning about code and how it works, even if I am not good at understanding
visited many states.</p></figure>
<figure><p>I enjoy learning about code and how it works, even if I am not good at understanding
everything yet. I am also interested in design and three dimensional modeling. The areas
I would really like to focus on more is both coding and three dimensional modeling.</p>
I would really like to focus on more is both coding and three dimensional modeling.</p></figure>
<h1></h1>
<p><strong>The courses I have taken so far pertaining to my major are:</strong></p>
<ul>
<li>Art 168: The Digital Medium</li>
<li>DIGIT 100: Introduction to Digital Humanities</li>
<li>MIS 387: Website Design</li>
</ul>
<p>DIGIT 100 and Art 168 are crucial in understanding the basics of the DIGIT field. MIS 387
<figure><p>DIGIT 100 and Art 168 are crucial in understanding the basics of the DIGIT field. MIS 387
is important as a side course not only for a graduation requirement for the major, but
for understanding the process of designing a website.</p>
for understanding the process of designing a website.</p></figure>
<h1></h1>
<p>Here is a project compilation from the final of my <strong>ART 168</strong> class.</p>
<p>I used multiple <a href="https://www.adobe.com/creativecloud.html">Adobe</a> programs, and <a href="https://www.autodesk.com/">Autodesk</a> Maya.</p>
<video width="1280" height="720" controls="controls">
<p><video width="1280" height="720" controls="controls">
<source src="videos/reel_compr.mp4" type="video/mp4" />
<source src="videos/reel_compa.ogg" type="audio/ogg" /> Your browser does not support
the video tag. </video>
the video tag. </video></p>
<p>Contact Information</p>
<ul>
<li>rjk5920@psu.edu</li>
Expand Down

0 comments on commit 66a3ed4

Please sign in to comment.