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

Victoria Garcia - Ampers - Personal Portfolio #21

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
33 changes: 33 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/styles.css" rel="stylesheet">
<title>About</title>
</head>
<body>
<header>
<nav>
<ul class = "container">
<li class = "index"><a href="index.html">FRONT PAGE</a></li>
<li class = "journal"><a href="code-journal.html">CODE JOURNAL</a></li>
<li class = "portfolio"><a href="portfolio.html">PORTFOLIO</a></li>
</ul>
</nav>
<h2>About Me:</h2>
</header>
<main>
<p class="about_text"> I live in Seattle's Rainier Valley with my spouse, a small dog, and a great assemblage of books, computers, musical instruments, and whiteboards.</p>
</main>
<footer class = "container">
<h3>Where to find me:</h3>
<ul class = "container">
<li><a href="mailto:[email protected]?Subject=From_Profile_Page">Email</a></li>
<li>The <a href="https://twitter.com/Lasorhina">twitter account</a> I never use.</li>
<li>The <a href="https://8tracks.com/lasiorhina">8tracks account</a> I wish I used more.</li>
<li><a href="https://learnedleague.com/profiles.php?garciav">Learned League</a></li>
</ul>
</footer>
</body>
</html>
39 changes: 39 additions & 0 deletions code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/styles.css" rel="stylesheet">
<title>Code Journal</title>
</head>
<body>
<header>
<nav>
<ul class = "container">
<li class = "index"><a href="index.html">FRONT PAGE</a></li>
<li class = "about"><a href="about.html">ABOUT</a></li>
<li class = "portfolio"><a href="portfolio.html">PORTFOLIO</a></li>
</ul>
</nav>
<h2>Learning Computer Science and Coding</h2>
</header>
<main>
<ul id="code_journal">
<li class="journal_entry container"><strong class="date">March 18, 2018</strong></li>

<p>Practical things: I'm winding up a unit on CSS and HTML (thus this website), and getting ready to start a unit on Rails. I'm excited: I've only been away from Ruby for a week, and it already feels too long.
</p>
<p>Less practical things: I've just started reading Gabbrielli and Martini's <a href="https://books.google.com/books?id=U-uBhJCRw3QC&printsec=frontcover&dq=programming+languages+principles+and+paradigms&hl=en&sa=X&ved=0ahUKEwiNopzX8ffZAhVGw2MKHTTYD8wQ6AEIKTAA#v=onepage&q=programming%20languages%20principles%20and%20paradigms&f=false">Programming Languages: Principles and Paradigms</a>, and I'm really digging it. It makes a nice tandem read with <a href="https://bigmachine.io/products/the-imposters-handbook">The Imposter's Handbook</a>, not that I really have time to read <i>anything</i> over and above the coursework these days.</p>
</ul>
</main>
<footer class = "container">
<h3>Where to find me:</h3>
<ul class = "container">
<li><a href="mailto:[email protected]?Subject=From_Profile_Page">Email</a></li>
<li>The <a href="https://twitter.com/Lasorhina">twitter account</a> I never use.</li>
<li>The <a href="https://8tracks.com/lasiorhina">8tracks account</a> I wish I used more.</li>
<li><a href="https://learnedleague.com/profiles.php?garciav">Learned League</a></li>
</ul>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions feedback.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Personal Portfolio Site
## What We're Looking For

