21 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html> <!-- indicates the language of the document -->
 | 
						|
<html lang="en"> <!-- indicates language of the page -->
 | 
						|
  <head> <!-- head section contains metadata of the page -->
 | 
						|
    <meta charset="utf-8"> <!-- indicates which character set the browser should render -->
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- scales the page to the size of the screen, important to make page look good on mobile -->
 | 
						|
    <title>Saint Maker</title> <!-- indicates the title of the page to the browser -->
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <h1 style="text-align: center">Saint Maker</h1> <!-- webpage title -->
 | 
						|
    <h2 style="text-align: center"><em>Connecting All Things in Christ</em></h2> <!-- tagline -->
 | 
						|
    <p style="text-align: center"><strong>Using present and future technological means to create a framework for Catholic life that promotes sanctity</strong></p> <!-- executive summary -->
 | 
						|
    <p style="text-align: center"><img src="SaintMakerLogo_BannerFinal_big.png" alt="Saint Maker Banner" style="max-width:100%;"></p> <!-- banner image -->
 | 
						|
    <h2 style="text-align: center">Learn More</h2> <!-- links to information about the Saint Maker -->
 | 
						|
    <h3 style="text-align: center">Community Resources Run by Techpriest_Baunach</h3>
 | 
						|
    <p style="text-align: center">Paragraph Here</p>
 | 
						|
    <h2 style="text-align: center">Help Build</h2> <!-- links to community efforts -->
 | 
						|
    <p style="text-align: center">Paragraph Here</p>
 | 
						|
    <h2 style="text-align: center">Saint Maker Whitepaper</h2> <!-- the whitepaper -->
 | 
						|
    <p style="text-align: center">Paragraph Here</p>
 | 
						|
  </body>
 | 
						|
</html>
 |