Skip to content

Commit 73f1c42

Browse files
committed
updated foundation info
1 parent b6af165 commit 73f1c42

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

src/assets/css/elements.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,26 @@ hr.theme {
150150
border-radius: 4px;
151151
margin: 0;
152152
}
153+
154+
.alert-box {
155+
max-width: 40rem;
156+
position: relative;
157+
margin: 1.5rem 0;
158+
padding: 1.5rem;
159+
padding-left: 3rem;
160+
background-color: #2a2a2a; /* Dark background */
161+
border: 1px solid #00cccc; /* Teal border */
162+
border-radius: 4px;
163+
color: #eee; /* Light text */
164+
165+
/* Base64-encoded SVG as a background image */
166+
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%2300c0b5"><path d="M440-280h80v-240h-80v240Zm40-320q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm0 520q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
167+
background-repeat: no-repeat;
168+
background-position: left 0.75rem top 1.5rem;
169+
background-size: 24px; /* Scale the icon as needed */
170+
p {
171+
margin-bottom: 0;
172+
margin-top: 0.5rem;
173+
font-size: var(--type-small);
174+
}
175+
}

src/content/english/foundation.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ export default () => ({
3838
<td>251-</td>
3939
<td>12000€</td>
4040
</tr>
41-
</table>`
41+
</table>
42+
<div class="alert-box">
43+
<h4>How is the amount of users determined?</h4>
44+
<p>Include those working directly or indirectly with Robot Framework, such as developers, testers, and managers.</p>
45+
<p>1-2 users primarily means freelancers and small companies. If you are unsure, feel free to contact us.</p>
46+
</div>`
4247
},
4348
howToJoin: {
4449
title: 'How to join',

0 commit comments

Comments
 (0)