Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raven martiny responsive #1150

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
354eefa
intail commit
Rmartiny Aug 14, 2023
dab6978
added section for nam and frist div
Rmartiny Aug 14, 2023
513d721
added to imgs
Rmartiny Aug 14, 2023
d2f6aa8
finished adding example photos and text
Rmartiny Aug 14, 2023
599ba55
linked css style sheet to html
Rmartiny Aug 14, 2023
5325542
added border boxes
Rmartiny Aug 14, 2023
682e98b
adjusted boxes
Rmartiny Aug 14, 2023
86bf1fa
added buttons to nav
Rmartiny Aug 14, 2023
5e525b0
added flexboc to header
Rmartiny Aug 14, 2023
1a6e376
added image button
Rmartiny Aug 14, 2023
b9d14d8
fixed url
Rmartiny Aug 14, 2023
2857cf7
changed background photo
Rmartiny Aug 14, 2023
ad71689
added footer styling
Rmartiny Aug 14, 2023
a228c3f
fixed style sheet link
Rmartiny Aug 14, 2023
d2d8fc8
attempt two to fix the style sheet link
Rmartiny Aug 14, 2023
6bb86f1
hid protfolie elements
Rmartiny Aug 14, 2023
d39c000
updated row div in css
Rmartiny Aug 14, 2023
8c2ab4c
changed photo sizing in row
Rmartiny Aug 14, 2023
eec6ade
teduce image sizing
Rmartiny Aug 14, 2023
b282aa9
change to flex flow
Rmartiny Aug 14, 2023
42b5f5f
fixed typo
Rmartiny Aug 14, 2023
7680254
added section
Rmartiny Aug 14, 2023
02cc0da
changed photos in row
Rmartiny Aug 14, 2023
19142fd
updated .row flexbox
Rmartiny Aug 14, 2023
a0e4531
updated html fpr rows and elemnts
Rmartiny Aug 14, 2023
805dade
added footer styling
Rmartiny Aug 14, 2023
cff24df
changed h1 font size
Rmartiny Aug 14, 2023
c8fbeef
styled buttons
Rmartiny Aug 14, 2023
84148f2
finished css styling
Rmartiny Aug 14, 2023
0a4f25c
first commiut
Rmartiny Aug 19, 2023
8ccb446
ajust main project button
Rmartiny Aug 19, 2023
82c4b6e
adjust css
Rmartiny Aug 19, 2023
74a7683
completed
Rmartiny Aug 19, 2023
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
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style/index.css"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header class="header">
<h1> Raven Moceri</h1>
<nav>
<div class="link">
<button><a href="index.html"> Home </a></button>
<button> <a href="about.html">About Me</a></button>
<button><a href="projects.html"> My Projects</a></button>
<button><a href="contact.html">Contact</a></button>
</div>
</nav>

</header>
<section class="name">
<div>
<h2> Raven Moceri</h2>
<a href="projects.html"></a><button>
Current projects </button>
</div>
</section>
<section>
<div class="row">
<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>
<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>
<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>

<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>
<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>
<div class="element">
<img src="https://picsum.photos/250" /><p> tech skills</p></div>
</div>
</section>




<footer>
<button><a href="contact.html">Contact</a></button>
</footer>

</body>
</html>
161 changes: 160 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,160 @@
/* Add CSS styling here */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


html{
font-size: 62.55;
}
body{
font-size: 1.6rem;
}

.header{
display: flex;
justify-content: space-between;
}
h1
{font-size: 4rem;}
.name{
display: flex;
justify-content: center;
align-items: center;
height: 50vh;
text-align: center;
background-image: url("https://picsum.photos/600/400");
background-size: cover;
background-repeat: no-repeat;
color: #fff;
}

/* .imagebutton{


color:white;
font-size:large;
width: 600px;
height: 400px;

} */
header,section{
padding:4% 0;

}

.row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;


}
.row div{
width:30%;
margin: 2% 0;;
}
.element{
text-align: center;
}

footer{
background-color: lightgrey;
padding: 20px;
text-align: center;

}
button{
background-color: #fff;
color: black;
border: black solid 1px;
padding: 5px 10px;
}
button:hover{
background-color: black;
color: #fff;
border: black solid 1px;

}
button a {
text-decoration: none;
color:inherit;
}

@media(max-width:800px){


}

@media(max-width:500px) {
.nav{
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.link{
display: flex;
flex-direction: column;
align-items: center;
}
.imagebutton{
width:40%;
margin: 1% 0;
}
.name{
width: 80;
margin: 0 auto;
}
.row div{
width:40%;
}



}