Browse Source

So many updates.

pull/362/head
benny Vasquez 2 years ago
parent
commit
b596187b45
  1. 64
      assets/css/bundle.css
  2. 29
      i18n/en.json
  3. 197
      layouts/aldt-2023/single.html
  4. 17
      layouts/ato-2023/single.html
  5. 21
      layouts/members/single.html
  6. 0
      static/socialicons/discourse.png
  7. 0
      static/socialicons/docker.png
  8. 0
      static/socialicons/github.png
  9. 0
      static/socialicons/lists.png
  10. 10
      static/socialicons/mastodon.svg
  11. 0
      static/socialicons/mattermost.png
  12. 0
      static/socialicons/reddit.png
  13. 0
      static/socialicons/twitter.png
  14. 0
      static/socialicons/wiki.png
  15. BIN
      static/users/igor.jpeg

64
assets/css/bundle.css

@ -127,7 +127,8 @@ border-bottom-color: #14598a !important;
.al-backed-by-list a{
margin-top: 3rem !important;
}
.al-page-index .al-index-backed-by .al-backed-by-list {
/* formatting the sponsor logos on the home page. */
.al-page-index .al-index-backed-by .al-backed-by-list {
justify-content: space-between;
padding: 0;
}
@ -140,9 +141,9 @@ border-bottom-color: #14598a !important;
.al-page-index .al-index-backed-by .al-backed-by-list .al-backer-logo {
height: 100%;
width: 120px;
/* padding: 10px; */
}
/* formatting the sponsors on the event pages. */
.al-page-index .al-index-sponsors .al-backed-by-list {
justify-content: center;
padding: 0;
@ -155,9 +156,15 @@ border-bottom-color: #14598a !important;
}
.al-page-index .al-index-sponsors .al-backed-by-list .al-backer-logo {
height: 100%;
width: 120px;
width: 160px;
}
.al-page-index .al-index-sponsors .al-backed-by-list .al-backer-logo-small {
height: 100%;
width: 70px;
}
/* formatting the commercial support vendors on the index page. */
.al-page-index .al-index-commercial-support p.border-bottom {
border-bottom-color: #14598a !important;
}
@ -180,6 +187,7 @@ border-bottom-color: #14598a !important;
.al-page-index .al-index-faq {
background: #0e3b5c;
}
.al-page-index .al-index-faq .accordion-button {
border: 1px;
font-weight: normal;
@ -938,82 +946,98 @@ a {
overflow-wrap: anywhere;
}
/* this adds individual list images to the social links on the ATO-23 landing page, but can also be used elsewhere. */
/* this adds individual list images to the social links we've historcially used on event pages. */
.sociallist a {
color: #0D3654;
}
.social-item-one {
.social-item-mattermost {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/mattermost.png');
background-image: url('/socialicons/mattermost.png');
}
.social-item-two {
.social-item-twitter {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/twitter.png');
background-image: url('/socialicons/twitter.png');
}
.social-item-three {
.social-item-reddit {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/reddit.png');
background-image: url('/socialicons/reddit.png');
}
.social-item-four {
.social-item-lists {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/lists.png');
background-image: url('/socialicons/lists.png');
}
.social-item-five {
.social-item-discourse {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/discourse.png');
background-image: url('/socialicons/discourse.png');
}
.social-item-six {
.social-item-github {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/github.png');
background-image: url('/socialicons/github.png');
}
.social-item-seven {
.social-item-docker {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/docker.png');
background-image: url('/socialicons/docker.png');
}
.social-item-eight {
.social-item-wiki {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/landingpages/ato-2023/social/wiki.png');
background-image: url('/socialicons/wiki.png');
}
.social-item-fosstadon {
list-style: none; /* Remove default list bullet */
padding-left: 24px; /* Add padding for the image */
background-repeat: no-repeat;
background-size: 16px 16px; /* Adjust the size as needed */
background-position: 0 50%; /* Center the image vertically */
background-image: url('/socialicons/mastodon.svg');
}
/* adding for sponsor logos on the ALDT page */
.additional_sponsors {
}
/*# sourceMappingURL=bundle.css.map */

29
i18n/en.json

@ -477,27 +477,13 @@
"Internet Initiative Co., Ltd. Seminar Room": "Internet Initiative Co., Ltd. Seminar Room",
"13th floor, lidabashi Grand Bloom, 2-10-2 Fujimi, Chiyoda-ku, Tokyo": "13th floor, lidabashi Grand Bloom, 2-10-2 Fujimi, Chiyoda-ku, Tokyo",
"Register now!": "Register now!",
"150 guests, 5 speakers,": "150 guests, 5 speakers,",
"Come together to discuss AlmaLinux and the future of enterprise Linux": "Come together to discuss AlmaLinux and the future of enterprise Linux",
"Program": "Program",
"whole": "whole",
"Main venue": "Main venue",
"Sub venue": "Sub venue",
"reception": "reception",
"Keynote speech": "Keynote speech",
"Sponsored Session": "Sponsored Session",
"Sponsored session ② (currently being arranged)": "Sponsored session ② (currently being arranged)",
"Technical Session": "Technical Session",
"User session ① (under adjustment)": "User session ① (under adjustment)",
"Technical Session": "Technical Session",
"User session ② (under adjustment)": "User session ② (under adjustment)",
"break": "break",
"Social gathering": "Social gathering",
"If you come to one event this year, this is the one for you.": "If you come to one event this year, this is the one for you.",
"Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current frends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current frends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.",
"Register now!": "Register now!",
"An event like no other": "An event like no other",
"\"AlmaLinux Day Tokyo 2023\" is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people": "\"AlmaLinux Day Tokyo 2023\" is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people",
"As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting": "As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting",
"the most attention as a RHEL-compatible Linux.": "the most attention as a RHEL-compatible Linux.",
"At this event, speakers from the AlmaLinux OS Foundation will come to Japan to introduce": "At this event, speakers from the AlmaLinux OS Foundation will come to Japan to introduce",
@ -505,11 +491,22 @@
"needed when choosing the next Linux to use.": "needed when choosing the next Linux to use.",
"Register now to save your spot!": "Register now to save your spot!",
"While the event is free, registration is required for attendance and space is limited!": "While the event is free, registration is required for attendance and space is limited!",
"Register now!": "Register now!",
"Meet the Experts": "Meet the Experts",
"Speakers from across industries": "Speakers from across industries",
"Thank you to our event sponsors!": "Thank you to our event sponsors!",
"Can't make it?": "Can't make it?",
"We'll miss you, but if you can't make it to AlmaLinux Day Tokyo, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.": "We'll miss you, but if you can't make it to AlmaLinux Day Tokyo, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.",
"Header image by Trevor Dobson": "Header image by Trevor Dobson"
"Header image by Trevor Dobson": "Header image by Trevor Dobson",
"150 guests, 5 speakers, 1 amazing day": "150 guests, 5 speakers, 1 amazing day",
"AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people": "AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people",
"Registration": "Registration",
"Keynote": "Keynote",
"The Real Backstory of the Enterprise Linux Community": "The Real Backstory of the Enterprise Linux Community",
"DeepDive Session": "DeepDive Session",
"Break and discussion": "Break and discussion",
"Reception with light food and beverages": "Reception with light food and beverages",
"Industry session - Cybertrust Japan": "Industry session - Cybertrust Japan",
"Technical session (to be announced)": "Technical session (to be announced)",
"Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.",
"and to the rest of our project backers!": "and to the rest of our project backers!"
}

197
layouts/aldt-2023/single.html

@ -31,7 +31,7 @@
.item-event-2 {
padding-left: 0!important;
}
.item-headportret {
.item-headshot {
width: 50%!important;
}
}
@ -48,7 +48,7 @@
}
}
@media (max-width: 474px){
.item-headportret {
.item-headshot {
width: 80%!important;
}
table {
@ -75,13 +75,13 @@
</p>
</div>
<div class="toppic_item_2" style="padding-top: 30px;">
<a href="https://connpass.com/login/?next=https%3A//connpass.com/event/298459/join/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
<a href="https://connpass.com/event/298459/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
</div>
</div>
</div>
<div class="al-index-peopleinfo">
<div class="container al-py-md" style="padding: 0 40px 0 40px;">
<h1 style="font-size: 80px; letter-spacing: 0.80px; font-weight: 700; margin-bottom: 20px;">{{ i18n "150 guests, 5 speakers," }}</h1>
<h1 style="font-size: 80px;text-align: center;">{{ i18n "150 guests, 5 speakers, 1 amazing day" }}</h1>
<h3>{{ i18n "Come together to discuss AlmaLinux and the future of enterprise Linux" }}</h3>
</div>
</div>
@ -98,49 +98,49 @@
</tr>
<tr>
<td>12:00~13:00</td>
<td>{{ i18n "reception" }}</td>
<td>{{ i18n "Registration" }}</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>13:00~13:40</td>
<td>-</td>
<td>{{ i18n "Keynote speech" }} (AlmaLinux OS Foundation Chair - benny Vasquez)</td>
<td>{{ i18n "Keynote" }} (AlmaLinux OS Foundation Chair - benny Vasquez)</td>
<td>-</td>
</tr>
<tr>
<td>13:50~14:30</td>
<td>-</td>
<td>{{ i18n "Sponsored Session" }} ① (CloudLinux Inc. CEO - Igor Seletskiy) </td>
<td>{{ i18n "The Real Backstory of the Enterprise Linux Community" }} (Tuxcare Inc. CEO - Igor Seletskiy) </td>
<td>-</td>
</tr>
<tr>
<td>14:40~15:20</td>
<td>-</td>
<td>{{ i18n "Sponsored session ② (currently being arranged)" }}</td>
<td>{{ i18n "Industry session - Cybertrust Japan" }}</td>
<td>-</td>
</tr>
<tr>
<td>15:30~16:10</td>
<td>-</td>
<td>{{ i18n "Technical Session" }} ① (AlmaLinux OS Architect - Andrew Lukoshko)</td>
<td>{{ i18n "User session ① (under adjustment)" }}</td>
<td>{{ i18n "DeepDive Session" }} (AlmaLinux OS Architect - Andrew Lukoshko)</td>
<td>{{ i18n "Technical session (to be announced)" }}</td>
</tr>
<tr>
<td>16:20~17:00</td>
<td>-</td>
<td>{{ i18n "Technical Session" }} ② (AlmaLinux Developer - Matthias Kruk)</td>
<td>{{ i18n "User session ② (under adjustment)" }}</td>
<td>{{ i18n "DeepDive Session" }} (AlmaLinux and MiracleLinux Developer - Matthias Kruk)</td>
<td>{{ i18n "Technical session (to be announced)" }}</td>
</tr>
<tr>
<td>17:00~17:30</td>
<td>{{ i18n "break" }}</td>
<td>{{ i18n "Break and discussion" }}</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>17:30~19:30</td>
<td>{{ i18n "Social gathering" }}</td>
<td>{{ i18n "Reception with light food and beverages" }}</td>
<td>-</td>
<td>-</td>
</tr>
@ -152,10 +152,10 @@
<div class="container al-py-md" style="padding: 0 40px 0 40px;">
<h2 style="font-size: 50px; letter-spacing: 0.80px; font-weight: 600; margin-bottom: 20px;">{{ i18n "If you come to one event this year, this is the one for you." }}</h2>
<p style="margin-bottom: 20px; line-height: 28px; letter-spacing: 0.25px;">
{{ i18n "Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current frends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing." }}
{{ i18n "Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing." }}
</p>
<div style="text-align: center">
<a href="https://connpass.com/login/?next=https%3A//connpass.com/event/298459/join/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
<a href="https://connpass.com/event/298459/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
</div>
</div>
</div>
@ -168,7 +168,7 @@
</div>
<div class="item-event-2" style="display: flex; flex-direction: column; justify-content: space-between; padding-left: 40px;">
<span style="line-height: 28px; letter-spacing: 0.25px; padding-bottom: 20px;">
{{ i18n "\"AlmaLinux Day Tokyo 2023\" is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people" }}
{{ i18n "AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet all of the people" }}
</span>
<span style="line-height: 28px; letter-spacing: 0.25px; padding-bottom: 20px;">
{{ i18n "As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting" }}
@ -190,7 +190,7 @@
{{ i18n "While the event is free, registration is required for attendance and space is limited!" }}
</p>
<div style="text-align: center">
<a href="https://connpass.com/login/?next=https%3A//connpass.com/event/298459/join/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
<a href="https://connpass.com/event/298459/" class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">{{ i18n "Register now!" }}</a>
</div>
</div>
</div>
@ -205,98 +205,101 @@
</h3>
</div>
<div class="container-speakers" style="display: flex; justify-content: center; flex-wrap: wrap;">
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker one -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/benny.jpg" alt="benny Vasquez" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>benny Vasquez</p>
<span class="small text-uppercase mb-1">Chair, Board of Directors</span>
<span class="small fw-light">AlmaLinux OS Foundation</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker two -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/users/igor.jpeg" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>Igor Seletskiy</p>
<span class="small text-uppercase mb-1">CEO</span>
<span class="small fw-light">TuxCare</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker three -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/landingpages/aldt-2023/image_of_people.png" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>name name</p>
<span class="small text-uppercase mb-1">Title</span>
<span class="small fw-light">Company</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker four -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/landingpages/aldt-2023/image_of_people.png" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>name name</p>
<span class="small text-uppercase mb-1">Title</span>
<span class="small fw-light">Company</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker five -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/landingpages/aldt-2023/image_of_people.png" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>name name</p>
<span class="small text-uppercase mb-1">Title</span>
<span class="small fw-light">Company</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker six -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/landingpages/aldt-2023/image_of_people.png" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>name name</p>
<span class="small text-uppercase mb-1">Title</span>
<span class="small fw-light">Company</span>
</div>
</div>
</div>
<div class="item-headportret" style="width: 25%; align-items: center; padding: 20px 20px;">
<!-- speaker seven -->
<div class="item-headshot" style="width: 25%; align-items: center; padding: 20px 20px;">
<div class="item-speakers" style="display: flex; flex-direction: column; align-items: center; background: #0f4266; padding: 40px 0;">
<span style="display: inline-block; border-radius: 50%; width: 90px; height: 90px; background-color: #ffffff; margin-bottom: 20px; display: flex; justify-content: center; align-items: center">
<img src="/landingpages/aldt-2023/image_of_people.png" style="height: 80px; border-radius: 50%;">
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/landingpages/aldt-2023/image_of_people.png" alt="default image" style="max-width: 80px;">
</span>
<div style="display: flex; flex-direction: column; text-align: center;">
<span>Name Name</span>
<span>Title</span>
<span>Company</span>
<p>name name</p>
<span class="small text-uppercase mb-1">Title</span>
<span class="small fw-light">Company</span>
</div>
</div>
</div>
<!-- /speaker seven -->
</div>
<!-- /speaker container -->
</div>
<!-- /this specific row -->
</div>
<!-- / al-index-meet -->
<div class="al-index-sponsors">
<div class="container al-py-md" style="padding: 0 40px 0 40px;">
<h1 style="font-size: 60px; font-weight: 700; line-height: 80px; text-align: center;">{{ i18n "Thank you to our event sponsors!" }}</h1>
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-backed-by-list">
<a href="https://www.cloudlinux.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img style="object-fit: contain;" loading="lazy" src="/brands/cloudlinux.svg" alt="CloudLinux" class="al-backer-logo">
@ -314,140 +317,143 @@
<img style="object-fit: contain;" loading="lazy" src="/brands/TuxCare_Horizontal_Logo_NoTagLine_White.svg" alt="TuxCare" class="al-backer-logo">
</div>
</a>
</div>
<!--begin small logos -->
<h1 style="font-size: 40px; font-weight: 500; line-height: 45px; text-align: center;padding-top:40px;">{{ i18n "and to the rest of our project backers!" }}</h1>
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-backed-by-list">
<a href="https://codenotary.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img style="object-fit: contain;" loading="lazy" src="/brands/light.svg" alt="Codenotary" class="al-backer-logo">
<img style="object-fit: contain;" loading="lazy" src="/brands/light.svg" alt="Codenotary" class="al-backer-logo-small">
</div>
</a>
<a href="https://aws.amazon.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img style="object-fit: contain;" loading="lazy" src="/brands/aws.svg" alt="Amazon AWS" class="al-backer-logo">
<img style="object-fit: contain;" loading="lazy" src="/brands/aws.svg" alt="Amazon AWS" class="al-backer-logo-small">
</div>
</a>
<a href="https://azure.microsoft.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img style="object-fit: contain;" loading="lazy" src="/brands/azurelarge1.svg" alt="Microsoft Azure" class="al-backer-logo">
<img style="object-fit: contain;" loading="lazy" src="/brands/azurelarge1.svg" alt="Microsoft Azure" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.arm.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/arm.svg" alt="ARM" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/arm.svg" alt="ARM" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.sinenomine.net/offerings/linux/almalinux" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/sine_nomine_logo_grayscale.svg" alt="Sine Nomine" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/sine_nomine_logo_grayscale.svg" alt="Sine Nomine" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.equinix.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/equinix.svg" alt="Equinix" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/equinix.svg" alt="Equinix" class="al-backer-logo-small">
</div>
</a>
<a href="https://cpanel.net" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/cpanel.svg" alt="CPanel" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/cpanel.svg" alt="CPanel" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.hivelocity.net" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/hivelocity.svg" alt="Hivelocity" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/hivelocity.svg" alt="Hivelocity" class="al-backer-logo-small">
</div>
</a>
<a href="https://osuosl.org" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/osuosl.svg" alt="OSU Open Source Lab" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/osuosl.svg" alt="OSU Open Source Lab" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.plesk.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/plesk.svg" alt="Plesk" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/plesk.svg" alt="Plesk" class="al-backer-logo-small">
</div>
</a>
<a href="https://mattermost.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/mattermost.svg" alt="Mattermost" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/mattermost.svg" alt="Mattermost" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.algolia.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/logo-algolia-nebula-blue-full_a52auc4.svg" alt="Algolia" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/logo-algolia-nebula-blue-full_a52auc4.svg" alt="Algolia" class="al-backer-logo-small">
</div>
</a>
<a href="https://rackspeed.de" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/rackspeed-logo-reverse.svg" alt="RackSpeed" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/rackspeed-logo-reverse.svg" alt="RackSpeed" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.knownhost.com/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/KnownHostLogoFLATWHITE.svg" alt="KnownHost" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/KnownHostLogoFLATWHITE.svg" alt="KnownHost" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.amd.com/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/AMD_Logo.svg" alt="AMD" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/AMD_Logo.svg" alt="AMD" class="al-backer-logo-small">
</div>
</a>
<a href="https://black.host/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/blackhost_logo.svg" alt="BlackHOST" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/blackhost_logo.svg" alt="BlackHOST" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.cloudfest.com/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/Cloudfest_logo_2022_white_1.svg" alt="CloudFest" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/Cloudfest_logo_2022_white_1.svg" alt="CloudFest" class="al-backer-logo-small">
</div>
</a>
<a href="http://procomputers.com/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/procomputers_logo_white.svg" alt="ProComputers" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/procomputers_logo_white.svg" alt="ProComputers" class="al-backer-logo-small">
</div>
</a>
<a href="https://orcharhino.com/en/" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/167500144-1f877ea7-9b48-40cc-8363-7f795ce585fe.svg" alt="Orcharhino"
class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/167500144-1f877ea7-9b48-40cc-8363-7f795ce585fe.svg" alt="Orcharhino" class="al-backer-logo-small">
</div>
</a>
<a href="https://world4you.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/w4y_logo_4C_white.svg" alt="World4You" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/w4y_logo_4C_white.svg" alt="World4You" class="al-backer-logo-small">
</div>
</a>
<a href="https://www.hawkhost.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/HH-AllWhiteAlma.svg" alt="HawkHost" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/HH-AllWhiteAlma.svg" alt="HawkHost" class="al-backer-logo-small">
</div>
</a>
<a href="https://openlogic.com" >
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container" >
<img style="object-fit: contain;" loading="lazy" src="/brands/logo-openlogic-tagline-white.svg" alt="OpenLogic" class="al-backer-logo" >
<img style="object-fit: contain;" loading="lazy" src="/brands/logo-openlogic-tagline-white.svg" alt="OpenLogic" class="al-backer-logo-small">
</div>
</a>
</div>
</div>
<!--end small logos -->
</div>
</div>
<div class="al-index-stop" style="background: #22C2FF;">
@ -464,14 +470,15 @@
<div class="stop-item-2" style="padding-left: 50px;">
<h4 class="fw-bold mb-0 pb-2">{{ i18n "Come hang out with us!" }}</h4>
<ul>
<li class="social-item-one sociallist"><a href="http://chat.almalinux.org">chat.almalinux.org</a></li>
<li class="social-item-two sociallist"><a href="http://twitter.com/almalinux">twitter.com/almalinux</a></li>
<li class="social-item-three sociallist"><a href="http://reddit.com/r/almalinux">reddit.com/r/almalinux</a></li>
<li class="social-item-four sociallist"><a href="http://lists.almalinux.org">lists.almalinux.org</a></li>
<li class="social-item-five sociallist"><a href="http://almalinux.discourse.group">almalinux.discourse.group</a></li>
<li class="social-item-six sociallist"><a href="http://github.com/AlmaLinux">github.com/AlmaLinux</a></li>
<li class="social-item-seven sociallist"><a href="http://hub.docker.com/_/almalinux">hub.docker.com/_/almalinux</a></li>
<li class="social-item-eight sociallist"><a href="http://wiki.almalinux.org/">wiki.almalinux.org</a></li>
<li class="social-item-mattermost sociallist"><a href="http://chat.almalinux.org">chat.almalinux.org</a></li>
<li class="social-item-fosstadon sociallist"><a href="https://fosstodon.org/@almalinux">fosstodon.org/@almalinux</a></li>
<li class="social-item-twitter sociallist"><a href="http://twitter.com/almalinux">twitter.com/almalinux</a></li>
<li class="social-item-reddit sociallist"><a href="http://reddit.com/r/almalinux">reddit.com/r/almalinux</a></li>
<li class="social-item-lists sociallist"><a href="http://lists.almalinux.org">lists.almalinux.org</a></li>
<li class="social-item-discourse sociallist"><a href="http://almalinux.discourse.group">almalinux.discourse.group</a></li>
<li class="social-item-github sociallist"><a href="http://github.com/AlmaLinux">github.com/AlmaLinux</a></li>
<li class="social-item-docker sociallist"><a href="http://hub.docker.com/_/almalinux">hub.docker.com/_/almalinux</a></li>
<li class="social-item-wiki sociallist"><a href="http://wiki.almalinux.org/">wiki.almalinux.org</a></li>
</ul>
</div>
</div>
@ -479,7 +486,7 @@
</div>
<div class="al-index-image-by" style="background: #0e3b5c;">
<div class="container al-py-md" style="padding: 0 40px 0 40px;">
<h3>{{ i18n "Header image by Trevor Dobson" }}</h3>
<p>{{ i18n "Header image by Trevor Dobson" }}<p>
<a style="color: #fff;" href="https://www.flickr.com/photos/trevor_dobson_inefekt69/18007385589"><img src="/landingpages/aldt-2023/flickr.svg" style="height: 15px;">trevor_dobson</a>
</div>
</div>

17
layouts/ato-2023/single.html

@ -431,14 +431,15 @@
<div class="stop-item-2" style="padding-left: 50px;">
<h4 class="fw-bold mb-0 pb-2">{{ i18n "Come hang out with us!" }}</h4>
<ul>
<li class="social-item-one sociallist"><a href="http://chat.almalinux.org">chat.almalinux.org</a></li>
<li class="social-item-two sociallist"><a href="http://twitter.com/almalinux">twitter.com/almalinux</a></li>
<li class="social-item-three sociallist"><a href="http://reddit.com/r/almalinux">reddit.com/r/almalinux</a></li>
<li class="social-item-four sociallist"><a href="http://lists.almalinux.org">lists.almalinux.org</a></li>
<li class="social-item-five sociallist"><a href="http://almalinux.discourse.group">almalinux.discourse.group</a></li>
<li class="social-item-six sociallist"><a href="http://github.com/AlmaLinux">github.com/AlmaLinux</a></li>
<li class="social-item-seven sociallist"><a href="http://hub.docker.com/_/almalinux">hub.docker.com/_/almalinux</a></li>
<li class="social-item-eight sociallist"><a href="http://wiki.almalinux.org/">wiki.almalinux.org</a></li>
<li class="social-item-mattermost sociallist"><a href="http://chat.almalinux.org">chat.almalinux.org</a></li>
<li class="social-item-fosstadon sociallist"><a href="https://fosstodon.org/@almalinux">fosstodon.org/@almalinux</a></li>
<li class="social-item-twitter sociallist"><a href="http://twitter.com/almalinux">twitter.com/almalinux</a></li>
<li class="social-item-reddit sociallist"><a href="http://reddit.com/r/almalinux">reddit.com/r/almalinux</a></li>
<li class="social-item-lists sociallist"><a href="http://lists.almalinux.org">lists.almalinux.org</a></li>
<li class="social-item-discourse sociallist"><a href="http://almalinux.discourse.group">almalinux.discourse.group</a></li>
<li class="social-item-github sociallist"><a href="http://github.com/AlmaLinux">github.com/AlmaLinux</a></li>
<li class="social-item-docker sociallist"><a href="http://hub.docker.com/_/almalinux">hub.docker.com/_/almalinux</a></li>
<li class="social-item-wiki sociallist"><a href="http://wiki.almalinux.org/">wiki.almalinux.org</a></li>
</ul>
</div>
</div>

21
layouts/members/single.html

@ -305,7 +305,7 @@
<div class="container pb-5 mb-5">
<div class=" text-center fs-6">
{{ i18n "Do you have membership related questions?" }}
<a href="mailto:info@almalinux.org">{{ i18n "Contact us" }}</a>.
<a href="mailto:membership@almalinux.org">{{ i18n "Contact us" }}</a>.
</div>
</div>
@ -324,8 +324,7 @@
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/benny.jpg" alt="benny Vasquez" style="max-width: 180px;">
</div>
<h5 class="mb-1">benny Vasquez</h5>
<div class="small text-uppercase mb-1">Chair, BoD</div>
<div class="small text-uppercase mb-1">Chair, Board of Directors</div>
<div class="small fw-light">AlmaLinux OS Foundation</div>
</div>
</div>
@ -337,9 +336,8 @@
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/jack.jpg" alt="Jack Aboutboul" style="max-width: 180px;">
</div>
<h5 class="mb-1">Jack Aboutboul</h5>
<div class="small text-uppercase mb-1">AlmaLinux OS Community Manager</div>
<div class="small fw-light">Microsoft, INC</div>
<div class="small fw-light">Microsoft, Inc</div>
</div>
</div>
<!-- end Jack -->
@ -350,8 +348,7 @@
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/jesse.jpg" alt="Jesse Asklund" style="max-width: 180px;">
</div>
<h5 class="mb-1">Jesse Asklund</h5>
<div class="small text-uppercase mb-1">{{ i18n "Global head of customer experience for" }} WebPros</div>
<div class="small text-uppercase mb-1">{{ i18n "Global head of Customer Experience" }}</div>
<div class="small fw-light">WebPros</div>
</div>
</div>
@ -363,9 +360,7 @@
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/simon.jpg" alt="Simon Phipps" style="max-width: 180px;">
</div>
<h5 class="mb-1">Simon Phipps</h5>
<div class="small text-uppercase mb-1">{{ i18n "open source advocate and a former president of the" }} Open Source Initiative</div>
<div class="small text-uppercase mb-1"></div>
<div class="small text-uppercase mb-1">{{ i18n "open source advocate and a former president of the" }} Open Source Initiative</div>
<div class="small fw-light"></div>
</div>
</div>
@ -376,8 +371,7 @@
<div>
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/default.png" alt="AlmaLinux OS Logo" style="max-width: 180px;">
</div>
<h5 class="mb-1">Moshe Bar</h5>
<h5 class="mb-1">Moshe Bar</h5>
<div class="small text-uppercase mb-1">{{ i18n "CEO" }} </div>
<div class="small fw-light">Codenotary Inc.</div>
</div>
@ -390,8 +384,7 @@
<div>
<img class="img-fluid rounded-circle mb-3 img-thumbnail" src="/board/daniel.jpeg" alt="Daniel Pearson" style="max-width: 180px;">
</div>
<h5 class="mb-1">Daniel Pearson</h5>
<h5 class="mb-1">Daniel Pearson</h5>
<div class="small text-uppercase mb-1">{{ i18n "CEO" }}</div>
<div class="small fw-light">KnownHost</div>
</div>

0
static/landingpages/ato-2023/social/discourse.png → static/socialicons/discourse.png

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

0
static/landingpages/ato-2023/social/docker.png → static/socialicons/docker.png

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/landingpages/ato-2023/social/github.png → static/socialicons/github.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
static/landingpages/ato-2023/social/lists.png → static/socialicons/lists.png

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

10
static/socialicons/mastodon.svg

@ -0,0 +1,10 @@
<svg width="75" height="79" viewBox="0 0 75 79" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M73.8393 17.4898C72.6973 9.00165 65.2994 2.31235 56.5296 1.01614C55.05 0.797115 49.4441 0 36.4582 0H36.3612C23.3717 0 20.585 0.797115 19.1054 1.01614C10.5798 2.27644 2.79399 8.28712 0.904997 16.8758C-0.00358524 21.1056 -0.100549 25.7949 0.0682394 30.0965C0.308852 36.2651 0.355538 42.423 0.91577 48.5665C1.30307 52.6474 1.97872 56.6957 2.93763 60.6812C4.73325 68.042 12.0019 74.1676 19.1233 76.6666C26.7478 79.2728 34.9474 79.7055 42.8039 77.9162C43.6682 77.7151 44.5217 77.4817 45.3645 77.216C47.275 76.6092 49.5123 75.9305 51.1571 74.7385C51.1797 74.7217 51.1982 74.7001 51.2112 74.6753C51.2243 74.6504 51.2316 74.6229 51.2325 74.5948V68.6416C51.2321 68.6154 51.2259 68.5896 51.2142 68.5661C51.2025 68.5426 51.1858 68.522 51.1651 68.5058C51.1444 68.4896 51.1204 68.4783 51.0948 68.4726C51.0692 68.4669 51.0426 68.467 51.0171 68.4729C45.9835 69.675 40.8254 70.2777 35.6502 70.2682C26.7439 70.2682 24.3486 66.042 23.6626 64.2826C23.1113 62.762 22.7612 61.1759 22.6212 59.5646C22.6197 59.5375 22.6247 59.5105 22.6357 59.4857C22.6466 59.4609 22.6633 59.4391 22.6843 59.422C22.7053 59.4048 22.73 59.3929 22.7565 59.3871C22.783 59.3813 22.8104 59.3818 22.8367 59.3886C27.7864 60.5826 32.8604 61.1853 37.9522 61.1839C39.1768 61.1839 40.3978 61.1839 41.6224 61.1516C46.7435 61.008 52.1411 60.7459 57.1796 59.7621C57.3053 59.7369 57.431 59.7154 57.5387 59.6831C65.4861 58.157 73.0493 53.3672 73.8178 41.2381C73.8465 40.7606 73.9184 36.2364 73.9184 35.7409C73.9219 34.0569 74.4606 23.7949 73.8393 17.4898Z" fill="url(#paint0_linear_549_34)"/>
<path d="M61.2484 27.0263V48.114H52.8916V27.6475C52.8916 23.3388 51.096 21.1413 47.4437 21.1413C43.4287 21.1413 41.4177 23.7409 41.4177 28.8755V40.0782H33.1111V28.8755C33.1111 23.7409 31.0965 21.1413 27.0815 21.1413C23.4507 21.1413 21.6371 23.3388 21.6371 27.6475V48.114H13.2839V27.0263C13.2839 22.7176 14.384 19.2946 16.5843 16.7572C18.8539 14.2258 21.8311 12.926 25.5264 12.926C29.8036 12.926 33.0357 14.5705 35.1905 17.8559L37.2698 21.346L39.3527 17.8559C41.5074 14.5705 44.7395 12.926 49.0095 12.926C52.7013 12.926 55.6784 14.2258 57.9553 16.7572C60.1531 19.2922 61.2508 22.7152 61.2484 27.0263Z" fill="white"/>
<defs>
<linearGradient id="paint0_linear_549_34" x1="37.0692" y1="0" x2="37.0692" y2="79" gradientUnits="userSpaceOnUse">
<stop stop-color="#6364FF"/>
<stop offset="1" stop-color="#563ACC"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

0
static/landingpages/ato-2023/social/mattermost.png → static/socialicons/mattermost.png

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

0
static/landingpages/ato-2023/social/reddit.png → static/socialicons/reddit.png

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
static/landingpages/ato-2023/social/twitter.png → static/socialicons/twitter.png

Before

Width:  |  Height:  |  Size: 1009 B

After

Width:  |  Height:  |  Size: 1009 B

0
static/landingpages/ato-2023/social/wiki.png → static/socialicons/wiki.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/users/igor.jpeg

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save