portfolio
idk potential portfolio for introducing w/e
by cwhong
HTML
<head>
<title>James Wilson-Schutter</title>
</head>
<body>
<div class="boxlinks">
<img src="https://media-exp1.licdn.com/dms/image/C4D35AQG6DdhJz9REdA/profile-framedphoto-shrink_200_200/0/1600741393231?e=1612144800&v=beta&t=vPgWOdXWbwvzwbz-D6uJK6sc4fvs8NSh8c1AZ9O9tyE" class="profilepic">
<h1>
James Wilson-Schutter
</h1>
<h5>
Urban Planning Student and Graduate Admissions Assistant
</h5>
<p>
Innovative, results oriented Masters Candidate at NYU’s Wagner School in Urban Development Planning. UCLA graduate with a dual major in International Developmental Studies and Political Science, and a French Honors Minor. Recognized for strong communication skills, organizational and time management abilities, and working in environments that are politically and culturally sensitive. Tailors language, tone, style and format to match the needs of the organization. Ability to define and communicate a vision to effectively work with diverse communities and deliver results.
</p>
</div>
</body>
CSS
body {
margin: 0;
padding: 0;
background: url(https://cdn.wallpapersafari.com/5/23/fzwFnG.jpg) no-repeat;
background-size: cover;
}
.boxlinks {
width: 500px;
height: 1000px;
background: rgba(200, 200, 200, 0.3);
padding: 40px;
text-align: center;
margin: auto;
margin-top: 30px;
color: white;
font-family: sans-serif;
}
.boxlinks img{
border-radius: 50%;
width: 200px;
height: 200px;
}