diff --git a/app/static/images/logo.png b/app/static/images/logo.png new file mode 100644 index 0000000..9c1c4a3 Binary files /dev/null and b/app/static/images/logo.png differ diff --git a/app/static/styles/main.css b/app/static/styles/main.css index fd43713..865104a 100644 --- a/app/static/styles/main.css +++ b/app/static/styles/main.css @@ -1,3 +1,38 @@ html { - font-size: 12px; + font-family: arial, sans-serif; + background: #f5f5f5; + color: #424242; } + +main { + display: flex; + justify-content: center; + padding: 20px; +} + +main div { + max-width: 800px; + left-margin: auto; + right-margin: auto; +} + +main div .header { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; +} + +main div .header img { + width: 50px; +} + +main div .header h1 { + text-align: center; + font-size: 20px; +} + +main div h2 { + font-size: 16px; +} + diff --git a/app/templates/home.html b/app/templates/home.html index 1105b6b..6f08669 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -1,4 +1,42 @@ {% extends "layout.html" %} {% block content %} -

Return to Ritherdon Project

+
+
+ +
+ logo +

Return to Ritherdon Project

+
+ +
+ +
+ +

About the Project

+ +

+ "Return to Ritherdon" is a two year residency at Ritherdon & Co Ltd, a manufacturer of metal enclosures based in Darwen, Lancashire U.K. +

+ +

About the Artist: Nicola Ellis

+ +

Nicola is interested in the properties, value, function and circulation of materials. She has a current focus on metals and the companies that work with them, her work draws on the visual and spoken language of industry operations, fabrication and profiling processes. The parameters for her sculpture, installation, drawings and videos include relationships between people, businesses and technology. +

+ +

About the Gallery: Castlefield Gallery

+ +

+ Established by artists in 1984, Castlefield Gallery is the first public contemporary visual art gallery to have opened in Manchester. The arrival of Castlefield Gallery in the city was a significant catalyst of what became a period of rapid cultural growth, and the increase of the presence of visual artists in the city and city region. As a registered charity, our mission drives our work to focus on artistic and career development for artists, as well as deepening audiences’ relationship to contemporary art. Over the last three decades we have become an integral part of the North of England’s cultural fabric and a vital support to artists across the North West and further afield. +

+ +

Links

+ + +
+ +
{% endblock content %}