15 lines
		
	
	
		
			578 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			578 B
		
	
	
	
		
			HTML
		
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block title %}
 | 
						|
    Design and music
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}">
 | 
						|
    <section class="content">
 | 
						|
        <h1>Design and music making</h1>
 | 
						|
        <img src="{{ url_for('static', filename='images/design-and-music.png') }}" alt="ruDALL-E generated image" width="800" height="500">
 | 
						|
        <p class="text"></br>Design and music making process was sometimes interesting or quick and other times quite time-consuming.</p>
 | 
						|
    </section>
 | 
						|
{% endblock %}
 |