Expand Down
Binary file added images/302px-Musei_Wormiani_Historia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 images/604px-Musei_Wormiani_Historia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/styles.css" rel="stylesheet">
<title>Victoria's Projects and Such</title>
</head>
<body class = "container">
<header>
<nav>
<ul class = "container">
<li class = "about"><a href="about.html">ABOUT</a></li>
<li class = "journal"><a href="code-journal.html">CODE JOURNAL</a></li>
<li class = "portfolio"><a href="portfolio.html">PORTFOLIO</a></li>
</ul>
</nav>
<h2>Victoria's Things And Stuff: Collected</h2>
</header>
<main class="container splash">
<section ID = "cabinet_or_lounge" class = "container">
<section ID = "cabinet" class = "image_with_question">
<img class = "wunderkammer" src="images/302px-Musei_Wormiani_Historia.jpg" alt = "Musei Wormani">
<strong class = "wunderkammer">Cabinet of Wonders?</strong>
</section>
<section ID = "airport" class = "image_with_question">
<img class = "OC_airport" src="images/320px-Orange_County_Airport_postcard,_1970s.jpg" alt = "Midcentury airport postcard">
<strong class = "OC_airport">Threadbare arrivals-gate of the soul?</strong>
</section>
<strong class = "or_bars">||</strong>
<strong class = "you_decide">You Decide.</strong>
</section>
</main>
<footer class = "container">
<h3>Where to find me:</h3>
<ul class = "container">
<li><a href="mailto:[email protected]?Subject=From_Profile_Page">Email</a></li>
<li>The <a href="https://twitter.com/Lasorhina">twitter account</a> I never use.</li>
<li>The <a href="https://8tracks.com/lasiorhina">8tracks account</a> I wish I used more.</li>
<li><a href="https://learnedleague.com/profiles.php?garciav">Learned League</a></li>
</ul>
</footer>
</body>
</html>
Binary file not shown.
61 changes: 61 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/styles.css" rel="stylesheet">
<title>Portfolio</title>
</head>
<body class="container">
<header>
<nav>
<ul class = "container">
<li class = "index"><a href="index.html">FRONT PAGE</a></li>
<li class = "about"><a href="about.html">ABOUT</a></li>
<li class = "journal"><a href="code-journal.html">CODE JOURNAL</a></li>
</ul>
</nav>
<h2>Stuff I've Made and Done</h2>
</header>
<main>
<ul class="everything container">
<ul class="then container">
<h3>Hobbies and Past Lives: A few sample bits</h3>
<li class="biology container">Biology</li>
<ul>
<li><a href="misc_materials/DBTG Retreat Talk - draft 4-29-11 final windows.ppt">Slides from a talk about fruit fly sperm, 2011</a></li>
</ul>
<li class="fiction container">Fiction</li>
<ul>
<li><a href="https://issuu.com/jasoneriklundberg/docs/fieldguide_final_issuu"> <i>Poliphila, or Shriner’s Vine</i> Field Guide to Surreal Botany, 2008</a></li>
<li>"We Shall Not, We Shall Not Be Moved" (Collaboration with Bruce Holland Rogers, Michael Bishop, Deborah Layne, Susan O'Neill, and David Galef), Indiana Review, 2005</li>
<li><a href="http://www.wheatlandpress.com/polyphony/v1.html"><i>Anthropology</i>, Polyphony 1, 2003</a></li>
</ul>
<li class="creative_nonfic container">Creative Nonfiction</li>
<ul>
<li><a href="http://www.thecsz.com/past-issues/csz-v7-n2-2017.pdf">A Lovely Walk Through the Violence Museum: Maggie Nelson’s <i>The Art of Cruelty, 2017</i>,</a></li>
<li><a href="https://web.archive.org/web/20150508205627/http://www.salaamgarage.com/2013/samuel-martin-an-advocate-come-of-age/">Samuel Martin: An Advocate Comes of Age, 2013</a></li>
<li><a href="http://www.thecsz.com/past-issues/csz-v1-n1-2011.pdf">Review of <i>80! Memories & Reflections on Ursula K. Le Guin</i>, 2011</a></li>
<li><a href="http://strangehorizons.com/non-fiction/articles/music/interview-bldhag/">Interview with Blöödhag, 2002</a></li>
</ul>
</ul>
<ul class="now container">
<h2>My current focus:</h2>
<li class="coding container">Coding!</li>
<ul>
<li><a href="https://github.com/Lasiorhine">My profile page at Github</a></li>
</ul>
</ul>
</ul>
</main>
<footer class = "container">
<h3>Where to find me:</h3>
<ul class = "container">
<li><a href="mailto:[email protected]?Subject=From_Profile_Page">Email</a></li>
<li>The <a href="https://twitter.com/Lasorhina">twitter account</a> I never use.</li>
<li>The <a href="https://8tracks.com/lasiorhina">8tracks account</a> I wish I used more.</li>
<li><a href="https://learnedleague.com/profiles.php?garciav">Learned League</a></li>
</ul>
</footer>
</body>
</html>
Loading