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

Sierra Pine #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
114 changes: 113 additions & 1 deletion pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,120 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="style3.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;400&family=Montserrat:wght@100;600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c92ecec3b5.js" crossorigin="anonymous"></script>

</head>
<body>
<header>
<nav>
<a href="index.html"><h3>home</h3></a>
</nav>
<nav>
<a href="portfolio.html"><h3>portfolio</h3></a>
</nav>

<ul>
<li><a href="https://github.com/heysierra/" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/sierra-parsons-1320a21a1" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a></li>
<li><a href = "mailto: [email protected]" target="_blank" rel="noopener noreferrer"><i class="fas fa-at"></i></a></li>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<li><a href = "mailto: [email protected]" target="_blank" rel="noopener noreferrer"><i class="fas fa-at"></i></a></li>
<li><a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer"><i class="fas fa-at"></i></a></li>

</ul>
</header>

<article>

<h1>sierra.</h1>

</article>
<section>

<div>
<h2>about me</h2>
<p>
Current Cohort 16 student at Ada Developer's Academy. Future software developer. Forever passionate about serving K-12 scholars in southeast Seattle through transformative education, restorative justice, and intergenerational social action.
</p>
</div>

</section>
<footer>
<h4>2021</h4>
</footer>


</body>
</html>

</html>












<!--


<!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>
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;400&family=Montserrat:wght@100;600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c92ecec3b5.js" crossorigin="anonymous"></script>

</head>
<body>
<header>
<div>
<a href="home.html"><p>home</p></a>
</div>



<div>
<a href="portfolio.html"><p>portfolio</p></a>
</div>
<ul>
<li><a href="https://github.com/heysierra/"><i class="fab fa-github"></i></a></li>
<li><a href="linkedin.com/in/sierra-parsons-1320a21a1"><i class="fab fa-linkedin"></i></a></li>
<li><a href = "mailto: [email protected]"><i class="fas fa-at"></i></a></li>
</ul>
</header>

<article>
<h1>
<a href="index.html">sierra.</a>
</h1>
</article>
<section>
<div>
<h2>about me</h2>
</div>
<div>
<p>
Current Cohort 16 student at Ada Developer's Academy. Future software developer. Forever passionate about serving K-12 scholars in southeast Seattle through transformative education, restorative justice, and intergenerational social action.
</p>
</div>

</section>
<footer>
<h4>2020</h4>
</footer>


</body>

</html> -->
32 changes: 31 additions & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,38 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="style2.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;400&family=Montserrat:wght@100;600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c92ecec3b5.js" crossorigin="anonymous"></script>

</head>
<body>
<header>
<ul>
<li><a href="https://github.com/heysierra/" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/sierra-parsons-1320a21a1" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a></li>
<li><a href = "mailto: [email protected]" target="_blank" rel="noopener noreferrer"><i class="fas fa-at"></i></a></li>
</ul>
</header>

<article>
<h1>sierra parsons</h1>
</article>
<section>
<div>
<a href="about.html">about</a>
</div>
<div>
<a href="portfolio.html">portfolio</a>
</div>
</section>
<footer>
<h4>2021</h4>
</footer>


</body>
</html>

</html>
55 changes: 55 additions & 0 deletions pages/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,63 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="style3.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;400&family=Montserrat:wght@100;600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/c92ecec3b5.js" crossorigin="anonymous"></script>
</head>

<body>
<header>
<nav>
<a href="index.html"><h3>home</h3></a>
</nav>
<nav>
<a href="about.html"><h3>about</h3></a>
</nav>

<ul>

<li><a href="https://github.com/heysierra/" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/sierra-parsons-1320a21a1" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a></li>
<li><a href = "mailto: [email protected]" target="_blank" rel="noopener noreferrer"><i class="fas fa-at"></i></a></li>

</ul>
</header>

<article>
<h1>portfolio.</h1>
</article>
<section>

<div class = "grid-3-columns">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This div is not closed


<div>
<a href="https://github.com/heysierra/retro-video-store" target="_blank" rel="noopener noreferrer">video store</a>
<p>
An API to handle the backend of a retro video store using Flask and SQLAlchemy.
</p>
</div>
<div>
<a href="https://github.com/heysierra/task-list-api" target="_blank" rel="noopener noreferrer">task list</a>
<p>
A web API to create, read, update, and delete tasks in Slack.
</p>
</div>
<div>
<a href="https://github.com/heysierra/swap-meet" target="_blank" rel="noopener noreferrer">swap meet</a>
<p>
Backend logic for an app where vendors can swap items between different inventories.
</p>
</div>

</section>
<footer>
<h4>2021</h4>
</footer>


</body>

</html>
107 changes: 107 additions & 0 deletions pages/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) , url(https://uploads-ssl.webflow.com/6095faf01c4548593c813be6/6171eab7216b6c5ad2341c2d_3AC7825E-21BA-480C-8809-7F1554B229DD.PNG);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

header {
color: white;
margin: 30px 20px 100px 150px;
}

article {
color: white;
margin-left: 150px;
}

section {
display: flex;
color: white;
margin-right: 400px;
margin-left: 150px;


}

footer {
display: flex;
color: white;
margin: 325px 500px 0px 150px;
}


ul {
margin: 0;
padding: 0;
list-style-type: none;
}

li {
display:inline-block;

}

div {
display: inline-block;
width: 75px;

}

a {
display:inline-block;
color: white;
text-align: justify;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 100;
word-spacing: 1px;
text-decoration: none;
}

a:hover {
color: #587e76;
}

i {
font-size:20px;
color:white;
padding:.25em;
}

i:hover {
color: #587e76;
}

h1 {
color: white;
text-align: justify;
font-family: 'Barlow Condensed', sans-serif;
font-size: 75px;
font-weight: 400;
margin-bottom: 20px;
}
h2 {
color: white;
font-size:24px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
p {
color: white;
text-align: justify;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 100;
word-spacing: 1px;
}

h4 {
color: white;
text-align: justify;
font-size: 12px;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 100;

}
Loading