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
90 changes: 43 additions & 47 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>




<link rel="stylesheet" href="css/style.css" />
</head>

<body>
Expand All @@ -21,65 +16,66 @@
<header id="header">
<div class="name"> Jennifer Vega </div>
<nav class="headnav">
<button class="button"> <a href="index.html">Home
</a>
<a href="about.html">
<button class="button">About
</a>
<a href="projects.html">
<button class="button">Projects
<button class="button" onclick> <a href="index.html">Home
</a>
<a href="contact.html">
<button class="button">Contact
</a></nav>

<button class="button" onclick><a href="about.html">About
</a>

<button class="button" onclick><a href="projects.html">Projects
</a>

<button class="button" onclick><a href="contact.html">Contact
</a></nav>
</header>

<center>
<section class="name-project">
<div class="my-name">
Jennifer<br>
Vega<br>
<button><a href="projects.html"> My Projects </a> </button>
<button onclick><a href="projects.html"> My Projects </a> </button>
</section>
</center>

<section id="images-1-3">
<div id="images">
<section id="images-1-3">

<figure class="image1">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption1"> This is a project of mine.</figcaption>
</figure>
<figure class="image1">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption1">This is a project of mine.</figcaption>
</figure>

<figure class="image2">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption2"> This is another project I've done. </figcaption>
</figure>
<figure class="image2">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption2"> This is another project I've done. </figcaption>
</figure>

<figure class="image3">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption3"> Here is a third project.<figcaption>
</figure>
<figure class="image3">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption3"> Here is a third project.<figcaption>
</figure>

</section>

<section id="images-4-6">
</section>

<figure class="image4">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption4"> This is the fourth project I worked on. </figcaption>
</figure>
<section id="images-4-6">

<figure class="image5">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption5"> This one is fifth. </figcaption>
</figure>
<figure class="image4">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption4"> This is the fourth project I worked on. </figcaption>
</figure>

<figure class="image6">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption6"> Here is my most recent project. </figcaption>
</figure>
<figure class="image5">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption5"> This one is fifth. </figcaption>
</figure>

</section>
<figure class="image6">
<img class="image" src="https://picsum.photos/300/200">
<figcaption class="caption6"> Here is my most recent project. </figcaption>
</figure>

</section>
</div>
<footer>
<p class="foot">Like what you see? </p> <button> <a href="https://github.com/jennIguess"> Contact me!</a></button>
<p class="foot">Like what you see? </p> <button onclick> <a href="https://www.instagram.com/seabassjenn/"> Contact me!</a></button>
68 changes: 56 additions & 12 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
License: none (public domain)
*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
Expand Down Expand Up @@ -128,34 +133,39 @@ table {
border-spacing: 0;
}

html {
font-size: 62.5%;
}

body {
color: maroon;
background-color: papayawhip;
}

#header {
padding: 20px;
padding: 20px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-right: 30px;
margin-left: 30px;
}

.name {
color: teal;
font-size: 50px;
font-size: 5rem;
text-transform: uppercase;
}

.button {
height: 40px;
width: 150px;
height: 80%;
width: auto;
}

button {
height: 40px;
width: 200px;
font-size: 30px;
height: 15%;
width: auto;
font-size: 3rem;
}

a:hover {
Expand All @@ -180,13 +190,13 @@ a:active {
flex-direction: column;
justify-content: center;
align-items: center;
height: 400px;
width: 80%;
height: auto;
}

.my-name {
color: papayawhip;
font-size: 100px;
font-size: 10rem;
text-transform: uppercase;
}

Expand All @@ -212,7 +222,7 @@ a:active {

figcaption {
text-align: center;
font-size: 20px;
font-size: 2rem;
font-color: maroon;
}

Expand All @@ -223,10 +233,44 @@ img {
footer {
color: papayawhip;
background-color: maroon;
font-size: 30px;
font-size: 3rem;
text-align: center;
padding: 15px;
}
.foot {
margin-bottom: 15px;
margin-bottom: 20px;
}

@media (max-width: 800px) {
#header {
text-align: center;
flex-direction: column;
}
#images-1-3,
#images-4-6,
figcaptions {
display: flex;
flex-direction: column;
width: 100%;
}

#images {
display: flex;
}
}

@media (max-width: 500px) {
.button {
font-size: 2rem;
}

.my-name {
font-size: 8rem;
}
#images {
display: flex;
flex-direction: column;
.my-name {
}
}
}