92 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<?php require "../inc/head.inc" ?>
 | |
| 	</head>
 | |
| 	<body>
 | |
| 
 | |
| 	    <?php require "../inc/nav.inc" ?>
 | |
| 
 | |
| 		<div id="main-and-sidebar" class="inline-block">
 | |
| 
 | |
| 			<div id="main-wrapper" class="inline-block">
 | |
| 				<div id="main" class="inline-block">
 | |
| 					<main>
 | |
|                         <div class="section container">
 | |
|                             <h1>Contact</h1>
 | |
| 
 | |
|                             <picture>
 | |
|                                 <source type="image/svg+xml" srcset="/assets/icons/email.svg">
 | |
|                                 <img class="icon" src="/assets/icons/email.png" alt="">
 | |
|                             </picture>
 | |
|                             <span>Email: </span>
 | |
|                             <a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>">mail@reim.ar</a>
 | |
|                             <br>
 | |
| 
 | |
|                             <picture>
 | |
|                                 <source type="image/svg+xml" srcset="/assets/icons/discord.svg">
 | |
|                                 <img class="icon" src="/assets/icons/discord.png" alt="">
 | |
|                             </picture>
 | |
|                             <span>Discord: reimarpb</span>
 | |
|                             <br>
 | |
| 
 | |
|                             <picture>
 | |
|                                 <source type="image/svg+xml" srcset="/assets/icons/xmpp.svg">
 | |
|                                 <img class="icon" src="/assets/icons/xmpp.png" alt="">
 | |
|                             </picture>
 | |
|                             <span>XMPP:</span>
 | |
|                             <a href="xmpp://%72%65%69%6D%61%72%40%72%65%69%6D%2E%61%72">reimar@reim.ar</a>
 | |
|                             <br>
 | |
| 
 | |
|                             <picture>
 | |
|                                 <source type="image/svg+xml" srcset="/assets/icons/matrix.svg">
 | |
|                                 <img class="icon" src="/assets/icons/matrix.png" alt="">
 | |
|                             </picture>
 | |
|                             <span>Matrix: </span>
 | |
|                             <a href="https://matrix.to/#/@reimar:reim.ar" target="_blank">@reimar:reim.ar</a>
 | |
|                             <br><br>
 | |
| 
 | |
|                             <h1>Donate</h1>
 | |
| 
 | |
|                             <label for="bitcoin">
 | |
|                                 <small>Bitcoin</small>
 | |
|                             </label>
 | |
|                             <br>
 | |
|                             <div class="inline-code">
 | |
|                                 <picture>
 | |
|                                     <source type="image/svg+xml" srcset="/assets/icons/bitcoin.svg">
 | |
|                                     <img class="inline-code-icon inline-code-icon-start" src="/assets/icons/bitcoin.png" alt="">
 | |
|                                 </picture>
 | |
|                                 <div class="inline-code-text-wrapper">
 | |
|                                     <input id="bitcoin" class="inline-code-text" value="bc1qsfqdt4fyu2y9cnm2v6sfg6f268xrwj8r3x66tc" size="43" style="width: 43ch;" readonly>
 | |
|                                 </div>
 | |
|                             </div>
 | |
| 
 | |
|                             <label for="monero">
 | |
|                                 <small>Monero</small>
 | |
|                             </label>
 | |
|                             <br>
 | |
|                             <div class="inline-code">
 | |
|                                 <picture>
 | |
|                                     <source type="image/svg+xml" srcset="/assets/icons/monero.svg">
 | |
|                                     <img class="inline-code-icon inline-code-icon-start" src="/assets/icons/monero.png" alt="">
 | |
|                                 </picture>
 | |
|                                 <div class="inline-code-text-wrapper">
 | |
|                                     <input id="monero" class="inline-code-text" value="47ozC7tTEXjSJgFCZUWbpwET1GxU123kRgz8Hj4VnrpCiuBuJ47FRcFDutgtLy5wc9JWZaihxga4hHdQXzdfn3kSRhLvpFj" size="96" style="width: 96ch;" readonly>
 | |
|                                 </div>
 | |
|                             </div>
 | |
|                         </div>
 | |
| 
 | |
| 					</main>
 | |
| 				</div>
 | |
| 			</div><!--
 | |
| 
 | |
| 			--><?php require "../inc/sidebar.inc" ?>
 | |
| 
 | |
| 		</div>
 | |
| 
 | |
| 		<?php require "../inc/background.inc" ?>
 | |
| 
 | |
| 	</body>
 | |
| </html>
 |