Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
body {
background-color:silver;
}

.header {
widows:100%;
height:200px;
display:block;
background-color:#b30000;
}

.header h1 {
font-size:60px;
padding:10px;
}

.pfp {
height:400px;
width:400px;
margin:40px;
border:1px solid black;
}

.pfp {
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}

.pfp img {
width:400px;
height:400;
}

.container2 .item {
height:200px;
width:200px;
margin:40px;
border:1px solid black;
}

.container3 .item {
height:200px;
width:200px;
margin:40px;
border:1px solid black;
}

.container2 {
display:flex;
flex-flow:row wrap;
justify-content:space-around;

}

.container3 {
display:flex;
flex-flow:row wrap;
justify-content:space-around;

}

.footer {
width:100%;
height:200px;
display:block;
background-color:#b30000;
}

.footer h2 {
text-align:center;
}

.footer p {
text-align:center;
}

.item img {
width:200px;
height:200px;
object-fit:cover;
}

h2 {
text-align:center;
}

.description {
text-align:center;
}

.descriptionbutton {
text-align:center;
}

@media all and (max-width:650px)
{

main {
flex-direction:column;
}

}

@media all and (max-width:370px)
{
header {
text-align:center;
}

nav {
display:flex;
flex-direction;
}
}
43 changes: 41 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,48 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Sheldon Cook's Portfolio</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>

<nav>
<div class="header">
<h1>Sheldon Cook</h1>
<a href="http://127.0.0.1:5500/index.html">Home</button>
<a href="http://127.0.0.1:5500/about.html">About</a>
<a href="http://127.0.0.1:5500/contact.html">Contact</a>
<a href="http://127.0.0.1:5500/projects.html">Projects</a>
</div>
</nav>
<main>
<div class="container1">
<div class="pfp"><img src="https://scontent-den4-1.xx.fbcdn.net/v/t1.0-9/68352303_10211677642456035_6915443730824560640_n.jpg?_nc_cat=108&_nc_sid=09cbfe&_nc_ohc=CrH7R7U6oZAAX_mZTix&_nc_ht=scontent-den4-1.xx&oh=1010c68d0657cd2236f12f8e32b5811e&oe=5FA3CB1B"></div>
</div>
<h2>Sheldon Cook</h2>
<div class="descriptionbutton">
<a href="http://127.0.0.1:5500/projects.html">My Projects</a>
</div>
<div class="description">
<p>I'm only a novice when it comes to coding, and I still have much to learn. <br />But I'm very ambitious and hard-working. I have devloped a passion for this, and I am ready to prove myself!</p>
</div>
<div class="container2">
<div class="item"><img src="https://wp-media.petersons.com/blog/wp-content/uploads/2017/12/10124335/glenn-carstens-peters-203007-unsplash.jpg"></div>
<div class="item"><img src="https://lh3.googleusercontent.com/proxy/LeyE88rA2ZpjhFnE2VnuO5ZeuQDWVBdhcIE8SIG6XeL96zQOYRlNgDnuCTVIWz2Mdi62zs2Me68Usssprt9NmS3Vnd0nhipPhAIMtzEFwnwFdmBh2g0t_TkwQ1w7gIeosw"></div>
<div class="item"><img src="https://lh3.googleusercontent.com/proxy/uOWWIiLqivkP4PSt7DqGhRmIFAOSjRPaOEFfPQCJf7sRGhLViVmB-MQD3D9OL9FlmKMdRZPPFm4Dldk8DOqsPZzXJyCpqr0Frqh-Hd4NVGYSMVlQwLEmS-E"></div>
<div class="item"><img src="https://s30776.pcdn.co/wp-content/uploads/2020/04/AdobeStock_305233591.jpeg"></div>
</div>
<div class="container3">
<div class="item"><img src="https://s1.ticketm.net/dam/a/38e/5cf6e91a-098e-47c9-aded-e0185de0a38e_1325561_TABLET_LANDSCAPE_LARGE_16_9.jpg"></div>
<div class="item"><img src="https://thecinemabliss.files.wordpress.com/2015/03/whiplash.png"></div>
<div class="item"><img src="https://imageproxy.themaven.net//https%3A%2F%2Fwww.biography.com%2F.image%2FMTQ5MzYwMTEzMjg1NjA0OTEx%2Fgettyimages-543705980_migos.jpg"></div>
<div class="item"><img src="https://cdn.animenewsnetwork.com/hotlink/thumbnails/max650x650/cms/news.3/160732/tatami.jpeg"></div>
</div>
</main>
<footer>
</body>
<div class="footer">
<h2>Like what you see?</h2>
<p><a href="http://127.0.0.1:5500/contact.html">Contact Me</a></p>
</div>
</footer>
</html>
1 change: 0 additions & 1 deletion style/index.css

This file was deleted.

1 change: 1 addition & 0 deletions web-Sprint-Challenge-User-Interface-and-Git
Submodule web-Sprint-Challenge-User-Interface-and-Git added at f6891c