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

Sockets - Kate #26

Open
wants to merge 1 commit 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
30 changes: 30 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<title>kate nichols</title>
</head>
<body>
<nav>
<ul class="nav-container">
<li id="home"><a href="index.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="code"><a href="portfolio.html">Code</a></li>
<li id="vegetable show"><a href="blog.html">Vegetable Show</a></li>
</ul>
</nav>
<section class="intro">
<a href="http://tinypic.com?ref=2qans50" target="_blank"><img src="http://i63.tinypic.com/2qans50.jpg" border="0" alt="photo of Kate Nichols"></a>
<h3>Kate Nichols</h3>
<p>She/Her</p>
</section>

<section class="about">
<p> Kate is from Richmond, Texas. She spent the past several years teaching elementary school. Her favorite things to teach are art and special education. She's currently a student at Ada Developers Academy, training to be a full stack developer. Kate hopes to one day work in ed tech. She also enjoys playing music and making art projects with friends.</p>
<a href="http://tinypic.com?ref=15ceolv" target="_blank"><img src="http://i68.tinypic.com/15ceolv.jpg" border="0" alt="Kate and a friend playing music"></a>
</section>
</body>
</html>
28 changes: 28 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<title>portfolio</title>
</head>
<body>
<nav>
<ul class="nav-container">
<li id="home"><a href="index.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="portfolio"><a href="portfolio.html">Portfolio</a></li>
<li id="blog"><a href="blog.html">Vegetable Show</a></li>
</ul>
</nav>
<header class="portfolio-header">
<h1>Low 'n Slow Vegetable Show</h1>
<h3>veggie recipes for the slow cooker</h3>
</header>
<main>

</div>
</main>
</body>
</html>
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<title>kate nichols</title>
</head>
<body>
<nav>
<ul class="nav-container">
<li id="home"><a href="index.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="code"><a href="portfolio.html">Code</a></li>
<li id="blog"><a href="blog.html">Vegetable Show</a></li>
</ul>
</nav>
<header>
<div class="bgimg-1">
<div class="intro">
<h1>Welcome to kate.info</h1>
<h2>Hello!</h2>
</div>
</footer>
</body>
</html>
Empty file added normalize.css
Empty file.
28 changes: 28 additions & 0 deletions portfolio.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
h1 {
background-color: rgb(230, 150, 150);
padding: 20px;
}

.about-text p {
color: black;
}

#blog-entry {
padding-bottom: 30px;
}

.portfolio-content p {
padding: 2px;
padding-top: 10px;
color: forestgreen;
background: rgb(189, 185, 185);
padding-bottom: 20px;
text-shadow: 1px 1px 2px white ;
}

.portfolio-header {
margin: 10px 50px;
text-align: left;
background-color: rgb(230, 150, 150);
padding: 5px;
}
21 changes: 21 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<title>kate nichols</title>
</head>
<body>
<nav>
<ul class="nav-container">
<li id="home"><a href="index.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="code"><a href="portfolio.html">Code</a></li>
<li id="blog"><a href="blog.html">Vegetable Show</a></li>
</ul>
</nav>
<header class="portfolio-header">
<h1>Code</h1>
<h3>please visit my github for current work</h3>
107 changes: 107 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
* {
box-sizing: border-box;
}

body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
color: blue
height: 100%;
line-height: 2;
}

ul {
list-style-type: none;
}

section {
border-bottom: 1px solid turquoise
}

a {
text-decoration: none;
color: turquoise;
}

.nav-container {
width: 100%;
display: flex;
font-weight: bold;
font-size: 10pt;
padding: 20px 20px 20px 20px;
position: fixed;
top: 0;
overflow: hidden;
background-color: rgb(30, 2, 56);
margin-top: 0;
z-index: 10;
border-bottom: 2px solid transparent;
}

#home {
flex: 1;
}

#portfolio, #about, #blog {
flex: 1;
text-align: center;
text-decoration: none;
/*padding-center: 2px;*/
}

header {
display: flex;
flex-direction: column;
height: 500px;
color: blue;
}

header h1 {
background-color: plum;
padding: 10px;
border-radius: 10px;
display: table;
margin: 10px auto;
line-height: 1.2;
letter-spacing: .15em;
}

.portfolio-header {
display: flex;
margin-top: 100px;
flex-direction: row;
border-bottom: black;
height: 100px;
}

.portfolio-header h1 {
justify-content: space-between;
background-color: teal;
border-left: teal;
}

.intro {
padding-top: 50px;
font-size: 1.5em;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}

.intro h2 {
font-size: 20pt;
padding-top: 50px;
}

footer {
width: 100%;
min-height: 20px;
margin: 20px auto;
padding: 20px 20px 20px 20px;
text-align: center;
}