Skip to content

Commit

Permalink
Deploy AeroRust/AeroRust.github.io to AeroRust/AeroRust.github.io:gh-…
Browse files Browse the repository at this point in the history
…pages
  • Loading branch information
GitHub Actions committed Nov 21, 2024
0 parents commit 554a638
Show file tree
Hide file tree
Showing 431 changed files with 23,713 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aerorust.org
327 changes: 327 additions & 0 deletions blog/aerorust-3-years-birthday/index.html

Large diffs are not rendered by default.

159 changes: 159 additions & 0 deletions blog/archive/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://aerorust.org/dist/main.css" rel="stylesheet">
<title>Community blog (Archive) - AeroRust (&#196;R)</title>

<link rel="icon" type="image/png" href="https://aerorust.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://aerorust.org/images/favicon-16x16.png" sizes="16x16">
<link rel="canonical" href="https://aerorust.org/blog/archive/">

<meta property="og:site_name" content="The AeroRust community website">
<meta property="og:title" content="Welcome to AeroRust (ÄR) - Your launchpad to space" />
<meta property="og:type" content="website" />
<meta property="og:description" content="We build the Open-source ecosystem of Rust for aerospace applications.
With more than 800 members and multiple projects in the aerospace domain:
drones, maritime, &quot;Are we in space yet?&quot; crates catalogue and more.
" />
<meta property="og:url" content="https://aerorust.org/blog/archive/" />
<meta property="og:image" content="https://aerorust.org/images/aerorust-ferris.png" />


<meta name="twitter:title" content="Welcome to AeroRust (ÄR) - Your launchpad to space">
<meta name="twitter:description" content="We build the Open-source ecosystem of Rust for aerospace applications.
With more than 800 members and multiple projects in the aerospace domain:
drones, maritime, &quot;Are we in space yet?&quot; crates catalogue and more.
">
<meta name="twitter:image" content=" https://aerorust.org/images/aerorust-ferris.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AeroRust">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NSCZ6RQFN6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-NSCZ6RQFN6');
</script>
</head>

<body>
<a href="https://github.com/AeroRust/aerorust.github.io" class="github-corner">
<svg width="80" height="80" viewBox="0 0 250 250"
style="fill:#fff; color:#151513; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
<header class="py-3 px-5 bg-aerorust-dark bg-gradient text-aerorust-light">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="https://aerorust.org/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<img class="rounded-circle bg-white me-2 p-0-5" height="50" src="https://aerorust.org/images/aerorust_logo.png" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 mb-md-0">
<li><a href="https://aerorust.org/" class="nav-link px-2 text-white">Home</a></li>
<li><a href="https://aerorust.org/blog/" class="nav-link px-2 text-white">Blog</a></li>
<li><a href="https://aerorust.org/catalogue/" class="nav-link px-2 text-white">Are we in space yet?</a></li>
<li class="nav-item dropdown">

<a class="nav-link dropdown-toggle px-2 text-white" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Events
</a>
<ul class="dropdown-menu">

<li><a class="dropdown-item disabled text-white" aria-disabled="true" href="#">Space Conference - Plovdiv (2023)</a></li>
<li><a href="https://aerorust.org/events/space-conference-2024/" class="dropdown-item link-underline-opacity-100-hover> text-white">Space Conference - Plovdiv (2024)</a></li>

</ul>
</li>


</ul>

</div>
</div>
</header><section class="section text-gray-300">
<div class="container">




<div class="row gx-5 mt-3">
<div class="col-md-8">
<h3 class="pb-4 mb-4 border-bottom">
Community blog (Archive)
</h3>

<h2 class="">2023</h2>

<ul>

<li><a href="https:&#x2F;&#x2F;aerorust.org&#x2F;blog&#x2F;aerorust-3-years-birthday&#x2F;">The AeroRust community - 3 years birthday 🎉</a></li>

</ul>

</div>

<div class="col-md-4">
<div class="position-sticky" style="top: 2rem;">
<div class="p-4 mb-3 bg-light text-dark rounded">
<h4 class="fst-italic">About</h4>
<p class="mb-2">
The space and aerospace industries are multidisciplinary, as such, it's challenging for an individual
to fully grasp and build a complex and complete system.
The content in this blog will cover various topics and familiarize the reader with different
aspects of the development of such systems.
</p>
<p class="mb-0">
Above all, the content is related to the community efforts and the Rust programming language,
as such, you'll also find updates on current and future efforts, projects, events and so on.
</p>
</div>

<div class="mt-3">
<a href="mailto:[email protected]"><i class="bi bi-envelope-fill pe-1"></i>Email us</a>
or <a href="https://github.com/AeroRust/AeroRust.github.io/issues/new?assignees=&labels=blog-post&template=featured-blog-post.md&title=%5BBlog+post%5D"><i class="bi bi-github pe-1"></i>open an issue</a>
if you'd like to feature a blog post related to aerospace or the space industries.
</div>

<div class="my-3">
<h4><a href="https://aerorust.org/blog/archive/">Archive</a></h4>
</div>
</div>
</div></div>
</div>



</div>
</section>

<div class="container">
<footer class="pt-3 mt-4 text-white-50">
<ul class="nav justify-content-center border-bottom pb-2 mb-2">
<li class="nav-item"><a href="https://aerorust.org/" class="nav-link px-2 text-white-50">Home</a></li>
<li class="nav-item"><a href="https://aerorust.org/catalogue/" class="nav-link px-2 text-white-50">Are we in space yet?</a></li>
<li class="nav-item"><a href="https://github.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-github me-1"></i>Github</a></li>
<li class="nav-item"><a href="https://discord.gg/6wFvsFWfnu" class="nav-link px-2 text-white-50"><i class="bi bi-discord me-1"></i>Discord</a></li>
<li class="nav-item"><a href="https://twitter.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-twitter me-1"></i>Twitter</a></li>
<li class="nav-item"><a href="https://youtube.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-youtube me-1"></i>Youtube</a></li>

</ul>
<p class="text-center">© 2024 AeroRust (&#196;R) community</p>
</footer>
</div>
<script src="https://aerorust.org/dist/bundle.js"></script>
</body>

</html>
177 changes: 177 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://aerorust.org/dist/main.css" rel="stylesheet">
<title>Community Blog - AeroRust (&#196;R)</title>

<link rel="icon" type="image/png" href="https://aerorust.org/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://aerorust.org/images/favicon-16x16.png" sizes="16x16">
<link rel="canonical" href="https://aerorust.org/blog/">

<meta property="og:site_name" content="The AeroRust community website">

<meta property="og:title" content="Community Blog - AeroRust (ÄR)" />
<meta property="og:type" content="website" />
<meta property="og:description" content="This blog will cover various topics and familiarize the reader with different
aspects of the development of such systems.
You will also find updates on current and future efforts, projects, events happening in the community.
" />
<meta property="og:url" content="https://aerorust.org/blog/" />
<meta property="og:image" content="https://aerorust.org/images/aerorust-ferris.png" />


<meta name="twitter:title" content="Community Blog - AeroRust (ÄR)">
<meta name="twitter:description" content="This blog will cover various topics and familiarize the reader with different
aspects of the development of such systems.
You will also find updates on current and future efforts, projects, events happening in the community.
">
<meta name="twitter:image" content=" https://aerorust.org/images/aerorust-ferris.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@AeroRust">

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NSCZ6RQFN6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-NSCZ6RQFN6');
</script>
</head>

<body>
<a href="https://github.com/AeroRust/aerorust.github.io" class="github-corner">
<svg width="80" height="80" viewBox="0 0 250 250"
style="fill:#fff; color:#151513; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
<header class="py-3 px-5 bg-aerorust-dark bg-gradient text-aerorust-light">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="https://aerorust.org/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<img class="rounded-circle bg-white me-2 p-0-5" height="50" src="https://aerorust.org/images/aerorust_logo.png" />
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 mb-md-0">
<li><a href="https://aerorust.org/" class="nav-link px-2 text-white">Home</a></li>
<li><a href="https://aerorust.org/blog/" class="nav-link px-2 text-white fw-bold">Blog</a></li>
<li><a href="https://aerorust.org/catalogue/" class="nav-link px-2 text-white">Are we in space yet?</a></li>
<li class="nav-item dropdown">

<a class="nav-link dropdown-toggle px-2 text-white" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Events
</a>
<ul class="dropdown-menu">

<li><a class="dropdown-item disabled text-white" aria-disabled="true" href="#">Space Conference - Plovdiv (2023)</a></li>
<li><a href="https://aerorust.org/events/space-conference-2024/" class="dropdown-item link-underline-opacity-100-hover> text-white">Space Conference - Plovdiv (2024)</a></li>

</ul>
</li>


</ul>

</div>
</div>
</header><section class="section text-gray-300">
<div class="container">


<div class="row gx-5 gy-0 mt-3">
<div class="col-md-8">
<h3 class="pb-4 mb-4 border-bottom">
Community Blog
</h3>

<article class="blog-post">
<h2 class="blog-post-title mb-1"><a href="https://aerorust.org/blog/aerorust-3-years-birthday/">The AeroRust community - 3 years birthday 🎉</a></h2>
<p class="blog-post-meta">January 2, 2023 by


Lachezar Lechev ( <a href="https://twitter.com/elpiel_" target="_blank">
<i class="bi bi-twitter pe-1"></i>@elpiel_</a> |
<a href="https://github.com/elpiel" target="_blank"><i class="bi bi-github pe-1"></i>elpiel</a>
)



</p>

<p>Welcome to the first AeroRust community blog post,
I want to take this special occasion and talk about the community work in the past year and reflect on the last 3 years.

It&#x27;s time to reveal the 2023 Roadmap, so happy anniversary to all of you - new and current members and contributors, and happy reading...
</p>



<p class="fst-italic">
"Today we mark the 3 year anniversary since we&#x27;ve created this community and we wouldn&#x27;t be here if it wasn&#x27;t for the many people along the way that join and contribute to our efforts. Thank you ♥ for your continues support!
" <a href="https:&#x2F;&#x2F;aerorust.org&#x2F;blog&#x2F;aerorust-3-years-birthday&#x2F;#continue-reading">Continue Reading</a>
</p>


</article>
</div>

<div class="col-md-4">
<div class="position-sticky" style="top: 2rem;">
<div class="p-4 mb-3 bg-light text-dark rounded">
<h4 class="fst-italic">About</h4>
<p class="mb-2">
The space and aerospace industries are multidisciplinary, as such, it's challenging for an individual
to fully grasp and build a complex and complete system.
The content in this blog will cover various topics and familiarize the reader with different
aspects of the development of such systems.
</p>
<p class="mb-0">
Above all, the content is related to the community efforts and the Rust programming language,
as such, you'll also find updates on current and future efforts, projects, events and so on.
</p>
</div>

<div class="mt-3">
<a href="mailto:[email protected]"><i class="bi bi-envelope-fill pe-1"></i>Email us</a>
or <a href="https://github.com/AeroRust/AeroRust.github.io/issues/new?assignees=&labels=blog-post&template=featured-blog-post.md&title=%5BBlog+post%5D"><i class="bi bi-github pe-1"></i>open an issue</a>
if you'd like to feature a blog post related to aerospace or the space industries.
</div>

<div class="my-3">
<h4><a href="https://aerorust.org/blog/archive/">Archive</a></h4>
</div>
</div>
</div></div>
</div>

</div>
</section>

<div class="container">
<footer class="pt-3 mt-4 text-white-50">
<ul class="nav justify-content-center border-bottom pb-2 mb-2">
<li class="nav-item"><a href="https://aerorust.org/" class="nav-link px-2 text-white-50">Home</a></li>
<li class="nav-item"><a href="https://aerorust.org/catalogue/" class="nav-link px-2 text-white-50">Are we in space yet?</a></li>
<li class="nav-item"><a href="https://github.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-github me-1"></i>Github</a></li>
<li class="nav-item"><a href="https://discord.gg/6wFvsFWfnu" class="nav-link px-2 text-white-50"><i class="bi bi-discord me-1"></i>Discord</a></li>
<li class="nav-item"><a href="https://twitter.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-twitter me-1"></i>Twitter</a></li>
<li class="nav-item"><a href="https://youtube.com/AeroRust" class="nav-link px-2 text-white-50"><i class="bi bi-youtube me-1"></i>Youtube</a></li>

</ul>
<p class="text-center">© 2024 AeroRust (&#196;R) community</p>
</footer>
</div>
<script src="https://aerorust.org/dist/bundle.js"></script>
</body>

</html>
6 changes: 6 additions & 0 deletions blog/page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!doctype html>
<meta charset="utf-8">
<link rel="canonical" href="https://aerorust.org/blog/">
<meta http-equiv="refresh" content="0; url=https://aerorust.org/blog/">
<title>Redirect</title>
<p><a href="https://aerorust.org/blog/">Click here</a> to be redirected.</p>
Empty file.
Empty file.
Loading

0 comments on commit 554a638

Please sign in to comment.