Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nutmeg magazine additions
  • Loading branch information
met18001 committed Mar 21, 2020
1 parent 064a08b commit bc29294
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
18 changes: 10 additions & 8 deletions css/nutmeg.css
Expand Up @@ -35,6 +35,7 @@ p{
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 20px;
line-height: 1.75em;
margin: 0%;

}
Expand Down Expand Up @@ -106,8 +107,8 @@ display: flex;
}
@media(max-width:400px){
.gif{
max-width: 250px;
max-height: 150px;
max-width: 500px;
max-height: 300px;
}
a{
font-size: 15px !important;
Expand All @@ -130,10 +131,11 @@ display: flex;
.leftbutton{
margin-left: 20px;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
embed{
border-radius: 0px;
width: 100%;
height: 50vh;
}
p.bold{
font-weight: bold;
}
7 changes: 5 additions & 2 deletions nutmeg.html
Expand Up @@ -16,12 +16,15 @@
</div>
<div class="right">
<h1>Nutmeg Magazine</h1>
<p></p>
<p class="bold">Personal Role: Magazine Managing Editor</p>
<p>For the Fall 2019 semester, I had the opprotunity to create a magazine for UConn Nutmeg Publishing. I was in charge of everything from the content to the final designs and proofs. This health and wellness piece included a collaboration with UConn Project Fashion, our feature piece, as well as pieces on the topic of food insecurity and renovations to Whitney dining hall. sleek and simple design was chosen to attract the readers attention and highlight photographs chosen.</p>
</div>
</div>
<div class="box">
<img src="img/mag.jpg" class="gif" alt="Nutmeg Magazine">
<iframe src="img/Fall 2019 Health and Wellness Magazine.pdf" height="400" width="500" alt="Health and Wellness Magazine"></iframe>
<div class="contain">
<embed src="img/Fall 2019 Health and Wellness Magazine.pdf" type="application/pdf">
</div>
</div>

</body>
Expand Down

0 comments on commit bc29294

Please sign in to comment.