Writing
index.html
Jessica Geboers
Obectives
To gain employment in corporate or organizational communications or journalism
Experience
Marketing Assistant, Syme-Woolner Foundation (December 2015 - Present)
- Assist with planning of 2017 fundraising gala
- Write and distribute press releases to media
Skills
Interviewing
Research
Writing news, features and press releases
Education
Bachalor of Journalism, Ryerson University, Toronto
- GPA: 3.3
705-50 Stephanie Street, Toronto, Ontario, M5T 1B3, Canada | Tel: (647) 876-2877
stylesheet.css
div {
border-radius: 5px dashed blue;
}
#header {
z-index: 1;
position: fixed;
height: 60px;
width: 97.5%;
background-color: #668284;
}
#name {
float:left;
margin-left: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
#email{
float:right;
margin-right: 5px;
padding-top: 5px;
font-size: 16px;
font-family: Verdana, sans-serif;
color: #ffffff;
}
h4 {
margin-left: 5px;
margin-bottom: 15px;
font-family: Verdana, sans-serif;
}
.right {
float: right;
width: 88%;
height: 400px;
background-color: #F4EBC3;
}
li {
list-style-type: square;
}
a:hover {
font-weight: bold;
}
.left {
float: left;
width: 10%;
height: 400px;
background-color: #B9D7D9;
}
#footer {
height: 50px;
background-color: #668284;
clear: both;
}
#footer p {
position: relative;
padding-top: 15px;
}