Added initial basic version of website.
authorSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 17:38:47 +0000 (17:38 +0000)
committerSam White <webmaster@ycra.org.uk>
Fri, 10 Sep 2021 17:38:47 +0000 (17:38 +0000)
commit62769a42ea216d89dd5686db978a9461eb17c0d7
tree03c6ac0abda37fe7427ee3c4cc189ff853992866
Added initial basic version of website.
45 files changed:
.gitignore [new file with mode: 0644]
public_html/.htaccess [new file with mode: 0644]
public_html/css/bio.css [new file with mode: 0644]
public_html/css/common.css [new file with mode: 0644]
public_html/css/fontello.css [new file with mode: 0644]
public_html/css/navbar.css [new file with mode: 0644]
public_html/font/fontello-7a886015/LICENSE.txt [new file with mode: 0644]
public_html/font/fontello-7a886015/README.txt [new file with mode: 0644]
public_html/font/fontello-7a886015/config.json [new file with mode: 0644]
public_html/font/fontello-7a886015/css/animation.css [new file with mode: 0644]
public_html/font/fontello-7a886015/css/fontello-codes.css [new file with mode: 0644]
public_html/font/fontello-7a886015/css/fontello-embedded.css [new file with mode: 0644]
public_html/font/fontello-7a886015/css/fontello-ie7-codes.css [new file with mode: 0644]
public_html/font/fontello-7a886015/css/fontello-ie7.css [new file with mode: 0644]
public_html/font/fontello-7a886015/css/fontello.css [new file with mode: 0644]
public_html/font/fontello-7a886015/demo.html [new file with mode: 0644]
public_html/font/fontello-7a886015/font/fontello.eot [new file with mode: 0644]
public_html/font/fontello-7a886015/font/fontello.svg [new file with mode: 0644]
public_html/font/fontello-7a886015/font/fontello.ttf [new file with mode: 0644]
public_html/font/fontello-7a886015/font/fontello.woff [new file with mode: 0644]
public_html/font/fontello-7a886015/font/fontello.woff2 [new file with mode: 0644]
public_html/font/fontello.eot [new file with mode: 0644]
public_html/font/fontello.svg [new file with mode: 0644]
public_html/font/fontello.ttf [new file with mode: 0644]
public_html/font/fontello.woff [new file with mode: 0644]
public_html/font/fontello.woff2 [new file with mode: 0644]
public_html/font/fontello.zip [new file with mode: 0644]
public_html/images/founding-members/charlie-linford.jpg [new file with mode: 0644]
public_html/images/founding-members/elena-brake.jpg [new file with mode: 0644]
public_html/images/founding-members/elisha-small.jpg [new file with mode: 0644]
public_html/images/founding-members/emily-hall.jpg [new file with mode: 0644]
public_html/images/founding-members/josephine-leggett.jpg [new file with mode: 0644]
public_html/images/founding-members/matthew-jerome.jpg [new file with mode: 0644]
public_html/images/founding-members/sam-white.jpg [new file with mode: 0644]
public_html/images/logo/logo.png [new file with mode: 0644]
public_html/images/logo/text.png [new file with mode: 0644]
public_html/images/logo/y.png [new file with mode: 0644]
public_html/includes/html-templating.php [new file with mode: 0644]
public_html/includes/navbar.php [new file with mode: 0644]
public_html/includes/template.php [new file with mode: 0644]
public_html/includes/utils.php [new file with mode: 0644]
public_html/index.html.old [new file with mode: 0644]
public_html/index.php [new file with mode: 0644]
public_html/js/scroll.js [new file with mode: 0644]
public_html/js/scrollactivehighlight.js [new file with mode: 0644]