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

Leaves- Natalie Tapias #25

Open
wants to merge 7 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
42 changes: 42 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/about.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>✺ Natalie Tapias ✺ </title>
</head>

<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="hobby-blog.html">Extra-Curricular</a></li>
</ul>
</nav>
</header>

<h1>Natalie Tapias</h1>

<article class="about">
<h2>About</h2>

<p>Natalie Tapias (she/her) is a full stack web developer currently studying with <a href="https://adadevelopersacademy.org" target="_blank">Ada Developers Academy</a>. Starting in February, she will intern at an <a href="https://adadevelopersacademy.org/overview/" target="_blank">Ada partner company</a>. Prior lives include: bike racer, legal assistant, copyright law specialist, and ballerina. Natalie is passionate about building useful tools and object-oriented programming.</p>
</article>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://www.linkedin.com/in/nataliemtapias" target="_blank">linkedin</a></li>
<li><a href="https://github.com/NatalieTapias" target="_blank">github</a></li>
</ul>
</footer>
</body>
</html>
50 changes: 50 additions & 0 deletions hobby-blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/blog.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>✺ Natalie Tapias ✺ </title>
</head>

<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="hobby-blog.html">Extra-Curricular</a></li>
</ul>
</nav>
</header>


<div class="container">
<h1>Hobby Blog</h1>
<article>
<h2>Second Blog</h2>
<h3>9/29/2019</h3>
<p>This is my first blog post! Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius officia tempora facere deleniti! Illo eveniet, vero minus sunt vel, quia temporibus sequi ad quo vitae iure. Animi, soluta.</p>
</article>
<article>
<h2>First Blog</h2>
<h3>9/28/2019</h3>
<p>This is my first blog post! Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius officia tempora facere deleniti! Illo eveniet, vero minus sunt vel, quia temporibus sequi ad quo vitae iure. Animi, soluta.</p>
</article>
</div>

<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://www.linkedin.com/in/nataliemtapias" target="_blank">linkedin</a></li>
<li><a href="https://github.com/NatalieTapias" target="_blank">github</a></li>
</ul>
</footer>
</body>
</html>
Binary file added images/natalie.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>✺ Natalie Tapias ✺ </title>
</head>

<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="hobby-blog.html">Extra-Curricular</a></li>
</ul>
</nav>
</header>
<h1>Natalie Tapias</h1>

<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://www.linkedin.com/in/nataliemtapias" target="_blank">linkedin</a></li>
<li><a href="https://github.com/NatalieTapias" target="_blank">github</a></li>
</ul>
</footer>
</body>
</html>
63 changes: 63 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="stylesheets/portfolio.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monoton&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>✺ Natalie Tapias ✺ </title>
</head>

<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="hobby-blog.html">Extra-Curricular</a></li>
</ul>
</nav>
</header>


<div class="container">
<article class="overview">
<h2>Overview</h2>
<p>At Ada Developers Academy, I am learning the tools that will allow me to develop as a full stack web developer.</p>
<h2>Core Skills</h2>
<p>Ruby on Rails HTML, CSS, JavaScript & React, CS Fundamentals</p>
</article>

<section class="projects">
<h2>Projects</h2>
<article>
<h3>Solar System</h3>
<p><a href="https://github.com/NatalieTapias/solar-system" target="_blank">Solar System</a> is a CLI project that uses Ruby and applies principles of object-oriented porgramming.</p>
</article>

<article>
<h3>Ride Share</h3>
<p><a href="https://github.com/NatalieTapias/ride-share" target="_blank">RideShare</a> demonstrates skills working with nested arrays, nested hashes, and performing data transformations.</p>
</article>

<article>
<h3>Slack CLI</h3>
<p><a href="https://github.com/NatalieTapias/slack-cli" target="_blank">Slack CLI</a> is a first foray writing a CLI that interacts with Slack's API, making HTTP GET and POST requests.</p>
</article>
</section>
</div>

<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://www.linkedin.com/in/nataliemtapias" target="_blank">linkedin</a></li>
<li><a href="https://github.com/NatalieTapias" target="_blank">github</a></li>
</ul>
</footer>
</body>
</html>
32 changes: 32 additions & 0 deletions stylesheets/about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

h1 {
font-size: 3.5rem;
border-radius: 25%;
border-style: dotted;
border-width: .3rem;
border-color: #1c2c4d;
color: #f05348 ;
padding-top: 4rem;
padding-bottom: 20rem;
justify-content: center;
font-family: 'Monoton', cursive;
}

h2 {
text-align: center;
font-family: 'Monoton', cursive;
}

.about {
/* font-size: 3.5rem; */
border-radius: 25%;
border-style: dotted;
border-width: .3rem;
border-color: #1c2c4d;
color: #f05348 ;
padding-top: 4rem;
padding-bottom: 20rem;
justify-content: center;
font-family: 'Monoton', cursive;
width: 30rem;
}
31 changes: 31 additions & 0 deletions stylesheets/blog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

h3, h2{
justify-content: center;
font-family: 'Monoton', cursive;
}

h2 {
font-size: 2rem;
}
.container {
color: #f05348 ;
padding-top: 4rem;
padding-bottom: 20rem;
width: 30rem;
justify-content: center;
font-family: 'Monoton', cursive;
}

.overview, .projects {
border-radius: 25%;
border-style: dotted;
border-width: .3rem;
border-color: #1c2c4d;
color: #f05348 ;
padding-top: 4rem;
padding-bottom: 20rem;
width: 30rem;
justify-content: center;
font-family: 'Monoton', cursive;

}
Loading