mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Added section for requesting to be sponsor or speaker
This commit is contained in:
parent
685b6a2685
commit
266c745858
9 changed files with 88 additions and 37 deletions
|
@ -14,12 +14,5 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<h4>I run the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">Angular DC</a><li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a><li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">ELastic Washington, User group</a><li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a><li>
|
||||
|
||||
</ul>
|
||||
{{ partial "organizer.html" . }}
|
||||
</div>
|
||||
|
|
15
layouts/partials/organizer.html
Normal file
15
layouts/partials/organizer.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div>
|
||||
<h4>Organizer for the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">AngularJS DC</a></li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">Elastic Washington DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4><a href="https://docs.google.com/a/softinio.com/forms/d/1UlUobRylGQEg90ADIoxt5mhNMdzl1lD0PT4pjYE2NYc/viewform?edit_requested=true">Want to speak at one of my meetups?</a></h4>
|
||||
</div>
|
||||
<div>
|
||||
<h4><a href="/page/sponsor-a-meetup/">Want to sponsor my meetups?</a></h4>
|
||||
</div>
|
|
@ -14,12 +14,6 @@
|
|||
</section>
|
||||
|
||||
<aside id="meta">
|
||||
<h4>Organizer for the following meetups</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.meetup.com/AngularJS-DC/">AngularJS DC</a></li>
|
||||
<li><a href="https://www.meetup.com/dc-scala/">Scala DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Washington-DC-Elastic-Fantastics/">Elastic Washington DC</a></li>
|
||||
<li><a href="https://www.meetup.com/Tech_Fusion/">Tech Fusion</a></li>
|
||||
</ul>
|
||||
{{ partial "organizer.html" . }}
|
||||
</aside>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue