Mobile-responsive personal website, generated using Hugo.
				https://kevin-mok.com/
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							643 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							643 B
						
					
					
				
								<div class="project">
							 | 
						|
								  <a class="project-link" href="{{ .Get "url" }}" target="_blank">
							 | 
						|
								    <img src="{{ "img/link.svg" | relURL }}" alt="link-icon">
							 | 
						|
								  </a>
							 | 
						|
								  <button class="btn" type="button" data-toggle="collapse"
							 | 
						|
								    data-target="#{{ .Get "name" | lower | urlize }}-details"
							 | 
						|
								    aria-expanded="false" aria-controls="{{ .Get "name" | lower | urlize }}-details">
							 | 
						|
								    <h2 class="project-title">{{ .Get "name" }} ⏷</h2>
							 | 
						|
								  </button>
							 | 
						|
								  <div class="date">{{ .Get "date" }}</div>
							 | 
						|
								  <div class="collapse{{ with .Get "show" }} show{{ end }}" id="{{ .Get "name" | lower | urlize }}-details">
							 | 
						|
								    <div>
							 | 
						|
								      {{ .Inner }}
							 | 
						|
								    </div>
							 | 
						|
								  </div>
							 | 
						|
								</div>
							 |