Skip to content

Commit

Permalink
Update application note to make it a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Sep 14, 2023
1 parent 11b094e commit 7682440
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ code {
font-size: 85%;
padding: 0.2em 0.4em;
}

.alert {
@apply bg-red-100 border border-red-400 px-4 py-3 pt-4 pb-4 mb-8 text-xl;
}
6 changes: 4 additions & 2 deletions source/_posts/2023-09-06-application-form-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ The application form will be **open until September 30, 2023**.
<a href="https://forms.gle/Ji7Vvj1y2bMf9pUz7" class="inline-block py-2 no-underline px-6 !text-white bg-[#7f52ff] rounded-3xl hover:bg-[rgba(127,82,255,.8)]">Apply</a>
</p>

Note: This is not a job for PHP developers or those who want to become one. The development of PHP is done in the С programming language, and requires proficiency in system programming.

<div class="alert">
<span class="inline-block font-bold">Note: This is not a job for PHP developers or aspiring PHP developers.</span><br>
The development of PHP is done in the С programming language, and requires proficiency in system programming.
</div>

## What are the requirements?

Expand Down

0 comments on commit 7682440

Please sign in to comment.