-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (191 loc) · 8.86 KB
/
Copy pathindex.html
File metadata and controls
210 lines (191 loc) · 8.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | TrimTechBR</title>
<meta name="description" content="TrimTechBR open-source projects for cloud, automation and observability, home of AER — Azure Estate Report.">
<meta property="og:title" content="Home | TrimTechBR">
<meta property="og:description" content="TrimTechBR open-source projects for cloud, automation and observability, home of AER — Azure Estate Report.">
<meta property="og:type" content="website">
<meta property="og:image" content="assets/img/trimtech-header.png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header class="site-header">
<div class="container navbar">
<a class="brand" href="index.html" aria-label="TrimTechBR home">
<img src="assets/img/trimtech-logo.png" alt="TrimTechBR logo">
<strong><span>TrimTech</span><span>B</span><span>R</span></strong>
</a>
<button class="nav-toggle" aria-label="Open navigation menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
<ul class="nav-menu">
<li><a class="nav-link" href="index.html">Home</a></li>
<li><a class="nav-link" href="about.html">Who we are</a></li>
<li class="nav-item dropdown">
<button class="dropdown-trigger" aria-expanded="false">Solutions <span class="chevron">▾</span></button>
<ul class="dropdown-menu">
<li>
<a href="solutions/aer.html">
<span class="dropdown-kicker">Active project</span>
<span class="dropdown-title">AER — Azure Estate Report</span>
</a>
</li>
<li>
<a href="solutions/index.html">
<span class="dropdown-kicker">Portfolio</span>
<span class="dropdown-title">All solutions</span>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<button class="dropdown-trigger" aria-expanded="false">Documentation <span class="chevron">▾</span></button>
<ul class="dropdown-menu">
<li><a href="docs/getting-started.html"><span class="dropdown-kicker">Start here</span><span class="dropdown-title">Getting started</span></a></li>
<li><a href="docs/usage.html"><span class="dropdown-kicker">Reference</span><span class="dropdown-title">Usage & parameters</span></a></li>
<li><a href="docs/report-reference.html"><span class="dropdown-kicker">The report</span><span class="dropdown-title">Report reference</span></a></li>
<li><a href="docs/architecture.html"><span class="dropdown-kicker">Internals</span><span class="dropdown-title">Architecture & security</span></a></li>
<li><a href="docs/contribution-guide.html"><span class="dropdown-kicker">Open source</span><span class="dropdown-title">Contribution guide</span></a></li>
</ul>
</li>
<li><a class="nav-link" href="contact.html">Contact</a></li>
<li><a class="btn btn-primary" href="https://github.com/TrimTechBR/azure-estate-report" target="_blank" rel="noopener">GitHub</a></li>
<li class="nav-item lang-switch">
<a class="lang-link is-active" href="index.html">EN</a>
<span class="lang-sep">/</span>
<a class="lang-link" href="index.pt-br.html">PT</a>
</li>
</ul>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-grid">
<div>
<span class="eyebrow">Open-source projects by two friends, from Brazil</span>
<h1>Practical solutions for cloud, automation and observability.</h1>
<p class="lead">
TrimTechBR is a personal initiative by two friends — Henderson Andrade and Henrique Mizael —
building and open-sourcing practical tools for cloud professionals, infrastructure teams and DevOps
practitioners. Our first project is <strong>AER — Azure Estate Report</strong>: read-only,
fully-offline HTML dashboards for your Azure estate, generated from a single PowerShell command.
</p>
<div class="hero-actions">
<a class="btn btn-primary" href="solutions/aer.html">Explore AER</a>
<a class="btn btn-secondary" href="docs/getting-started.html">Read the documentation</a>
</div>
<div class="stats-strip">
<div class="stat"><strong>1</strong><span>open-source solution</span></div>
<div class="stat"><strong>2</strong><span>friends building it</span></div>
<div class="stat"><strong>100%</strong><span>open source</span></div>
</div>
</div>
<div class="hero-card reveal">
<img src="assets/img/aer/assessment-overview.png" alt="AER assessment overview dashboard">
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-header reveal">
<h2>What we build</h2>
<p>
The website is structured as a portfolio and documentation hub, so every TrimTechBR solution can
have its own overview, architecture notes and installation guide.
</p>
</div>
<div class="grid-3">
<article class="card reveal">
<div class="card-icon">☁</div>
<h3>Cloud architecture</h3>
<p>Reference implementations, reports and practical assets focused on Microsoft Azure and modern cloud platforms.</p>
</article>
<article class="card reveal">
<div class="card-icon">⚙</div>
<h3>Automation</h3>
<p>Scripts, reusable PowerShell modules and automation patterns for repeatable infrastructure and operational workflows.</p>
</article>
<article class="card reveal">
<div class="card-icon">↗</div>
<h3>DevOps enablement</h3>
<p>Documentation and examples designed to work across CI/CD platforms, with clean project structures and standards.</p>
</article>
</div>
</div>
</section>
<section class="section" id="solutions">
<div class="container">
<div class="section-header reveal">
<h2>Solutions</h2>
<p>
Everything we build is open source. AER — Azure Estate Report is our first project; more are on the
way as we find time to build them.
</p>
</div>
<div class="grid-2">
<article class="card solution-card reveal">
<img src="assets/img/aer/assessment-inventory.png" alt="AER resource inventory page">
<div class="solution-content">
<h3>AER — Azure Estate Report</h3>
<p>
A PowerShell 7 module that connects to Azure with your existing credentials, collects a
read-only inventory through Azure Resource Graph and ARM REST APIs, and renders a rich,
multi-page, self-contained HTML report — plus Excel and PDF exports.
</p>
<div class="badge-row">
<span class="badge-license badge-oss">Open Source</span>
<span class="badge">Azure</span>
<span class="badge">PowerShell 7</span>
<span class="badge">Offline</span>
</div>
<a class="btn btn-secondary" href="solutions/aer.html">View project</a>
</div>
</article>
<article class="card reveal">
<div class="card-icon">✦</div>
<h3>A two-friend project</h3>
<p>
TrimTechBR is built in our spare time by Henderson and Henrique — open-source tools we wished we
had. AER is just the first; more are on the way.
</p>
<div class="badge-row">
<span class="badge-license badge-oss">Open Source</span>
<span class="badge">More soon</span>
</div>
<a class="btn btn-secondary" href="about.html">Who we are</a>
</article>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="callout reveal">
<h2>Built by practitioners, for practitioners.</h2>
<p>
TrimTechBR focuses on practical assets that can be used, studied, adapted and improved by cloud
professionals who deal with real-world infrastructure, operations and automation challenges.
</p>
<a class="btn btn-primary" href="about.html">Learn more about us</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container footer-grid">
<p>© <span data-current-year></span> TrimTechBR. Open source projects for cloud, automation and DevOps.</p>
<div class="footer-links">
<a href="solutions/index.html">Solutions</a>
<a href="docs/getting-started.html">Docs</a>
<a href="https://github.com/TrimTechBR/azure-estate-report" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>