Skip to content

Commit e1f63b1

Browse files
committed
Add empty Chrome DevTools config JSON and update projects.md
1 parent d56c718 commit e1f63b1

File tree

3 files changed

+99
-3
lines changed

3 files changed

+99
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

Gemfile.lock

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.3.1)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.5)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
eventmachine (1.2.7)
13+
ffi (1.17.2-aarch64-linux-musl)
14+
forwardable-extended (2.6.0)
15+
google-protobuf (4.33.1-aarch64-linux-musl)
16+
bigdecimal
17+
rake (>= 13)
18+
http_parser.rb (0.8.0)
19+
i18n (1.14.7)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (4.3.4)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 2.3, >= 2.3.1)
29+
kramdown-parser-gfm (~> 1.0)
30+
liquid (~> 4.0)
31+
mercenary (>= 0.3.6, < 0.5)
32+
pathutil (~> 0.9)
33+
rouge (>= 3.0, < 5.0)
34+
safe_yaml (~> 1.0)
35+
terminal-table (>= 1.8, < 4.0)
36+
webrick (~> 1.7)
37+
jekyll-paginate-v2 (3.0.0)
38+
jekyll (>= 3.0, < 5.0)
39+
jekyll-sass-converter (3.1.0)
40+
sass-embedded (~> 1.75)
41+
jekyll-seo-tag (2.8.0)
42+
jekyll (>= 3.8, < 5.0)
43+
jekyll-sitemap (1.4.0)
44+
jekyll (>= 3.7, < 5.0)
45+
jekyll-watch (2.2.1)
46+
listen (~> 3.0)
47+
kramdown (2.5.1)
48+
rexml (>= 3.3.9)
49+
kramdown-parser-gfm (1.1.0)
50+
kramdown (~> 2.0)
51+
liquid (4.0.4)
52+
listen (3.9.0)
53+
rb-fsevent (~> 0.10, >= 0.10.3)
54+
rb-inotify (~> 0.9, >= 0.9.10)
55+
mercenary (0.4.0)
56+
pathutil (0.16.2)
57+
forwardable-extended (~> 2.6)
58+
public_suffix (6.0.2)
59+
rake (13.3.1)
60+
rb-fsevent (0.11.2)
61+
rb-inotify (0.11.1)
62+
ffi (~> 1.0)
63+
rexml (3.4.4)
64+
rouge (4.6.1)
65+
safe_yaml (1.0.5)
66+
sass-embedded (1.94.2)
67+
google-protobuf (~> 4.31)
68+
rake (>= 13)
69+
terminal-table (3.0.2)
70+
unicode-display_width (>= 1.1.1, < 3)
71+
unicode-display_width (2.6.0)
72+
webrick (1.9.1)
73+
74+
PLATFORMS
75+
aarch64-linux-musl
76+
77+
DEPENDENCIES
78+
jekyll (~> 4.3.0)
79+
jekyll-paginate-v2
80+
jekyll-seo-tag
81+
jekyll-sitemap
82+
tzinfo (~> 1.2)
83+
tzinfo-data
84+
wdm (~> 0.1.1)
85+
webrick (~> 1.7)
86+
87+
BUNDLED WITH
88+
2.3.27

projects.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ color: "blue"
77
order: 1
88
featured: true
99
excerpt: "Explore our open source projects and platforms for AI, observability, and cloud-native infrastructure."
10+
permalink: /projects/
1011
---
1112

1213
<section class="section">
@@ -18,6 +19,7 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
1819
<div class="card">
1920
<h3>AI & Machine Learning Platforms</h3>
2021

22+
<div class="grid grid-2">
2123
<div class="card">
2224
<h4>Cosmolet</h4>
2325
<p>A comprehensive networking platform for AI workloads, providing advanced network observability and optimization for distributed AI systems.</p>
@@ -27,7 +29,7 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
2729
<li>Network performance analytics</li>
2830
<li>Container networking for AI</li>
2931
</ul>
30-
<p><a href="/projects/cosmolet/" class="btn btn-primary">Learn More</a> <a href="https://github.com/platformbuilds/cosmolet" target="_blank" class="btn btn-secondary">View on GitHub</a></p>
32+
<p style="margin-top: 1rem;"><a href="/projects/cosmolet/" class="btn btn-primary" style="vertical-align: middle;">Learn More</a> <a href="https://github.com/platformbuilds/cosmolet" target="_blank" class="btn btn-secondary" style="vertical-align: middle;"><img src="/logos/github-logo.svg" width="16" height="16" alt="GitHub" style="margin-right: 8px; vertical-align: baseline;"> Github</a></p>
3133
</div>
3234

3335
<div class="card">
@@ -39,7 +41,8 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
3941
<li>Multi-LLM abstraction layers</li>
4042
<li>Regulatory compliance frameworks</li>
4143
</ul>
42-
<p><a href="/projects/platform-engineering/" class="btn btn-primary">Learn More</a> <a href="https://github.com/platformbuilds" target="_blank" class="btn btn-secondary">View on GitHub</a></p>
44+
<p style="margin-top: 1rem;"><a href="/projects/platform-engineering/" class="btn btn-primary" style="vertical-align: middle;">Learn More</a> <a href="https://github.com/platformbuilds" target="_blank" class="btn btn-secondary" style="vertical-align: middle;"><img src="/logos/github-logo.svg" width="16" height="16" alt="GitHub" style="margin-right: 8px; vertical-align: baseline;"> Github</a></p>
45+
</div>
4346
</div>
4447
</div>
4548

@@ -55,7 +58,7 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
5558
<li>AI-powered anomaly detection</li>
5659
<li>Privacy-first architecture</li>
5760
</ul>
58-
<p><a href="/projects/miradorstack/" class="btn btn-primary">Learn More</a> <a href="https://github.com/platformbuilds/miradorstack" target="_blank" class="btn btn-secondary">View on GitHub</a></p>
61+
<p style="margin-top: 1rem;"><a href="/projects/miradorstack/" class="btn btn-primary" style="vertical-align: middle;">Learn More</a> <a href="https://github.com/platformbuilds/miradorstack" target="_blank" class="btn btn-secondary" style="vertical-align: middle;"><img src="/logos/github-logo.svg" width="16" height="16" alt="GitHub" style="margin-right: 8px; vertical-align: baseline;"> Github</a></p>
5962
</div>
6063

6164
</div>
@@ -65,6 +68,7 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
6568

6669
<p>All our projects welcome contributions from the community. Whether you're fixing bugs, adding features, or improving documentation, your contributions help build better platforms for everyone.</p>
6770

71+
<div class="grid grid-2">
6872
<div class="card">
6973
<h4>How to Contribute</h4>
7074
<ul>
@@ -87,12 +91,14 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
8791
</ul>
8892
</div>
8993
</div>
94+
</div>
9095

9196
<div class="card">
9297
<h3>Project Status & Roadmap</h3>
9398

9499
<p>Stay updated with our project development progress and upcoming features.</p>
95100

101+
<div class="grid grid-2">
96102
<div class="card">
97103
<h4>Active Development</h4>
98104
<ul>
@@ -113,4 +119,5 @@ excerpt: "Explore our open source projects and platforms for AI, observability,
113119
</div>
114120
</div>
115121
</div>
122+
</div>
116123
</section>

0 commit comments

Comments
 (0)