Skip to content

Commit

Permalink
Updating CSS and front-page files
Browse files Browse the repository at this point in the history
- Adding classes to align text on learning page
- Cleaning up unnecessary code
- Adding a class to center main text on the homepage
  • Loading branch information
Adi committed Jun 5, 2014
2 parents a7d9157 + 27fbd39 commit 8e0ce81
Show file tree
Hide file tree
Showing 368 changed files with 49 additions and 104,079 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.un~
*.swp
templates/custom_footer.html
templates/home/_other_projects.html
templates/home/custom_text.html
templates/custom/*
_ga.html
_gcs.html
_gcs_form.html
.settings*
.project
.buildpath
Thumbs.db
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<h1>MicroPasts-Website</h1><br>
MicroPasts Wordpress themes
===========================

This repository contains the theme files for the MicroPasts website, which
is run on Wordpress. It is a child theme of the wpbootstrap and has been developed
by Adi Keinan-Schoonbaert.

Relevant folders are:

* wpbootstrap - parent theme; files for the test site (adi.micropasts.org)
* micropasts - child theme; files for the micropasts.org site

Upload the theme folder required to wp-content/themes.


Funded by
=========
![AHRC funded](http://oac.lib.bris.ac.uk/Dserve/images/AHRC%20Logo%20Gray%20LScape2.JPG)

Funded Partners
===============
![British Museum](http://finds.org.uk/images/logos/bm_logo.png)
![UCL](http://crowdsourced.micropasts.org/static/img/black.jpg)
![Portable Antiquities Scheme](http://www.dayofarchaeology.com/wp-content/uploads/2011/05/pasrgbsize4.jpg)

WordPress files for the main MicroPasts website and its test site, for the AHRC funded MicroPasts project.<br>
Relevant folders are:<br>
<i>themes/wpbootstrap</i> - parent theme; files for the test site (adi.micropasts.org)<br>
<i>themes/wpbootstrap-child</i> - child theme; files for the micropasts.org site<br>

10 changes: 10 additions & 0 deletions micropasts/bg.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
$bg = array(
'http://micropasts.org/wp-content/uploads/2014/05/coins.jpg',
'http://micropasts.org/wp-content/uploads/2014/05/terracotta5.jpeg',
'http://micropasts.org/wp-content/uploads/2014/05/hoard.jpg',
'http://micropasts.org/wp-content/uploads/2014/05/easter.jpeg',
'http://micropasts.org/wp-content/uploads/2014/05/testaccio.jpg'
);
$i = rand(0, count($bg)-1);
$selectedBg = $bg[$i];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added micropasts/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions wp-content/themes/index.php

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
674 changes: 0 additions & 674 deletions wp-content/themes/responsive-childtheme-master/license.txt

This file was deleted.

Empty file.
Binary file not shown.
35 changes: 0 additions & 35 deletions wp-content/themes/responsive-childtheme-master/style.css

This file was deleted.

45 changes: 0 additions & 45 deletions wp-content/themes/responsive/404.php

This file was deleted.

71 changes: 0 additions & 71 deletions wp-content/themes/responsive/archive.php

This file was deleted.

99 changes: 0 additions & 99 deletions wp-content/themes/responsive/blog-excerpt.php

This file was deleted.

Loading

0 comments on commit 8e0ce81

Please sign in to comment.