-
Notifications
You must be signed in to change notification settings - Fork 9
/
sponsors.html
152 lines (130 loc) · 5.65 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---
layout: page
title: Sponsors
permalink: /sponsors/
tags: in-nav sponsors
---
<div class="hero">
<div class="container">
<h1>{{ page.title }}</h1>
<p class="lead">
This podcast comes to you every week thanks to Patreon donations and commerical support.
</p>
<p class="text-center">
<a href="{{ site.patreon_url }}" class="button"><span>Support us on Patreon</span></a>
</p>
</div>
</div>
<div class="block">
<div class="container">
<header class="block-header">
<h2>Official Sponsors</h2>
<p class="lead">These wonderful sponsors have made the show possible:</p>
</header>
</div>
<div class="container split-cols">
<section class="sponsor">
<a href="{{ site.notion_marketing_url }}">
<img src="/img/notion.png" alt="Notion" style="height:150px; width:420px; object-position:0 -45px; object-fit: cover" />
</a>
<p>Notion is the best note taking app, and it has the best AI integration to let you control your notes and get answers from your own docs and wikis
<a href="{{site.notion_marketing_url}}">{{ site.notion_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="{{ site.one_schema_marketing_url }}">
<img src="/img/one-schema.png" alt="OneSchema" />
</a>
<p>OneSchema lets you build fast, robust CSV import into your product. Do not reinvent the CSV import wheel.
<a href="{{site.one_schema_marketing_url}}">{{ site.one_schema_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="{{ site.hired_marketing_url }}">
<img src="/img/hired.png" alt="Hired" />
</a>
<p>With Hired, companies hiring for tech roles reach out directly to you and request interviews. You set the terms: salary, location, technologies.
<a href="{{site.hired_marketing_url}}">{{ site.hired_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="{{ site.compiler_marketing_url }}">
<img src="/img/compiler.jpg" alt="Red Hat Compiler" />
</a>
<p>Hosted by Angela Andrews and Brent Simoneaux, Compiler closes the gap between those who are new to technology, and those behind the inventions and services shaping our world.
</section>
<section class="sponsor">
<a href="{{ site.opslevel_marketing_url }}">
<img src="/img/opslevel.png" alt="OpsLevel" />
</a>
<p>OpsLevel makes shipping great software easier by organizing your microservices.
<a href="{{site.opslevel_marketing_url}}">{{ site.opslevel_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="{{ site.monday_com_marketing_url }}">
<img src="/img/monday.com.png" alt="Monday.com" />
</a>
<p>More than 100,000 companies around the world use monday.com to plan, manage, and track work in one centralized place.
<a href="{{site.monday_com_marketing_url}}">{{ site.monday_com_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="{{ site.velocity_marketing_url }}">
<img src="/img/velocity.svg" alt="O'Reilly Velocity Conference" />
</a>
<p>The O'Reilly Velocity Conference is where systems and site reliability engineers, architects, and application developers learn the skills and technologies needed to build and manage large-scale, cloud native systems.
<a href="{{site.velocity_marketing_url}}">{{ site.velocity_marketing_url }}</a>.</p>
</section>
<section class="sponsor">
<a href="https://www.algolia.com/softskillsengineering">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Algolia_logo.svg/1280px-Algolia_logo.svg.png"
alt="Algolia" />
</a>
<p>Algolia is looking for solutions engineers to join their team in Paris and San Francisco.</p>
</section>
<section class="sponsor">
<a href="{{ site.pluralsight_marketing_url }}">
<img
src="/img/pluralsight.png"
alt="Pluralsight" />
</a>
<p>Pluralsight is hiring machine learning engineers, data scientists, and software engineers. Check out the jobs at
<a href="{{site.pluralsight_marketing_url}}">{{site.pluralsight_marketing_url}}</a>.
</p>
</section>
<section class="sponsor">
<a href="{{ site.devmountain_marketing_url }}">
<img
src="/img/devmountain.png"
alt="DevMountain" />
</a>
<p>If you want to learn web development, iOS development, or UI/UX, we recommend DevMountain. Go check out their course schedules. Tell them Dave and Jamison sent you.
</p>
</section>
</div>
</div>
<div class="icon-sep">
<img
src="/img/heart.svg"
alt="A heart" />
</div>
<div class="block">
<div class="container">
<header class="block-header">
<h2>Becoming a Sponsor</h2>
<p>Your company can sponsor the Soft Skills Engineering podcast to reach thousands of super
intelligent, proactive software developers who are going places in the software development
industry.</p>
</header>
</div>
<div class="container split-cols">
<section class="info">
<h3>How to Sponsor</h3>
<p>If you're interested, send us a <a href="{{site.twitter_dm_url}}" target="_blank">Twitter
Direct Message</a> or email us at
<a mailto="soft-skills-engineering@googlegroups.com">soft-skills-engineering@googlegroups.com</a></p>
</section>
<section class="info">
<h3>Sponsorship Levels</h3>
<p>To get details on pricing and availability, please contact us directly. We'd love to talk about
options for your company to get maximum value from your sponsorship.</p>
</section>
</div>
</div>