Skip to content

Commit 8471415

Browse files
committed
Initial commit
Signed-off-by: Jared Rummler <[email protected]>
0 parents  commit 8471415

39 files changed

+8589
-0
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- main
6+
permissions:
7+
contents: write
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Configure Git Credentials
14+
run: |
15+
git config user.name github-actions[bot]
16+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17+
- uses: actions/setup-python@v5
18+
with:
19+
python-version: 3.x
20+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21+
- uses: actions/cache@v4
22+
with:
23+
key: mkdocs-material-${{ env.cache_id }}
24+
path: .cache
25+
restore-keys: |
26+
mkdocs-material-
27+
- run: pip install mkdocs-material
28+
- run: mkdocs gh-deploy --force

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Compiled output
2+
/build/
3+
/bin/
4+
/out/
5+
6+
# Dependencies
7+
node_modules/
8+
9+
# IDE-specific files
10+
*.iml
11+
*.ipr
12+
*.iws
13+
.idea/
14+
15+
# Compiled SCSS
16+
*.css.map
17+
*.css.map/
18+
19+
# Logs and databases
20+
*.log
21+
*.log.*
22+
*.sqlite
23+
*.sqlite3
24+
25+
# MKDocs generated site
26+
/site/
27+
/site
28+
29+
# Gradle files
30+
.gradle/
31+
build/
32+
33+
# Editor specific files
34+
*.swp
35+
*~
36+

docs/about.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# About GoatBytes.IO
2+
3+
At GoatBytes.IO, our mission is to develop secure software solutions that empower businesses to transform the world. We are a team of ethical software engineers specializing in custom software development, focusing on delivering top-quality services that prioritize security and ethical practices.
4+
5+
## Our Mission
6+
7+
In a world where technology increasingly touches every aspect of our lives, we believe in the power of secure and reliable software to make a positive impact. Our mission is centered on developing solutions that not only meet the evolving needs of businesses but also contribute to a better and safer digital future for everyone.
8+
9+
## What We Do
10+
11+
- **Custom Software Development**: Tailoring solutions to meet the unique needs of each client, ensuring performance, security, and scalability.
12+
- **Security Solutions**: Building software with security at its core, protecting businesses and their customers from evolving digital threats.
13+
- **Empowerment through AI**: We harness the power of artificial intelligence to provide businesses with cutting-edge solutions, enabling smarter decision-making and streamlined operations.
14+
- **Software Modernization**: Understanding the importance of keeping pace with technology, we offer software modernization services to revitalize legacy systems, improve performance, and ensure scalability. This approach not only extends the life of existing applications but also prepares your business for future growth and innovation.
15+
16+
## Join Us
17+
18+
We are on a mission to make the world a better place through secure software development. If you share our passion for technology, innovation, and ethics, [join us](https://goatbytes.io/careers) in shaping the future of software development.
19+
20+
## Contact
21+
22+
For more information about our services, or to discuss how we can help your business, please [contact us](https://goatbytes.io/contact).
23+
24+
Thank you for considering GoatBytes.IO as your partner in software development.

docs/assets/cards/languages.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"title": "C++",
4+
"url": "styles/cpp",
5+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/cplusplus/cplusplus-original.svg"
6+
},
7+
{
8+
"title": "C#",
9+
"url": "styles/csharp",
10+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/csharp/csharp-original.svg"
11+
},
12+
{
13+
"title": "Dart",
14+
"url": "styles/dart",
15+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/dart/dart-original.svg"
16+
},
17+
{
18+
"title": "Go",
19+
"url": "styles/go",
20+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/go/go-original-wordmark.svg"
21+
},
22+
{
23+
"title": "Java",
24+
"url": "styles/java",
25+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/java/java-original.svg"
26+
},
27+
{
28+
"title": "JavaScript",
29+
"url": "styles/javascript",
30+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg"
31+
},
32+
{
33+
"title": "Kotlin",
34+
"url": "styles/kotlin",
35+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/kotlin/kotlin-original.svg"
36+
},
37+
{
38+
"title": "Objective-C",
39+
"url": "styles/objc",
40+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/objectivec/objectivec-plain.svg"
41+
},
42+
{
43+
"title": "Python",
44+
"url": "styles/python",
45+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg"
46+
},
47+
{
48+
"title": "Rust",
49+
"url": "styles/rust",
50+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/rust/rust-line.svg"
51+
},
52+
{
53+
"title": "Shell",
54+
"url": "styles/shell",
55+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/swift/swift-original.svg"
56+
},
57+
{
58+
"title": "Swift",
59+
"url": "styles/swift",
60+
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/typescript/typescript-original.svg"
61+
}
62+
]

docs/assets/css/app.css

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
:root {
2+
--md-primary-fg-color: #007BFF;
3+
--md-primary-fg-color--light: #288EFA;
4+
--md-primary-fg-color--dark: #005DC1;
5+
}
6+
7+
/* region: Code Block Styles */
8+
9+
/* Code Block: good-code */
10+
.highlight.good-code code, .highlight.good-code code *,
11+
.highlight.good-code .linenos, .highlight.good-code .linenos * {
12+
background-color: #f3fbf9 !important;
13+
}
14+
15+
/* Title: good-code */
16+
.highlight.good-code th, .highlight.good-code th * {
17+
background-color: #2c7a7b !important;
18+
color: #f0f3f4;
19+
}
20+
21+
/* Code Block: bad-code */
22+
.highlight.bad-code code, .highlight.bad-code code *,
23+
.highlight.bad-code .linenos, .highlight.bad-code .linenos * {
24+
background-color: #fcf3f6 !important;
25+
}
26+
27+
/* Title: bad-code */
28+
.highlight.bad-code th, .highlight.bad-code th * {
29+
background-color: #a8323e !important;
30+
color: #f9f9f9;
31+
}
32+
33+
34+
[data-md-color-scheme="slate"] {
35+
36+
/* Code Block: good-code */
37+
38+
.highlight.good-code code, .highlight.good-code code *,
39+
.highlight.good-code .linenos, .highlight.good-code .linenos * {
40+
background-color: #1a2a2a !important;
41+
color: #e0e0e0;
42+
}
43+
44+
/* Title: good-code */
45+
46+
.highlight.good-code th, .highlight.good-code th * {
47+
background-color: #20635c !important;
48+
color: #e0e0e0;
49+
}
50+
51+
/* Code Block: bad-code */
52+
53+
.highlight.bad-code code, .highlight.bad-code code *,
54+
.highlight.bad-code .linenos, .highlight.bad-code .linenos * {
55+
background-color: #2a1a1f !important;
56+
color: #d1d1d1;
57+
}
58+
59+
/* Title: bad-code */
60+
61+
.highlight.bad-code th, .highlight.bad-code th * {
62+
background-color: #78202a !important;
63+
color: #d1d1d1;
64+
}
65+
}
66+
67+
/* endregion */

0 commit comments

Comments
 (0)