Skip to content

Commit 45470cc

Browse files
feat: bring uses and projects pages up to date with current
1 parent e112f1f commit 45470cc

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

public/assets/imgs/travel-blog.png

1.31 MB
Loading

src/layouts/LabsLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { frontmatter } = Astro.props;
3030
<p>Much like the travel blog, here are all the things I want to see and the activities I want to do!</p>
3131
</div>
3232
</a>
33-
<a href="/blogs/travel" target="_blank" class="card border-skin-line">
33+
<a href="https://daniela-and-will-travel.github.io/" target="_blank" class="card border-skin-line">
3434
<div class="card-content">
3535
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">Travel Blog</h2>
3636
<p>Follow along with our travel adventures!</p>

src/layouts/ProjectsLayout.astro

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,11 @@ const { frontmatter } = Astro.props;
5252
<p>An archive of the 🐍PyTricks featured in Dan Badder's Real Python email newsletter.</p>
5353
</div>
5454
</a>
55-
<a href="https://github.com/Dog-Face-Development/PyAvatar" target="_blank" class="card border-skin-line">
56-
<div class="card-content">
57-
<img src="https://github.com/Dog-Face-Development/PyAvatar/raw/main/docs/images/logo.png" alt="PyAvatar" class="w-full h-72 object-cover rounded-lg" />
58-
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">PyAvatar</h2>
59-
<p>Easily display all of your creative avatars to keep them consistent across websites.</p>
60-
</div>
61-
</a>
62-
<a href="https://github.com/Dog-Face-Development/Craft-Clash" target="_blank" class="card border-skin-line">
63-
<div class="card-content">
64-
<img src="https://github.com/Dog-Face-Development/Craft-Clash/raw/main/docs/images/logo.png" alt="CraftClash" class="w-full h-72 object-cover rounded-lg" />
65-
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">CraftClash</h2>
66-
<p>A game that is a cross of Minecraft and Clash of Clans, written in Python!</p>
67-
</div>
68-
</a>
6955
<a href="https://dog-face-development.github.io/Pasta-Tracker/" target="_blank" class="card border-skin-line">
7056
<div class="card-content">
7157
<img src="https://github.com/Dog-Face-Development/Pasta-Tracker/blob/main/docs/images/welcome.jpg?raw=true" alt="PastaTracker" class="w-full h-72 object-cover rounded-lg" />
7258
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">PastaTracker</h2>
73-
<p>Track and save all of the types of pasta you have and want to try.</p>
59+
<p>Track and save all of the types of pasta you have tried and want to try.</p>
7460
</div>
7561
</a>
7662
<a href="https://github.com/willtheorangeguy/Running-Calculator" target="_blank" class="card border-skin-line">
@@ -80,11 +66,11 @@ const { frontmatter } = Astro.props;
8066
<p>A running distance and speed command line interface. Measures in metric and imperial units, as well as marathons and half-marathons.</p>
8167
</div>
8268
</a>
83-
<a href="https://dog-face-development.github.io/" target="_blank" class="card border-skin-line">
69+
<a href="https://daniela-and-will-travel.github.io/" target="_blank" class="card border-skin-line">
8470
<div class="card-content">
85-
<img src="https://github.com/Dog-Face-Development/dog-face-development.github.io/blob/master/docs/images/welcome.jpg?raw=true" alt="dog-face-development.github.io" class="w-full h-72 object-cover rounded-lg" />
86-
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">dogfacedevelopment.github.io</h2>
87-
<p>The open-source website for Dog Face Development Co.</p>
71+
<img src="/assets/imgs/travel-blog.png" alt="Daniela and Will Travel Blog" class="w-full h-72 object-cover rounded-lg" />
72+
<h2 class="text-lg text-skin-accent font-medium decoration-dashed hover:underline">Daniela and Will Travel</h2>
73+
<p>Mine and my partner's open source travel blog!</p>
8874
</div>
8975
</a>
9076
<a href="https://willtheorangeguy.github.io/" target="_blank" class="card border-skin-line">

src/pages/uses.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,12 @@ See it on [PCPartPicker](https://pcpartpicker.com/user/willtheornageguy/saved/zL
106106

107107
## Mobile Setup
108108

109-
- iPhone 13 Pro Max
109+
- Dell XPS 13 9360
110+
- Intel i5-7200U
111+
- 8GB DDR4 RAM
112+
- 1TB WD Blue NVMe SSD
110113

114+
- iPhone 13 Pro Max
111115
- in a dbrand [Grip](https://dbrand.com/shop/devices/apple-iphone-cases) case
112116
- with dbrand [Teardown](https://dbrand.com/shop/limited-edition/teardown) skin
113117

@@ -132,3 +136,5 @@ Currently not running anything on the homelab, plans are as follows:
132136

133137
- GoPro Hero 10
134138
- iPhone 13 Pro Max in RAW/ProRES
139+
- Canon EOS R10
140+
- _Looking to get a Blackmagic Pocket 6K if anyone has one for sale..._

0 commit comments

Comments
 (0)