Skip to content

Commit 4e79278

Browse files
authored
Merge pull request #7 from The3DP/main
New merge job
2 parents c1510f5 + dbd9200 commit 4e79278

43 files changed

Lines changed: 2465 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/static.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Deploy static content to Pages
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["main"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20+
concurrency:
21+
group: "pages"
22+
cancel-in-progress: false
23+
24+
jobs:
25+
# Single deploy job since we're just deploying
26+
deploy:
27+
environment:
28+
name: github-pages
29+
url: ${{ steps.deployment.outputs.page_url }}
30+
runs-on: ubuntu-latest
31+
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v4
34+
- name: Setup Pages
35+
uses: actions/configure-pages@v5
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
with:
39+
# Upload entire repository
40+
path: '.'
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: actions/deploy-pages@v4

HTML (embeds)/TinkerCAD (Bit77)

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- Copy and paste this into an HTML running site -->
2+
3+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/fxFEH4hgoeF?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
4+
5+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/bwSyLjy6nWE?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
6+
7+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/bp2Fj7KCjG5?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
8+
9+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/5zDMK0PuQzs?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
10+
11+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/4CD8CxAPjoD?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
12+
13+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/42sGfumpWVo?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
14+
15+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/5LlcdIU6cDr?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
16+
17+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/3thDEg2x4nn?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
18+
19+
<iframe width="725" height="453" src="https://www.tinkercad.com/embed/8J1FnzR3osp?editbtn=1&simlab=1" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
20+
21+
<!-- More coming soon! -->

Madlibs.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

Others/cool_background_photos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![IMG_1049](https://github.com/user-attachments/assets/83ae47e9-61a1-437b-856d-05b8c344f401)

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Code-Samples
2-
This repository consists of a multitude of code samples. Varieties of these travel from simple to complex, big to small, and cool to cooler. Soon, this repository will be completely filled.
2+
This repository consists of a multitude of code samples (among a few other things).
3+
Varieties of these travel from simple to complex, big to small, and dull to cool. Soon, this repository will be completely filled.
4+
### Last edited:
5+
2/9/2026 (*Februrary 3rd, 2026*)
6+
7+
### *Progress:*
8+
![100% Complete](https://img.shields.io/badge/Progress-100%25-darkgreen)
9+
10+
However, additional files and improvements never fail to deliver :)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)