Skip to content

Commit 8b63b9c

Browse files
authored
Merge pull request #24 from techlahoma/add-sponsorship-page
Add sponsorship information page with three tiers
2 parents cfc0f4e + bf30af4 commit 8b63b9c

File tree

4 files changed

+106
-1
lines changed

4 files changed

+106
-1
lines changed

.github/copilot-instructions.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
applyTo: "**"
3+
---
4+
- MCP means Model Context Protocol
5+
- ATC is Agent Topic and Actions
6+
- "API Spec" is the same as "API Specification"
7+
- The "descriptor file" for an API Project is the `exchange.json` file at the root of the project
8+
- The "main file" of a project is the file defined in the `main` facet of a descriptor file
9+
- Use the context of `api-specification-get-agent-topic-metadata-instructions` MCP tool to understand how ATC work, how to enable ATC and how to annotate an API for using ATC, and follow the instructions provided by the tool.
10+
- ALWAYS use the `api-specification-create-project` MCP tool to create new API Specification projects, even if there is no opened folder in VSCode. Do not ask the user to open a folder in order to run this.
11+
- ALWAYS use the `api-specification-list-rulesets` MCP tool to refresh the list of rulesets, this list can mutate over time
12+
- ALWAYS check if changes are ok by running the `api-specification-validate-ruleset` MCP Tool
13+
- When asked for file URIs, for example the WorkspaceURI, always include the `file:` protocol and three slashes for absolute paths, for example `file:///Users/myUser/workspace/`
14+
- BY Default use the parent of the current folder as a target directory for creating new projects
15+
- BY Default when there is no opened folder, default to `~/api-projects/`

.vscode/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/.DS_Store": true,
7+
"**/Thumbs.db": true,
8+
"**/.apivcs": true,
9+
"**/.gitignore": true,
10+
"**/.designer.json": true,
11+
"**/.exchange.xml": true,
12+
"**/.vscode": true,
13+
"**/.mvn": true,
14+
"**/.tmp": true,
15+
"**/.settings": true,
16+
"**/.exchange_modules_tmp": true,
17+
".mule": true
18+
}
19+
}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ A huge thank you to our amazing sponsors who make this event possible:
7272
- **[Techlahoma](https://www.techlahoma.org/)**: a professional network of more than 5,000 information technology workers, hobbyists, students, teachers, and future technologists.
7373

7474

75-
## More Sponsors are always needed
75+
## Become a Sponsor
76+
77+
Want to support Oklathon 2025? We have sponsorship opportunities at all levels!
78+
79+
**[View Our Sponsorship Packages](./sponsorship)**
7680

7781
Help us make this event awesome! Please [reach out](mailto:[email protected]) if you would like to sponsor.
7882

sponsorship.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Sponsorship Opportunities for Oklathon 2025
2+
3+
Thank you for your interest in sponsoring Oklathon 2025! Your support helps us create an amazing AI hackathon experience for developers, students, and tech enthusiasts across Oklahoma.
4+
5+
## Why Sponsor Oklathon?
6+
7+
- **Visibility**: Connect with 100+ talented developers, data scientists, and AI enthusiasts
8+
- **Talent Pipeline**: Meet potential hires and interns passionate about AI and technology
9+
- **Community Impact**: Support Oklahoma's growing tech ecosystem
10+
- **Brand Awareness**: Showcase your commitment to innovation and education
11+
12+
## Sponsorship Levels
13+
14+
### Title Sponsor - $1000 (Limited to 1)
15+
- **20-minute keynote presentation** on Sunday
16+
- **Large signage** prominently displayed throughout the event
17+
- **Premium booth location** with a 4-foot table all day Saturday
18+
- **20-minute breakout room** for AI-related presentation (optional)
19+
- Logo featured prominently on all event materials and communications
20+
- Social media shoutouts before, during, and after the event
21+
- First opportunity to address attendees at opening ceremony
22+
- All benefits listed below
23+
24+
### Corporate Sponsor - $500 (Limited to 4)
25+
- **4-foot table** at the event all day Saturday
26+
- **20-minute breakout room** for AI-related presentation (optional)
27+
- Logo on event website and printed materials
28+
- Permission to distribute company swag
29+
- Access to participant resumes (with consent)
30+
- Social media recognition
31+
- All benefits listed below
32+
33+
### Basic Sponsor - Pay What You Can
34+
- Public recognition during the event
35+
- Logo on event website
36+
- Permission to hand out swag at the event
37+
- Our undying gratitude
38+
- Supporting the next generation of tech talent in Oklahoma
39+
40+
## Additional Sponsorship Opportunities
41+
42+
### Hackathon Challenge Sponsor
43+
Partner with us to craft one of the hackathon challenges! This is a unique opportunity to:
44+
- Design a real-world problem for participants to solve
45+
- Showcase your technology or API
46+
- Identify creative solutions to your business challenges
47+
48+
**Challenge Levels:**
49+
- **Beginner Challenge**: 30-60 minutes for a determined beginner with no relevant experience
50+
- **Intermediate Challenge**: 1-3 hours for someone with some experience, individually or on a team
51+
52+
## What Your Sponsorship Supports
53+
54+
Your contribution helps us provide:
55+
- Free admission for all participants
56+
- Venue and equipment costs
57+
- Meals and refreshments throughout the weekend
58+
- Prizes for challenge winners
59+
- Workshop materials and resources
60+
61+
## Ready to Sponsor?
62+
63+
Contact us at [[email protected]](mailto:[email protected]) to become a sponsor or discuss custom sponsorship packages.
64+
65+
---
66+
67+
[Back to Main Page](./)

0 commit comments

Comments
 (0)