-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,6 @@ <h2>Selected work</h2> | |
</a> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
|
||
|
||
</div> | ||
<div class="about column"> | ||
<div class="collaborators"> | ||
|
@@ -51,8 +48,14 @@ <h2>A little about me</h2> | |
<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://twitter.com/ampinsk">Twitter</a>, <a href="mailto:[email protected]">Email</a>, <a href="https://www.linkedin.com/in/amandapinsker/">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>© 2024 <a href="https://github.com/ampinsk">ampinsk</a>. All rights reserved.</p> | ||
</div> | ||
</footer> | ||
</main> |