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
69 changes: 69 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
head {
border:purple solid;
padding: 1%;
content="width=device-width, initial-scale=1"
}
header{
border:grey solid;
background:grey;

}
nav{
border:grey solid;
background:grey;
padding: 2%;
}
#imageone {
float: left;
display:flex;
flex-direction: column ;
align-items: center;
padding: 3%;
width: 25rem;
}
.firstdiv {
width: 100%;
overflow: hidden;
}
h1{
text-align:center;

}
p{
text-align: center;


}
.button{
align-content: center;
margin: auto;
justify-content: space-evenly;
padding: 1%;

}

.content {
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-flow: wrap;
padding:1%;
border: blue solid;

}

.contenttwo{
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-flow: wrap;
padding: 1%;
border: blue solid;

}

footer{
text-align: center;
border:grey solid;
background: grey;
}
34 changes: 33 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href= "index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<header>Laiken</header>
<nav>
<a href="home">Home</a>
<a href= "projects.html">Projects</a>
<a href= "about.html" > About</a>
<a href= "contact.html">Contact</a>
</nav>
</head>
<body>

<div class= "firstdiv">
<img id= "imageone" src= "https://i.picsum.photos/id/699/200/200.jpg?hmac=ueGvLUyOnWJ67372C4BTRRWlSCkroP0AtC9mSrj1Cis">
<h1> Laiken </h1>
<button type="projects.html">My Projects</button>
<p>This is my first experience with coding. Trying to build a career and then a better life.</p>
</div class = "fistdiv">
<br>
<div class="content">
<img src= "https://i.picsum.photos/id/383/200/200.jpg?hmac=rXabQJHkUdhkZ467kU2O2mFC-ZufkuYob-xSiZEbNWc">
<img src= "https://i.picsum.photos/id/783/200/200.jpg?hmac=xd2H7xsUnYmNs2Tf6ne9m1bWpTcIsiiQ93D1SCdOvIY">
<img src= "https://i.picsum.photos/id/590/200/200.jpg?hmac=Z5g54UWkuML96A-q7x7wX6LDuVGFdHQrEYEsU2CIM1U">
<img src= "https://i.picsum.photos/id/132/200/200.jpg?hmac=meVrCoOURNB7iKK3Mv-yuRrvxvXgv4h2vIRLM4sKwK4">
</div class="content">
<div class= "contenttwo">
<img src= "https://i.picsum.photos/id/213/200/200.jpg?hmac=Jzh2fbzIE1nc6J8qLi_ljVCRz0AITXxCC1Z8t2sD4jU">
<img src= "https://i.picsum.photos/id/1023/200/200.jpg?hmac=MtNMS39i8o8sE6PiXNwABDxNtK4niBxaZWoX5KY3cyg">
<img src= "https://i.picsum.photos/id/471/200/200.jpg?hmac=LEJyaxVwJ-Df2QN6POR3mvD0nKLbC6GIntpAUjTR3gM">
<img src= "https://i.picsum.photos/id/497/200/200.jpg?hmac=pD3JCR-6DQCB69-sRAmzUn-m8I5V-ugaHUuCKh9gAFU">
</div class= "contenttwo">
</body>
<br>
<footer>
<h2>Like what you see?</h2>
<button type="button">Contact Me!</button>
</footer>

</html>
11 changes: 10 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/* Add CSS styling here */
head {border:purple solid;
padding: 1%;}
#imageone {float: left;
align-items: center;
}
.content {display: flex;
flex-direction: row;
justify-content: space-evenly;
}
h1{color: aqua;}