Skip to content
Permalink
gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: "Plex";
src: url(IBMPlexSans-Regular-V01.1.ttf) format("truetype");
}
body {
margin: auto;
width: 700px;
background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
height: 100vh;
font-family: "Plex", Arial, sans-serif;
color: white;
margin-top: 10%;
}
h1, h2 {
font-size: 24pt;
}
p {
font-size: 16pt;
text-align: justify;
}
</style>
</head>
<body>
<h1>Advanced Web - Introduction</h1>
<h2>Chris Stumper</h2>
<p>Major: Computer Science, Minor: Digital Arts</p>
<p>I am really interested in the intersection between technology and design. Over the past few years, I have found the web to be a great medium in terms of fusing these two disciplines. From a design perspective, there is a lot of opportunity on the web to create compelling experiences that are accessible to millions of people. From an engineering perspective, there is a wealth of neat technical challenges that arise with JavaScript development, API servers, and database integration. Should I pursue a career in web development, I see myself in a full stack role to continue developing my skills in both programming and design.</p>
<p>After interning this summer at IBM doing a range of web development projects, I am looking for this class to be a platform for me to continue deepening my understanding of the web throughout the academic year. It will be a great place to continue building my web portfolio as I apply to full-time jobs in the coming months. </p>
</body>
</html>