-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
141 lines (128 loc) · 6.19 KB
/
Copy pathabout.html
File metadata and controls
141 lines (128 loc) · 6.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Who we are | TrimTechBR</title>
<meta name="description" content="About TrimTechBR and the people behind the collaborative technology initiative.">
<meta property="og:title" content="Who we are | TrimTechBR">
<meta property="og:description" content="About TrimTechBR and the people behind the collaborative technology initiative.">
<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="about.html">EN</a>
<span class="lang-sep">/</span>
<a class="lang-link" href="about.pt-br.html">PT</a>
</li>
</ul>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<p class="breadcrumbs"><a href="index.html">Home</a> / Who we are</p>
<span class="eyebrow">About TrimTechBR</span>
<h1>Two friends building practical technology solutions.</h1>
<p class="lead">
TrimTechBR is a personal initiative created by two friends, Henderson Andrade and Henrique Mizael,
to share knowledge and build practical open-source projects around cloud, infrastructure,
automation and DevOps — in their spare time.
</p>
</div>
</section>
<section class="section">
<div class="container grid-2">
<div class="card reveal">
<img src="assets/img/team-collaboration.svg" alt="Collaborative team illustration" style="border-radius: 20px; margin-bottom: 1rem;">
<h2>Our purpose</h2>
<p>
We believe that good technology projects should be useful, clear and well documented.
TrimTechBR is how the two of us turn day-to-day field experience into open-source projects that
help other professionals accelerate cloud and infrastructure initiatives.
</p>
</div>
<div class="grid-2">
<article class="card reveal">
<div class="card-icon">HA</div>
<h3>Henderson Andrade</h3>
<p>Cloud architecture specialist focused on Azure, governance, automation, security and operational excellence.</p>
</article>
<article class="card reveal">
<div class="card-icon">HM</div>
<h3>Henrique Mizael</h3>
<p>Cloud and infrastructure architect focused on Kubernetes, GitOps, IaC, MultiCloud and infrastructure automation.</p>
</article>
<article class="card reveal">
<div class="card-icon">◎</div>
<h3>Collaboration model</h3>
<p>Projects are designed to be practical, extensible and documented for community use and contribution.</p>
</article>
<article class="card reveal">
<div class="card-icon">BR</div>
<h3>From Brazil to the community</h3>
<p>A Brazilian initiative with a global technical audience and an open-source mindset.</p>
</article>
</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>