-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (57 loc) · 4.15 KB
/
index.html
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
---
title: Nicholas Jaffer | Student and Dev
name: home
layout: base
image: "/img/og-img.png"
---
<div class="bg"></div>
<main class="site-container">
<div class="home">
<div class="intro">
<div>
<h1><span class="hint" title="Type my name and see what happens">Nicholas</span> Jaffer</h1> — Student & Dev-In-Training.
</div>
<div>I'm available for part-time work summer 2025. <a href="mailto:plyght@peril.lol">Reach out</a> if you'd like to work together.</div>
<hr class="accent">
</div>
<div class="flex">
<div class="work column">
<h2>Selected work</h2>
{% for item in site.data.portfolio %}
{% if item.show %}
<a class="project" id="{{ item.id }}" onmouseover="addClass(body, '{{ item.id }}');" onmouseout="removeClass(body, '{{ item.id }}');" href="{{ item.url }}" target="_blank">
<b>{{ item.title }}</b>—{{ item.description }}{% if item.external%}<span class="accent external-link">↗︎</span>{% endif %}
</a>
{% endif %}
{% endfor %}
</div>
<div class="about column">
<div class="collaborators">
<h2>Recent collaborators</h2>
<div>
<a href="https://prose.com/">Prose</a><span class="accent external-link">↗︎</span>
</div>
<div>
<a href="https://www.ustwo.com/">ustwo</a><span class="accent external-link">↗︎</span>
</div>
</div>
<h2>A little about me</h2>
<div>Right now, I am a sophomore at <a href="https://wl.apsva.us" target="_blank">Washington-Liberty High School</a>. I am focused on school and coding. All of my work is <a href="https://github.com/plyght" target="_blank">open source</a><span class="accent superscript" id="asterisk" onmouseover="addClass(asterisk2, 'footnote-accent');" onmouseout="removeClass(asterisk2, 'footnote-accent');">*</span>.</div>
<div>I grew up in Washington, D.C<span class="accent superscript" id="doubledagger" onmouseover="addClass(doubledagger2, 'footnote-accent');" onmouseout="removeClass(doubledagger2, 'footnote-accent');">‡</span>, make a lot of self deprecating jokes<span class="accent superscript" id="section" onmouseover="addClass(section2, 'footnote-accent');" onmouseout="removeClass(section2, 'footnote-accent');">§</span>, and I'm known for being mediocre at my million hobbies: weightlifting, biking, physics, and computer engineering.<span class="accent superscript" id="paragraph" onmouseover="addClass(paragraph2, 'footnote-accent');" onmouseout="removeClass(paragraph2, 'footnote-accent');">¶</span></div>
<div class="notes grid">
<span class="accent">*</span><p class="note" id="asterisk2"><span>So is <a href="https://github.com/plyght/peril.lol" target="_blank">this site</a>. And it was built by me.</span></p>
<span class="accent">†</span><p class="note" id="dagger2"><span>My <a href="https://peril.lol/resume" target="_blank">resume</a> is "indev", but it’s polished enough...</span></p>
<span class="accent">‡</span><p class="note" id="doubledagger2"><span>Technically, Virginia; but D.C. is the general area (at least in my mind)</span></p>
<span class="accent">§</span><p class="note" id="section2"><span>I didn't get away with these as well as I'd liked on the West Coast.</span></p>
<span class="accent">¶</span><p class="note" id="paragraph2"><span>If you've learned about me and would still like to talk to me, you can do so in these places: <a href="http://x.com/plyght__" target="_blank">Twitter/X</a>, <a href="mailto:plyght@peril.lol">Email</a>, <a href="https://www.linkedin.com/in/nicholasjaffer/" target="_blank">LinkedIn</a>.</span></p> <span class="accent optically-smaller">↗︎</span><p class="note" id="external2"><span>This means I do not have a public case study yet and I must send you somewhere else.</span></p>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="site-footer">
<div class="footer-content">
<p>Site inspired by <a href="https://github.com/ampinsk">ampinsk</a>.</p>
</div>
</footer>
</main>