40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="panel visible">
 | |
|     <section>
 | |
|     <h3>Latest News</h3>
 | |
|     <ul>
 | |
|     {{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "news") }}
 | |
|         <li><a href="{{ .RelPermalink }}" target="_blank">{{ .Title }}</a></li>
 | |
|     {{ end }}
 | |
|     </ul>
 | |
|     </section>
 | |
|     <section>
 | |
|     <h3>Community</h3>
 | |
|     <ul>
 | |
|     <li><a href="https://my.32bit.cafe/" target="_blank">my.32bit.cafe</a></li>
 | |
|     <li><a href="https://discourse.32bit.cafe/" target="_blank">Discourse Forum</a></li>
 | |
|     <li><a href="/discord">Discord</a></li>
 | |
|     <li><a href="https://tilde.32bit.cafe/" target="_blank">Tilde Server</a></li>
 | |
|     <li><a href="https://32bit.cafe/cookbook" target="_blank">32-Bit Recipe Book</a></li>
 | |
|     </ul>
 | |
|     </section>
 | |
|     <section>
 | |
|     <h3>Free Services & Alternatives</h3>
 | |
|     <ul>
 | |
|     <li><a href="https://webmail.32bit.cafe/" target="_blank">@32bit.cafe Email</a></li>
 | |
|     <li><a href="https://my.32bit.cafe/etherpad/" target="_blank">Etherpad Collaborative Docs</a></li>
 | |
|     <li><a href="https://rss.32bit.cafe/" target="_blank">RSS Reader</a></li>
 | |
|     <li><a href="https://git.32bit.cafe/" target="_blank">Git Server</a></li>
 | |
|     <li><a href="https://tilde.32bit.cafe/" target="_blank">Pubnix Hosting</a></li>
 | |
|     </ul>
 | |
|     </section>
 | |
|     <section>
 | |
|     <h3>Get Involved</h3>
 | |
|     <ul>
 | |
|     <li><a href="/advertising">Advertising Network</a></li>
 | |
|     <li><a href="/teams">Project Teams</a></li>
 | |
|     <li><a href="/themes">Submit a Website CSS Theme</a></li>
 | |
|     <li><a href="/linktous">Link to 32-Bit Cafe</a></li>
 | |
|     </ul>
 | |
|     </section>
 | |
| </div>
 |