Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Week 2 Boiler Point Ready For Submission
  • Loading branch information
plb18001 committed Jan 31, 2022
1 parent f77ca04 commit 81718b8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 6 deletions.
44 changes: 41 additions & 3 deletions week-2/css/main.css
Expand Up @@ -263,7 +263,6 @@ html{
color: white;
padding: 5px;
list-style-position: inside;
overflow: hidden;
text-align: center;
}
a{
Expand All @@ -289,12 +288,51 @@ main{
}

#myweb{
margin-left: 45px;
margin-left: 20px;
}
#myint{
margin-left: 35px;
}
.websites{
margin-left: 10px;
padding-left: 20px;
font-size: 20px;
}

@media screen and (max-width: 768px) {
main{
margin-left: 150px;
}
footer, main{
width: 30%;
}
footer{
width: 20%;
}
.interests{
font-size: 10px;
}
#myint, #myweb{
font-size: 20px;
}
.websites{
margin-left: 10px;
width: 100%;
font-size: 12px;
display: inline-block;
}
#myweb{
width: 100%;
margin-left: 30px;
}
#intro{
font-size: 25px;
}
#desc {
width:67%;
margin-left: 120px;
}
#picture{
width: 150px;
height: 175px;
}
}
4 changes: 1 addition & 3 deletions week-2/index.html
Expand Up @@ -25,7 +25,7 @@
<body>
<header>
<img id="picture" src="img\Paolo_Bautista_Headshot.jpg" alt="Picture of Me" width="300" height="350">
<h1>Hello! My Name is Paolo Bautista</h1>
<h1 id="intro">Hello! My Name is Paolo Bautista</h1>
<p id="desc">I am a junior at Uconn Storrs majoring in DMD and concentrating in UX/UI Web/Interactive Design. I was born in the Philippines and I grew up in Connecticut ever since I was a baby. I hope to enhance my HTML skills in this class and learn to not cheat my way using the "position" method with css.</p>
</header>

Expand All @@ -42,11 +42,9 @@
<footer>
<h2 id="myweb">My Websites!</h2>
<nav>
<ul>
<a class="websites" id="linkedin" href="https://www.linkedin.com/in/paolo-bautista-283953208/">Linkedin</a>
<a class="websites" id="website" href="https://paolobautista.myportfolio.com/">My Website</a>
<a class="websites" id="github" href="https://github.com/paolo-bautista">Github</a>
</ul>
</nav>
</footer>

Expand Down

0 comments on commit 81718b8

Please sign in to comment.