Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sincere committed Sep 20, 2024
1 parent 095868f commit 06f5edc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
4 changes: 2 additions & 2 deletions src/data/social.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "https://github.com/FullQueueDeveloper",
"url": "https://github.com/danramteke",
"site": "GitHub",
"user": "FullQueueDeveloper"
"user": "danramteke"
},
{
"url": "http://linkedin.com/in/danielramteke",
Expand Down
2 changes: 1 addition & 1 deletion src/sections/base-layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import social from '@data/social.json'
---
<footer class=" mt-8 pt-2 border-solid bg-sky-900 border-t px-8 text-slate-300 ">
<p class="py-8"><a href="/" class="hover:underline">&copy;2023 Daniel Ramteke</a> </p>
<p class="py-8"><a href="/" class="hover:underline">&copy;2024 Daniel Ramteke</a> </p>
</footer>

23 changes: 1 addition & 22 deletions src/sections/index/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,13 @@ const gridClasses = "sm:grid sm:gap-x-8 sm:grid-cols-2 md:grid-cols-3 lg:grid-co
<div class={gridClasses}>

<Card title="Job search" href="/resume">
<P>I'm currently looking for work as an Developer Relations Engineer.</P>
<P>I'm currently looking for work as a Developer Manager.</P>
<P>Read my <span class="underline">resume</span> for how I can fit into your team!</P>

</Card>

<Card title="Full Queue Developer" href="https://fullqueuedeveloper.com">
<P>I share my love for creativity & programming on my YouTube channel & Twitch stream.</P>
<P>Learn more at <span class="underline">FullQueueDeveloper.com</span></P>
</Card>


<Card title="Underway" href="https://Underway.nyc">
<P>Underway is the best app for New Yorkers to quickly see real-time subway info. Available on iOS & Android. </P>
<P>Learn more at <span class="underline">underway.nyc</span></P>
</Card>


</div>

<!--
{
"name": "Full Queue Developer",
"url": "https://fullqueuedeveloper.com",
"capacity": "Live stream on Twitch",
"timeframe": "April 2022 - Present",
"items": [
"Featured in [iOS Dev Weekly](https://iosdevweekly.com/issues/563#RR1Nrdp)!",
"Built [Haptics Studio](https://apps.apple.com/app/id1624792731) using SwiftUI, which helps you discover the perfect customized haptics for your app",
"Answer viewers' programming questions"
]
}, -->

0 comments on commit 06f5edc

Please sign in to comment.