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
						
					
					
						
							458 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							458 B
						
					
					
				
								<div class="project">
							 | 
						|
								  <div class="row project-header">
							 | 
						|
								    <div class="col-8 text-left">
							 | 
						|
								        <h2 class="project-title">
							 | 
						|
								          {{ .Get "name" }}
							 | 
						|
								        </h2>
							 | 
						|
								        <span><{{ .Get "languages" }}></span>
							 | 
						|
								    </div>
							 | 
						|
								    <div class="col-4 text-right date">{{ .Get "date" }}</div>
							 | 
						|
								  </div>
							 | 
						|
								  <div class="collapse{{ with .Get "show" }} show{{ end }}" id="{{ .Get "name" | lower | urlize }}-details">
							 | 
						|
								    <div>
							 | 
						|
								      {{ .Inner }}
							 | 
						|
								</div>
							 | 
						|
								  </div>
							 | 
						|
								</div>
							 |