10 lines
556 B
HTML
10 lines
556 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<img src="static/images/patrons/title_card.png" alt="Knuth" />
|
|
<img src="static/images/patrons/hopper_marin_title_center.png" alt="Grace Hopper" />
|
|
<img src="static/images/patrons/lovelace_lavendel_title.png" alt="Ada Lovelace" />
|
|
<img src="static/images/patrons/turing_petrol_title.png" alt="Alan Turing" />
|
|
<img src="static/images/patrons/lamarr_grey_title_center_white.png" alt="Hedy Lamarr" />
|
|
<img src="static/images/patrons/knuth_brick_title_center.png" alt="Donald Knuth" />
|
|
{% endblock %}
|