-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
120 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.