* Remove Javascript * Move files about * Add Makefile * Add Privacy & ToS * Add favicon * Make index.html static * Add requirements.txt
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
	<head>
 | 
						|
		<title>Juan Canham Services</title>
 | 
						|
 | 
						|
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
 | 
						|
		<meta charset="utf-8"/>
 | 
						|
		<link rel="stylesheet" type="text/css" href="css/fontawesome-all.min.css" />
 | 
						|
		<link rel="stylesheet" type="text/css" href="css/main.css" />
 | 
						|
		<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body id="homepage">
 | 
						|
		<div id="wrapper">
 | 
						|
			<div id="itemlist">
 | 
						|
				<a href="https://cv.juancanham.com" title="CV"><i class="fa fa-address-card fa-fw"></i></a>
 | 
						|
				<a href="https://git.riotingpacifist.net" title="Gitea"><i class="fab fa-git-alt fa-fw"></i></a>
 | 
						|
				<a href="https://nextcloud.juancanham.com" title="NextCloud"><i class="fa fa-cloud fa-fw"></i></a>
 | 
						|
				<!-- <a href="https://nextcloud.juancanham.com" title="Drone (CI)"><i class="fa fa-robot fa-fw"></i></a> -->
 | 
						|
				<a href="https://github.com/JuanCanham" title="Github"><i class="fab fa-github fa-fw"></i></a>
 | 
						|
			</div>
 | 
						|
		</div>
 | 
						|
		<footer class="footer">
 | 
						|
			<div class="container">
 | 
						|
				<p>
 | 
						|
					<a href="Privacy">Privacy Policy</a>
 | 
						|
					- 
 | 
						|
					<a href="ToS">Terms of Service</a>
 | 
						|
					-
 | 
						|
					<a href="https://git.riotingpacifist.net/JuanCanham/simpler-dash">Source Code</a>
 | 
						|
				//
 | 
						|
					<a href="https://unsplash.com/photos/cs0sK0gzqCU">image</a> 
 | 
						|
					by <a href="https://unsplash.com/@eberhardgross">@eberhardgross</a>
 | 
						|
				</p>
 | 
						|
			</div>
 | 
						|
		</footer>
 | 
						|
	</body>
 | 
						|
</html>
 |