Publishing to gh-pages (deploy.sh)
This commit is contained in:
		
							parent
							
								
									77a2d9468d
								
							
						
					
					
						commit
						b5418c563c
					
				
					 4 changed files with 51 additions and 56 deletions
				
			
		|  | @ -25,14 +25,6 @@ | ||||||
|             Photos |             Photos | ||||||
|         </a> |         </a> | ||||||
|          |          | ||||||
|         <a href="https://github.com/hazellanes"> |  | ||||||
|             github |  | ||||||
|         </a> |  | ||||||
|          |  | ||||||
|         <a href="https://hazellanes.itch.io"> |  | ||||||
|             itch.io |  | ||||||
|         </a> |  | ||||||
|          |  | ||||||
|     </nav> |     </nav> | ||||||
| </header> | </header> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										27
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										27
									
								
								index.html
									
										
									
									
									
								
							|  | @ -4,7 +4,7 @@ | ||||||
|          |          | ||||||
|         <meta charset="utf-8" /> |         <meta charset="utf-8" /> | ||||||
|         <meta name="viewport" content="width=device-width, initial-scale=1" /> |         <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|         <title>Index - Hazelnut</title> |         <title>Welcome - Hazelnut</title> | ||||||
|         <link rel="stylesheet" href="https://hazelnut.dev/style.css" /> |         <link rel="stylesheet" href="https://hazelnut.dev/style.css" /> | ||||||
|         <link rel="icon" href="https://hazelnut.dev/favicon.png" /> |         <link rel="icon" href="https://hazelnut.dev/favicon.png" /> | ||||||
|          |          | ||||||
|  | @ -25,28 +25,21 @@ | ||||||
|             Photos |             Photos | ||||||
|         </a> |         </a> | ||||||
|          |          | ||||||
|         <a href="https://github.com/hazellanes"> |  | ||||||
|             github |  | ||||||
|         </a> |  | ||||||
|          |  | ||||||
|         <a href="https://hazellanes.itch.io"> |  | ||||||
|             itch.io |  | ||||||
|         </a> |  | ||||||
|          |  | ||||||
|     </nav> |     </nav> | ||||||
| </header> | </header> | ||||||
| 
 | 
 | ||||||
|         <div id="content"> |         <div id="content"> | ||||||
|              |              | ||||||
| <h1 id="hewwo">Hewwo</h1> | <h1 id="hewwo">Hewwo</h1> | ||||||
| <p>Welcome to hell! I am really great! | <p>I am Hazel. I think I am pretty neat. I make and do stuff sometimes. | ||||||
| How do ya doo??? Ifd DSkfj sdkf jlkdsf jlkdsjf | I do not know how to talk about myself with sentences so I guess that is that.</p> | ||||||
| dsa kfjds flkjds fsad | <h2 id="elsewhere-i-exist">Elsewhere I Exist</h2> | ||||||
| f | <table><thead><tr><th></th><th></th></tr></thead><tbody> | ||||||
| kdsf jds | <tr><td>Email:</td><td><a href="mailto:hazelra@disroot.org">hazelra@disroot.org</a></td></tr> | ||||||
| jf | <tr><td>Github:</td><td><a href="https://github.com/hazelLanes">https://github.com/hazelLanes</a></td></tr> | ||||||
| ds | <tr><td>itch.io:</td><td><a href="https://hazellanes.itch.io">https://hazellanes.itch.io</a></td></tr> | ||||||
| fdsf.. HAHAHAHAHAHAAH.</p> | <tr><td>Fedi:</td><td><a href="https://hellsite.site/@hazel">@hazel@hellsite.site</a></td></tr> | ||||||
|  | </tbody></table> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								link.svg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								link.svg
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | <svg xmlns='http://www.w3.org/2000/svg' class='i-external' viewBox='0 0 32 32' width='14' height='14' fill='none' stroke='#ffcd5d' stroke-linecap='round' stroke-linejoin='round' stroke-width='9.38%'><path d='M14 9 L3 9 3 29 23 29 23 18 M18 4 L28 4 28 14 M28 4 L14 18'/></svg> | ||||||
| After Width: | Height: | Size: 275 B | 
							
								
								
									
										71
									
								
								style.css
									
										
									
									
									
								
							
							
						
						
									
										71
									
								
								style.css
									
										
									
									
									
								
							|  | @ -47,45 +47,54 @@ a { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| a:not(.internal)::after { | a:not(.internal)::after { | ||||||
|     content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ffcd5d'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E"); |     content: " " url("/link.svg"); | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | a.external::after { | ||||||
|  |     content: " [" attr(href) "]" url("/link.svg"); | ||||||
|  |     color: #ffcd5d; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| nav a { | nav a { | ||||||
|     color: #ffcd5d; |     color: #ffcd5d; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| table { | nav a::after { | ||||||
|     border-collapse: collapse; |     content: " " url("/link.svg"); | ||||||
| } |  | ||||||
| 
 |  | ||||||
| table, th, td { |  | ||||||
|     padding: 0.5em; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| th { |  | ||||||
|     border-bottom: 2px solid #d3d0c8; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| td { |  | ||||||
|     border: 1px solid #d3d0c8; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| table tr td:first-child { |  | ||||||
|     border-left: 0; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| table tr td:last-child { |  | ||||||
|     border-right: 0; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| table tr:last-child td { |  | ||||||
|     border-bottom: 0; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| tr:nth-child(even) { |  | ||||||
|     background-color: #353535; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| div.table-wrapper { | div.table-wrapper { | ||||||
|     overflow-x: auto; |     overflow-x: auto; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper table { | ||||||
|  |     border-collapse: collapse; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper table, th, td { | ||||||
|  |     padding: 0.5em; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper th { | ||||||
|  |     border-bottom: 2px solid #d3d0c8; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper td { | ||||||
|  |     border: 1px solid #d3d0c8; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper table tr td:first-child { | ||||||
|  |     border-left: 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper table tr td:last-child { | ||||||
|  |     border-right: 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper table tr:last-child td { | ||||||
|  |     border-bottom: 0; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | div.table-wrapper tr:nth-child(even) { | ||||||
|  |     background-color: #353535; | ||||||
|  | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue