-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- include a page to share links to slides from previous talks - include link to it on homepage - Have form link open inn same window
- Loading branch information
Showing
3 changed files
with
125 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<html> | ||
|
||
<head> | ||
<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> | ||
<div class="wrapper"> | ||
<header> | ||
|
||
<h1><a href="/">Archive of talk slides</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> | ||
<h3 id="mediaPartners">2023</h3> | ||
<ul> | ||
<li><a href="">January 2023 slides</a></li> | ||
</ul> | ||
|
||
</section> | ||
<footer> | ||
</footer> | ||
</div> | ||
<script src="/js/scale.fix.js"></script> | ||
</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