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
23 changes: 19 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,24 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>About</title>
</head>
<body>
<h1> ABOUT </h1>
</body>


<section class="Project">

<div class="Photos">
<div class="PhotoOne"><img src="https://images.unsplash.com/photo-1584697964190-7383cbee8277?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoTwo"><img src="https://images.unsplash.com/photo-1549737221-bef65e2604a6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60">/div>
<div class="PhotoThree"><img src="https://images.unsplash.com/photo-1565843248736-8c41e6db117b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoFour"><img src="https://images.unsplash.com/photo-1531206715517-5c0ba140b2b8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoFive"><img src="https://images.unsplash.com/photo-1530462943125-677cc511c87e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoSix"><img src="https://images.unsplash.com/photo-1513617859069-1d9583bc63a9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoSeven"><img src="https://images.unsplash.com/photo-1560785496-3c9d27877182?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
<div class="PhotoEight"><img src="https://images.unsplash.com/photo-1485546246426-74dc88dec4d9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60"></div>
</div>

</section>


</html>
16 changes: 11 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width= <h1> ABOUT </h1>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> CONTACT </h1>
</body>
<title>Contact</title>

<footer>
<div>
<h2> Like what you see?</h2>
</div>
<div>
<button type="Contact Me">Contact Me</button>
</div>
</footer>

</html>
Binary file added images/aaron-burden-6jYoil2GhVk-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/annie-spratt-4-4WPFLVhAY-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hal-gatewood-alntq-WvZZM-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jonathan-borba-Z1Oyw2snqn8-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/josh-applegate-p_KJvKVsH14-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kid.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 45 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,53 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title> Rich's portfolio</title>
<link rel="stylesheet" href="style/index.css">

</head>

<body>
<!-- main heading -->


<h1> Rich Mayor</h1>

<a href="projects.html">My Projects</a>

</body>

<!-- navigation-->
<section>
<nav>
<div class="Navigation"></div>
<a href="projects.html">My Projects</a>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</section>

<!-- first photo goes here, upper left, first column-->


<div>
<section class="About">
<div>
<h2>Rich Mayor</h2>
</div>

<div>
<button type="#Projects">My Projects</button>
</div>

<div>
<p> Here are some words about me and my journey in coding so far. These words are here.</p>
</div>
</section>
</div>

<!-- introduction-->

</body>

</html>
49 changes: 48 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
/* Add CSS styling here */
/* Add CSS styling here */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

*{
box-sizing:border-box;
}

body{
line-height: 1.5;
}

section{
padding: 4% 0;

}

/* header section styles */


/* about section styles */


footer{
background-color:grey;
text-align:center;
width: 50%;
height: 20%;
}