Skip to content
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
79 changes: 79 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet" />
<link href="styles/general_styles.css" rel="stylesheet" />
<link href="styles/about.css" rel="stylesheet"/>
<title>About Canaan</title>
</head>
<body>
<header>
<ul class="header">
<li>
<h1><a href="./index.html">\canaan\</a></h1>
</li>
<li>
<h1><a href="./about.html">about\</a></h1>
</li>
</ul>
<p id="tagline">
...why'd my momma name me that and other questions I can answer
</p>
<nav>
<ul>
<li>
<a href="./index.html">home</a>
</li>
<li>
<a href="./portfolio.html">portfolio</a>
</li>
<li>
<a href="./about.html">about</a>
</li>
</ul>
</nav>
</header>

<main>
<img class="background" src="./pics/utah_edit.png" alt="utah"/>
<section class="articles">
<section class="say_this">
<h1>Canaan West</h1>
<article class="vision">
<h2>Vision</h2>
<p>
20/20 but deteriorating
</p>
</article>
<article class="passion">
<h2>Passion</h2>
<p>
fruit
</p>

</article>
<article class="purpose">
<h2>Purpose</h2>
<p>
-lessness
</p>
</article>
</section>
</section>
</main>
<footer>
<nav>
<ul>
<li>
<a href="about.html">back to the top</a>
</li>
<li>
<a href="./poetry.html">her:water</a>
</li>
</ul>
</nav>

</footer>
</body>
</html>
60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet" />
<link href="styles/general_styles.css" rel="stylesheet" />
<link href="styles/index.css" rel="stylesheet"/>
<title>Canaan</title>
</head>
<body>
<header>
<ul class="header">
<li>
<h1><a href="./index.html">\canaan\</a></h1>
</li>
</ul>
<p id="tagline">

</p>
<nav>
<ul>
<li>
<a href="./index.html">home</a>
</li>
<li>
<a href="./portfolio.html">portfolio</a>
</li>
<li>
<a href="./about.html">about</a>
</li>
</ul>
</nav>
</header>

<main>
<section class="intro">
<section id="profile_img">
<img src="pics/hammock.jpg" alt="me!"/>
</section>
<article>
<h1><a href="./portfolio.html">I eat code for breakfast.</a></h1>
</article>
</section>

</main>
<footer>
<nav>
<ul>
<li>
<a href="index.html">back to the top</a>
</li>
<li>
<a href="./poetry.html">her:water</a>
</li>
</ul>
</nav>

</footer>
</body>
</html>
Binary file added pics/background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/dirty_hands.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/hammock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/hotel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/meowspace.27.30 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/portfolio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/utah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pics/utah_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions poetry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html>
<head>
<link href="styles/normalize.css" rel="stylesheet" />
<link href="styles/general_styles.css" rel="stylesheet" />
<link href="styles/poetry.css" rel="stylesheet"/>
<meta charset="utf-8">
<title>Poetry</title>
</head>
<body>
<header>
<ul class="header">
<li>
<h1><a href="./index.html">\canaan\</a></h1>
</li>
<li>
<h1><a href="./poetry.html">poetry\</a></h1>
</li>
</ul>
<p id="tagline">
...why'd my momma name me that and other questions I can answer
</p>
<nav>
<ul>
<li>
<a href="./index.html">home</a>
</li>
<li>
<a href="./portfolio.html">portfolio</a>
</li>
<li>
<a href="./about.html">about</a>
</li>
</ul>
</nav>
</header>

<main>
<h1>her:water</h1>
<section class="poetry">
<article id="her-water">
<h2>her water</h2>
<p>
Held her <br>
Chased the desert from her lips<br>
Chased her<br>
</p>
</article>

<article id="light">
<h2> for: Softness </h2>
<p>
For softness<br>
I set myself aside and pressed<br>
Your head to my chest.<br>
Listen to me breathe:<br>
I swallow up barren gardens<br>
And my pulses lose their synchrony.<br><br>
You plant more flowers in protest.<br><br>
Can you just set down your spectacles?<br>
Let your god-given eyes do their work<br>
without the scrutiny of the dead<br>
hanging in the air around you?<br>
Let the light bend itself<br>
with the force of your breathing.<br>
Let the light bounce.<br>
Let it bend itself.<br>
</p>

</article>

<article id="swamp">
<h2>dancing</h2>
<p>you called for me<br>
and I called you Love in a new tongue,<br>
your name encircling me waist deep:<br>
as alive as <br>
water in the bayou<br>
stand closer to me and I will<br>
teach you my feet,<br>
in the traditions of my mothers<br>
whisper swamp songs to you,<br>
the sun at our backs.<br>
</p>

</article>

</section>
</main>


<footer>
<nav>
<ul>
<li>
<a href="poetry.html">back to the top</a>
</li>
<li>
<a href="./poetry.html">her:water</a>
</li>
</ul>
</nav>
</footer>
</body>
</html>
91 changes: 91 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html>
<head>
<link href="styles/normalize.css" rel="stylesheet" />
<link href="styles/general_styles.css" rel="stylesheet" />
<link href="styles/portfolio.css" rel="stylesheet"/>
<meta charset="utf-8">
<title>My Work</title>
</head>

<body>
<header>
<ul class="header">
<li>
<h1><a href="./index.html">\canaan\</a></h1>
</li>
<li>
<h1><a href="./portfolio.html">portfolio\</a></h1>
</li>
</ul>

<p id="tagline">
..my work? more like my fun!
</p>

<nav>
<ul>
<li>
<a href="./index.html">home</a>
</li>
<li>
<a href="./portfolio.html">portfolio</a>
</li>
<li>
<a href="./about.html">about</a>
</li>
</ul>
</nav>
</header>


<main>
<h1> Lemme Tell Ya What I'm Doin'</h1>
<section class="intro_work">
<img id="port_pic" src="./pics/portfolio.jpg" alt="canaan at work"/>
<p>
Although I'm a fairly new developer, I have accumulated a great body of work. These projects are just a few from my time at Ada! More can be found on <a href="https://github.com/canaanwest">my github</a>.
</p>
</section>

<section class="my_work">
<ul>
<li>
<article>
<img src="./pics/meowspace.27.30 PM.png" alt="meowspace"/>
<p>
<a>MeowSpace:</a> Although my visual design chops were underdeveloped at best, this feline-friendly exercise in front-end design was my first successful execution of a webpage using HTML/CSS.
</p>
</article>
</li>

<li>
<article>
<img src="./pics/hotel.png" alt="hotel project"/>
<p>
<a>Hotel:</a> an exercise in OOD, this program handles hotel reservations. It allows the user to create and find reservations within the given hotel. Still under construction, it will soon allow the user to delete and update reservations as well.
</p>
</article>
</li>
</ul>
</section>

</main>


<footer>
<nav>
<ul>
<li>
<a href="portfolio.html">back to the top</a>
</li>
<li>
<a href="./poetry.html">her:water</a>
</li>
</ul>
</nav>
</footer>


</body>
</html>
Empty file added resume.html
Empty file.
Loading