Skip to content

Commit

Permalink
Add sponsoring packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Mar 20, 2024
1 parent 3d5d5f3 commit 9992c58
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 19 deletions.
12 changes: 12 additions & 0 deletions _assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,18 @@ footer a:hover, a:focus, a:active {
color: var(--lighter-orange);
}

#sponsoring a {
line-break: anywhere;
}

#sponsoring .sold {
color: grey;
}

#sponsoring .sold a {
color: grey;
}

@media (max-width: 1024px) {
nav > ul {
margin-inline: 1rem;
Expand Down
20 changes: 1 addition & 19 deletions _includes/default.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ site.description }}" />
<meta name="keywords" content="{{ site.keywords }}" />
<meta name="author" content="{{ site.author }}" />

<title>{{ site.year }} {{ site.title }}</title>

<link rel="icon" href="/favicon.ico" />
<link href="css/style.css" rel="stylesheet" />

<!-- Custom Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@400;700&family=Noto+Emoji:wght@400;700&family=Roboto+Slab:wght@400;700&family=Droid+Serif:wght@400&display=swap" rel="stylesheet">

</head>
<body>

{% include 'head.html' %}
<nav>
<ul>
<li>
Expand Down
18 changes: 18 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ site.description }}" />
<meta name="keywords" content="{{ site.keywords }}" />
<meta name="author" content="{{ site.author }}" />

<title>{{ site.year }} {{ site.title }}</title>

<link rel="icon" href="/favicon.ico" />
<link href="/css/style.css" rel="stylesheet" />

<!-- Custom Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@400;700&family=Noto+Emoji:wght@400;700&family=Roboto+Slab:wght@400;700&family=Droid+Serif:wght@400&display=swap" rel="stylesheet">

</head>
23 changes: 23 additions & 0 deletions _includes/sponsoring.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<body>
{% include 'head.html' %}
<script>document.title = "{{ site.title }} {{ site.year }} {{ title }}"</script>
<nav>
<ul>
<li>
<a href="#">{{ site.title }} {{ site.year }}</a>
</li>
</ul>
</nav>

<main>
<section id="sponsoring">
<div class="section-wrapper">
{{ content }}
</div>
</section>
</main>

</body>
</html>
66 changes: 66 additions & 0 deletions sponsoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
layout: sponsoring
title: Sponsoring Packages
---

## Sponsoring Packages

### Levels

#### Gold Sponsor: 5,000 EUR - Igalia

* Benefits:
* **Big size company logo** in the hackfest website and wiki:
<http://webengineshackfest.org/2023#sponsors>
<https://github.com/Igalia/webengineshackfest/wiki/#sponsors>
* **Big size company logo** at the **beginning and end** of any video published related to the hackfest:
<https://www.youtube.com/channel/UCPQ8NaRSfsGei1j1meO4pNg>
* **Company will be listed as sponsor** in all the hackfest communications: announcement, piece of news, posts, etc.

#### Silver Sponsor: 2,500 EUR - Arm

* Benefits:
* **Medium size company logo** in the hackfest website and wiki:
<http://webengineshackfest.org/2023#sponsors>
<https://github.com/Igalia/webengineshackfest/wiki/#sponsors>
* **Medium size company logo** at the **end** of any video published related to the hackfest:
<https://www.youtube.com/channel/UCPQ8NaRSfsGei1j1meO4pNg>
* **Company will be listed as sponsor** in all the hackfest communications: announcement, piece of news, posts, etc.

#### Bronze Sponsor: 1,000 EUR

* Benefits:
* **Small size company logo** in the hackfest website and wiki:
<http://webengineshackfest.org/2023#sponsors>
<https://github.com/Igalia/webengineshackfest/wiki/#sponsors>
* **Company will be listed as sponsor** in all the hackfest communications: announcement, piece of news, posts, etc.

<div style="break-inside: avoid; padding-top: 1em;">

### Other

#### Lunch Sponsor: 5,000 EUR

* Description: Provide lunch for people attending the hackfest.
* Benefits:
* **Special mention** about company sponsoring lunch.
* Some **signage with company logo** during lunch.
* **Small size company logo** in the hackfest website and wiki:
<http://webengineshackfest.org/2023#sponsors>
<https://github.com/Igalia/webengineshackfest/wiki/#sponsors>

<div class="sold" >

#### Coffee & Snacks Sponsor: 2,500 EUR - Arm (SOLD)

* Description: Provide coffee & snacks for people attending the hackfest.
* Benefits:
* **Special mention** about company sponsoring coffee & snacks.
* Some **signage with company logo** on the cofeee & snacks tables.
* **Small size company logo** in the hackfest website and wiki:
<http://webengineshackfest.org/2023#sponsors>
<https://github.com/Igalia/webengineshackfest/wiki/#sponsors>

</div>

</div>
Binary file added sponsoring.pdf
Binary file not shown.

0 comments on commit 9992c58

Please sign in to comment.