Skip to content

Commit

Permalink
Merge pull request #2 from BelfastGophers/talk_proposal_embedded
Browse files Browse the repository at this point in the history
Embed speaker form
  • Loading branch information
gangleri authored Dec 7, 2022
2 parents e843532 + 37dc2c5 commit aa6f8a8
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h3 id="contact">Contact</h3>

<h3 id="speaking">Speaking</h3>

<p>If you would like to give a talk at our group please fill in this
<a href="https://forms.gle/NTHRmZQSQEr8KBpF8" target="_blank">form</a> and one of our organisers will be
<p>If you would like to give a talk at our group please fill in
<a href="/speak" target="_blank">our talk proposal form</a> and one of our organisers will be
in
touch to schedule your talk.
</p>
Expand Down
123 changes: 121 additions & 2 deletions speak/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,130 @@
<html>

<head>
<meta http-equiv="refresh" content="0; url='https://forms.gle/NTHRmZQSQEr8KBpF8'" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="../icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="../icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="../icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="../icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="../icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="../icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="../icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="../icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="../icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="../icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="../icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="../icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="../icons/favicon-16x16.png">
<link rel="manifest" href="../icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="../icons/ms-icon-144x144.png">

<meta name="title" property='og:title' content='Submit a Talk at The Belfast Gophers' />
<meta name="image" property='og:image' content='http://belfastgophers.com/images/gopher_card.png' />
<meta name="author" content="Alan Bradley">
<meta name="description" property='og:description'
content='Belfast Gophers, aka The Go Belfast User Group (GBUG), are a Belfast-based community for anyone interested in the Go programming language.' />
<meta property='og:url' content='http://belfastgophers.com/' />

<title>Belfast Gophers: Submit a talk</title>

<link rel="stylesheet" href="/styles/fonts.min.css">
<link rel="stylesheet" href="/styles/main.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<style>
.sponsors img {
max-width: 90%;
}
</style>

<body>
<p>Please follow <a href="https://forms.gle/NTHRmZQSQEr8KBpF8">this link</a>.</p>
<div class="wrapper">
<header>

<h1><a href="/">Speaking @ Belfast Gophers</a></h1>


<img src="/images/logo.png" alt="Logo" style="margin-bottom:20px" />


<p>A Belfast-based community for anyone interested in the Go programming language</p>

<ul class="downloads">
<li><a href="https://www.meetup.com/Belfast-Gophers"><i class="fab fa-meetup"
aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UClH4m_4FPMOYYw7hGKHS1UA"><i class="fab fa-youtube"
aria-hidden="true"></i></a>
</li>
<li><a href="https://twitter.com/belfast_gopher"><i class="fab fa-twitter" aria-hidden="true"></i></a>
</li>
<li><a href="https://github.com/BelfastGophers"><i class="fab fa-github" aria-hidden="true"></i></a>
</li>
</ul>
<h3 id="sponsors">Sponsors</h3>
<div class="sponsors">
<a href="https://uradical.io/" target="_blank"><img alt="uRadical"
src="/images/sponsors/uradical.png" /></a>
<br />
<a href="https://teamwork.com/" target="_blank">
<img alt="Teamwork logo" src="/images/sponsors/teamwork.png" /></a>
<br />
<a href="https://www.vistasrecruitment.com/" target="_blank"><img alt="Vistas Recruitment logo"
src="/images/sponsors/vistas.jpg" /></a>
<br />
<a href="https://www.jetbrains.com/" target="_blank"><img alt="JetbBrains logo"
src="/images/sponsors/jetbrains.png" /></a>
<br />

<a href="https://gobridge.org/" target="_blank"><img alt="GoBridge logo"
src="/images/sponsors/gobridge.png" /></a>
</div>

<p><br />
<br />
</p>


<h3 id="mediaPartners">Media Partners</h3>

<p>
We are very proud to be media partners with the following awesome Go conferences.
</p>

<div class="sponsors">
<a href="https://www.dotgo.eu/" target="_blank">
<img alt="dotGo logo" src="/images/mediaPartners/dotGo.png" /></a>
<a href="https://www.golab.io/" target="_blank">
<img alt="GoLab logo" src="/images/mediaPartners/golab.png" /></a>
</div>

<p><br />
<br />
</p>
</header>
<section>


<p>
Belfast Gophers, aka The Go Belfast User Group (GBUG), are a Belfast-based community for anyone
interested in the Go programming language. We are always delighted to have talks from anyone interested
in Go, if you would like to talk at our group please complete the form and we'll get your talked
scheduled as soon as possible, we are happy to host in person or remote speakers.
</p>
<p>
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLScjfEIAQ2-9BsVCrxSXWSnc1UFBfO6L_HHUe6iKna3WBCXK3A/viewform?embedded=true"
width="640" height="1414" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</p>

</section>
<footer>
</footer>
</div>
<script src="/js/scale.fix.js"></script>
</body>

</html>

0 comments on commit aa6f8a8

Please sign in to comment.