-
Notifications
You must be signed in to change notification settings - Fork 954
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
Sharks - Philomena Kelly #29
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>my cool portfolio</title> | ||
<!-- Link to Style Sheet --> | ||
<link href="/styles/main-style.css" rel="stylesheet" /> | ||
<link href="/styles/about-me-style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<body> | ||
<header> | ||
<nav> | ||
|
||
<a href="about.html">about me</a> | ||
<a href="portfolio.html">portfolio</a> | ||
<a href="index.html">home</a> | ||
|
||
</nav> | ||
</header> | ||
<main> | ||
<section class="name_container"> | ||
<img src="/images/its-me.jpg" alt="cute picture of me holding plants" class="about_me_image"> | ||
|
||
<div id="about_me_box"><p>Means, loosely, 25% 75%. Except that those percentage values are much more firm than fractional units are. For example, if you added padding to those percentage-based columns, now you’ve broken 100% width (assuming a content-box box model). Fractional units also much more friendly in combination with other units, as you can imagine:</p></div> | ||
</section> | ||
|
||
</main> | ||
<footer><div class="bottom">(c) philomena</div></footer> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Careful with using Instead, let's use a |
||
</body> | ||
|
||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>my cool portfolio</title> | ||
<!-- Link to Style Sheet --> | ||
<link href="/styles/main-style.css" rel="stylesheet" /> | ||
<link href="/styles/index-style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|
||
<body> | ||
<header> | ||
<nav> | ||
|
||
<a href="about.html">about me</a> | ||
<a href="portfolio.html">portfolio</a> | ||
<a href="index.html">home</a> | ||
|
||
</nav> | ||
</header> | ||
<main> | ||
<section class="name_container"> | ||
<div id="name_text"><h1>Philomena <br>Kelly</h1><i>Fullstack Software Development Student</i></div> | ||
<div id="links"><a href="https://github.com/Philomena-Kelly">github</a> | ||
<br> | ||
</div> | ||
Comment on lines
+24
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's get rid of these surrounding There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and let's get rid of |
||
</section> | ||
|
||
</main> | ||
<footer><div class="bottom">(c) philomena</div></footer> | ||
</body> | ||
|
||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<meta charset="UTF-8"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 no validation errors! |
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>my cool portfolio</title> | ||
<!-- Link to Style Sheet --> | ||
<link href="/styles/main-style.css" rel="stylesheet" /> | ||
<link href="/styles/portfolio-style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
|
||
<body> | ||
<header> | ||
<nav> | ||
|
||
<a href="about.html">about me</a> | ||
<a href="portfolio.html">portfolio</a> | ||
<a href="index.html">home</a> | ||
|
||
</nav> <h1>my workio</h1> | ||
</header> | ||
<main> | ||
<div id="container"> | ||
|
||
|
||
<div class="project"><h1>project</h1></div> | ||
<div class="project"><h1>project</h1></div> | ||
<div class="project"><h1>project</h1></div> | ||
|
||
|
||
</div> | ||
Comment on lines
+23
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's make the Also there should only ever be one |
||
|
||
</main> | ||
<footer>(c) philomena</footer> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops, you are missing your styling class like the other pages |
||
</body> | ||
|
||
</html> |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,28 @@ | ||||||
|
||||||
.name_container { | ||||||
display: grid; | ||||||
width: 700px; | ||||||
grid-template-columns: 1fr 1fr 1fr 1fr; | ||||||
grid-template-rows: 1fr 1fr 1fr ; | ||||||
text-align: center; | ||||||
margin: auto; | ||||||
height: 100%; | ||||||
} | ||||||
|
||||||
.about_me_image { | ||||||
height: 200px; | ||||||
border-radius: 100%; | ||||||
padding: 8px; | ||||||
border: 3px solid white; | ||||||
object-fit: cover; | ||||||
/* object-position: 0% 10%; */ | ||||||
/* filter: hue-rotate(300deg); */ | ||||||
Comment on lines
+18
to
+19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
grid-column: 1 / 2; | ||||||
grid-row: 1 / 34; | ||||||
} | ||||||
|
||||||
#about_me_box { | ||||||
grid-column: 2 / 5; | ||||||
grid-row: 1 / 3; | ||||||
padding: 25px; | ||||||
} |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,67 @@ | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
/* #hello { | ||||||||||||||||||||||||||||||||||
background-color: lightpink; | ||||||||||||||||||||||||||||||||||
top: 25%; | ||||||||||||||||||||||||||||||||||
left: 0px; | ||||||||||||||||||||||||||||||||||
position: absolute; | ||||||||||||||||||||||||||||||||||
height: 50%; | ||||||||||||||||||||||||||||||||||
width: 100%; | ||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||
} */ | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
Comment on lines
+1
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
.name_container { | ||||||||||||||||||||||||||||||||||
display: grid; | ||||||||||||||||||||||||||||||||||
width: 700px; | ||||||||||||||||||||||||||||||||||
/* background: grey; */ | ||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
grid-template-columns: 1fr 1fr 1fr 1fr; | ||||||||||||||||||||||||||||||||||
grid-template-rows: 1fr 1fr 1fr ; | ||||||||||||||||||||||||||||||||||
text-align: center; | ||||||||||||||||||||||||||||||||||
margin: auto; | ||||||||||||||||||||||||||||||||||
height: 100%; | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
#name_text { | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
/* background-color: yellow; */ | ||||||||||||||||||||||||||||||||||
Comment on lines
+25
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
grid-column: 1 / 4; | ||||||||||||||||||||||||||||||||||
grid-row: 1 / 4; | ||||||||||||||||||||||||||||||||||
text-align: left; | ||||||||||||||||||||||||||||||||||
padding: 10px; | ||||||||||||||||||||||||||||||||||
color: white; | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
#name_text h1 { | ||||||||||||||||||||||||||||||||||
line-height: 80%; | ||||||||||||||||||||||||||||||||||
font-size: 50pt; | ||||||||||||||||||||||||||||||||||
font-weight: lighter; | ||||||||||||||||||||||||||||||||||
margin: 0px; | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
#links { | ||||||||||||||||||||||||||||||||||
grid-row: 1/4; | ||||||||||||||||||||||||||||||||||
grid-column: 3/4; | ||||||||||||||||||||||||||||||||||
text-align: right; | ||||||||||||||||||||||||||||||||||
color: white; | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
i { | ||||||||||||||||||||||||||||||||||
margin-left: 25px; | ||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
/* nav { | ||||||||||||||||||||||||||||||||||
text-align: right; | ||||||||||||||||||||||||||||||||||
background: none; | ||||||||||||||||||||||||||||||||||
padding: none; | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
nav a { | ||||||||||||||||||||||||||||||||||
text-decoration: none; | ||||||||||||||||||||||||||||||||||
font-size: 20pt; | ||||||||||||||||||||||||||||||||||
font-weight: lighter; | ||||||||||||||||||||||||||||||||||
background: white; | ||||||||||||||||||||||||||||||||||
padding-left: 20px; | ||||||||||||||||||||||||||||||||||
line-height: 125%; | ||||||||||||||||||||||||||||||||||
color: black; | ||||||||||||||||||||||||||||||||||
} */ | ||||||||||||||||||||||||||||||||||
Comment on lines
+52
to
+67
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
body { | ||
background: linear-gradient(to bottom, #FFCADD, white 190%) no-repeat fixed; | ||
padding: none; | ||
text-align: center; | ||
font-family: Helvetica; | ||
font-weight: lighter; | ||
font-size: 14pt; | ||
margin: auto; | ||
display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 150px 2fr 20px; | ||
width: 100vw; | ||
height: 100vh; | ||
color: white; | ||
} | ||
|
||
main{ | ||
grid-row: 2 / 3; | ||
} | ||
header { | ||
grid-row: 1 / 2; | ||
} | ||
|
||
nav { | ||
text-align: left; | ||
margin: 5px; | ||
margin-left: 0px; | ||
|
||
} | ||
|
||
nav a { | ||
font-size: 20pt; | ||
text-decoration: none; | ||
color: #FFCADD; | ||
letter-spacing: .1em; | ||
background-color: white; | ||
padding: 5px; | ||
} | ||
|
||
footer { | ||
text-align: right; | ||
grid-row: 3/4; | ||
padding-right: 10px; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#container { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content:center; | ||
align-items: center; | ||
width: 80%; | ||
margin: auto; | ||
} | ||
|
||
|
||
|
||
.project { | ||
width: 250px; | ||
height: 250px; | ||
background-color: #f49cbb; | ||
margin: 10px; | ||
padding: 20px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 no validation errors!