{% extends 'base.html' %}

{% block title %}
    About the game
{% endblock %}

{% block content %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/posts.css') }}">
    <section class="content">
        <h1>About 'Picture Puzzle Remake'</h1>
        <img src="{{ url_for('static', filename='images/icon.png') }}" alt="Icon" width="100" height="100">
        <p class="text"></br></br>The <i>Picture Puzzle Remake</i> game was created in 2024 to revive one of the many at the time popular gadgets of the Windows 7 and Vista era. This reimagined version includes many improvements and features such as:</br></br>
            - different modes</br>
            - automatic saving</br>
            - selection of ablums and images</br>
            - 3 types of window sizes and styles</br>
            - ability to set music and sound, choose a version</br>
            - puzzle types: 3x3 and 4x4</p>
    </section>
{% endblock %}