-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·104 lines (86 loc) · 3.15 KB
/
Copy pathindex.html
File metadata and controls
executable file
·104 lines (86 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: default
title: Paul Alvarez
---
<main id="fullpage">
<article class="section" data-anchor="about">
<section class="about">
<figure class="photo">
<canvas id="canvas" class="pixelate" pixelate-src="public/images/me.jpg" width="300" height="300"></canvas>
</figure>
<p>
My name is Paul Alvarez, and I'm a web developer living in
New York City.
</p>
<p>
<strong>
I'm actively seeking work where I can apply my current
skills and develop new ones.
</strong>
</p>
<p class="links">
Below you'll find my programming portfolio; in addition to
coding, I enjoy
<a href="http://soundcloud.com/scaldingcoffee">music</a>,
running, reading, and learning whenever possible.
</p>
<p class="resume links">
Please feel free to <a href="/paul-alvarez.pdf">download my résumé.</a>
</p>
</section>
</article>
<article class="section" data-anchor="loopdigger">
<section>
<img src="public/images/loopdigger.png" alt="loopdigger-screenshot" />
</section>
<section class="project-header group">
<h2>Loopdigger</h2>
<h3 class="links">
(<a href="http://loopdigger.net">live</a> || <a href="https://github.com/pclalv/loopdigger">GitHub</a>)
</h3>
</section>
<section class="project-description">
Loopdigger is a SoundCloud-inspired music community built in
Ruby on Rails and Backbone.js.
</section>
</article>
<article class="section" data-anchor="bouncycastleroids">
<section>
<img src="public/images/bouncycastleroids.png" alt="bouncycastleroids-screenshot" />
</section>
<section class="project-header group">
<h2>Bouncycastleroids</h2>
<h3 class="links">
(<a href="/bouncycastleroids">live</a> || <a href="https://github.com/pclalv/bouncycastleroids">GitHub</a>)
</h3>
</section>
<section class="project-description">
Bouncycastleroids is Asteroids with classic bouncy castle physics.
JavaScript handles the calculations, and then renders onto an
HTML5 canvas element.
</section>
</article>
<article class="section" data-anchor="rails-lite">
<section>
<img src="public/images/rails-lite.png" alt="rails-lite-screenshot" />
</section>
<section class="project-header group">
<h2>Rails Lite</h2>
<h3 class="links">
(<a href="https://github.com/pclalv/Rails-Lite">GitHub</a>)
</h3>
</section>
<section class="project-description">
Rails Lite contains all the essentials for running a simple web
server and serving HTML responses.
</section>
</article>
<article class="section" data-anchor="contact">
<h2>Contact</h2>
<ul class="links">
<li><a href="mailto:pclalv@gmail.com">email</a></li>
<li><a href="http://github.com/pclalv">GitHub</a></li>
<li><a href="http://linkedin.com/in/pclalv">LinkedIn</a></li>
</ul>
</article>
</main>