-
-
- Hancarved jewellery loved and produced by
- Bricabracomania Metalworks
- 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/brc_laravel/brc/resources/views/resizeImage.blade.php b/brc_laravel/brc/resources/views/resizeImage.blade.php
deleted file mode 100644
index aa44a7f..0000000
--- a/brc_laravel/brc/resources/views/resizeImage.blade.php
+++ /dev/null
@@ -1,56 +0,0 @@
-@extends('layouts.app')
-
-
-@section('content')
-
-
Resize Image Uploading Demo
-@if (count($errors) > 0)
-
-
Whoops! There were some problems with your input.
-
- @foreach ($errors->all() as $error)
- {{ $error }}
- @endforeach
-
-
-@endif
-
-
-@if ($message = Session::get('success'))
-
- ×
- {{ $message }}
-
-
-
-
Original Image:
-
-
-
-
-
Thumbnail Image:
-
-
-
-
-@endif
-
-
-{!! Form::open(array('route' => 'resizeImagePost','enctype' => 'multipart/form-data')) !!}
-
-
-
- {!! Form::text('title', null,array('class' => 'form-control','placeholder'=>'Add Title')) !!}
-
-
-
- {!! Form::file('image', array('class' => 'image')) !!}
-
-
-
- Upload Image
-
-
-{!! Form::close() !!}
-
-@endsection
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/button.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/button.blade.php
deleted file mode 100644
index e74fe55..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/button.blade.php
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/footer.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/footer.blade.php
deleted file mode 100644
index 3ff41f8..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/footer.blade.php
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/header.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/header.blade.php
deleted file mode 100644
index fa1875c..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/header.blade.php
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/layout.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/layout.blade.php
deleted file mode 100644
index 02a54e2..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/layout.blade.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{ $header ?? '' }}
-
-
-
-
-
-
-
-
-{{ Illuminate\Mail\Markdown::parse($slot) }}
-
-{{ $subcopy ?? '' }}
-
-
-
-
-
-
-{{ $footer ?? '' }}
-
-
-
-
-
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/message.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/message.blade.php
deleted file mode 100644
index deec4a1..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/message.blade.php
+++ /dev/null
@@ -1,27 +0,0 @@
-@component('mail::layout')
-{{-- Header --}}
-@slot('header')
-@component('mail::header', ['url' => config('app.url')])
-{{ config('app.name') }}
-@endcomponent
-@endslot
-
-{{-- Body --}}
-{{ $slot }}
-
-{{-- Subcopy --}}
-@isset($subcopy)
-@slot('subcopy')
-@component('mail::subcopy')
-{{ $subcopy }}
-@endcomponent
-@endslot
-@endisset
-
-{{-- Footer --}}
-@slot('footer')
-@component('mail::footer')
-© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
-@endcomponent
-@endslot
-@endcomponent
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/panel.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/panel.blade.php
deleted file mode 100644
index 2975a60..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/panel.blade.php
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-{{ Illuminate\Mail\Markdown::parse($slot) }}
-
-
-
-
-
-
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/subcopy.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/subcopy.blade.php
deleted file mode 100644
index 790ce6c..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/subcopy.blade.php
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-{{ Illuminate\Mail\Markdown::parse($slot) }}
-
-
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/table.blade.php b/brc_laravel/brc/resources/views/vendor/mail/html/table.blade.php
deleted file mode 100644
index a5f3348..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/table.blade.php
+++ /dev/null
@@ -1,3 +0,0 @@
-
-{{ Illuminate\Mail\Markdown::parse($slot) }}
-
diff --git a/brc_laravel/brc/resources/views/vendor/mail/html/themes/default.css b/brc_laravel/brc/resources/views/vendor/mail/html/themes/default.css
deleted file mode 100644
index 350fb83..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/html/themes/default.css
+++ /dev/null
@@ -1,289 +0,0 @@
-/* Base */
-
-body,
-body *:not(html):not(style):not(br):not(tr):not(code) {
- box-sizing: border-box;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
- 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
- position: relative;
-}
-
-body {
- -webkit-text-size-adjust: none;
- background-color: #ffffff;
- color: #718096;
- height: 100%;
- line-height: 1.4;
- margin: 0;
- padding: 0;
- width: 100% !important;
-}
-
-p,
-ul,
-ol,
-blockquote {
- line-height: 1.4;
- text-align: left;
-}
-
-a {
- color: #3869d4;
-}
-
-a img {
- border: none;
-}
-
-/* Typography */
-
-h1 {
- color: #3d4852;
- font-size: 18px;
- font-weight: bold;
- margin-top: 0;
- text-align: left;
-}
-
-h2 {
- font-size: 16px;
- font-weight: bold;
- margin-top: 0;
- text-align: left;
-}
-
-h3 {
- font-size: 14px;
- font-weight: bold;
- margin-top: 0;
- text-align: left;
-}
-
-p {
- font-size: 16px;
- line-height: 1.5em;
- margin-top: 0;
- text-align: left;
-}
-
-p.sub {
- font-size: 12px;
-}
-
-img {
- max-width: 100%;
-}
-
-/* Layout */
-
-.wrapper {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- background-color: #edf2f7;
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-.content {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-/* Header */
-
-.header {
- padding: 25px 0;
- text-align: center;
-}
-
-.header a {
- color: #3d4852;
- font-size: 19px;
- font-weight: bold;
- text-decoration: none;
-}
-
-/* Logo */
-
-.logo {
- height: 75px;
- width: 75px;
-}
-
-/* Body */
-
-.body {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- background-color: #edf2f7;
- border-bottom: 1px solid #edf2f7;
- border-top: 1px solid #edf2f7;
- margin: 0;
- padding: 0;
- width: 100%;
-}
-
-.inner-body {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 570px;
- background-color: #ffffff;
- border-color: #e8e5ef;
- border-radius: 2px;
- border-width: 1px;
- box-shadow: 0 2px 0 rgba(0, 0, 150, 0.025), 2px 4px 0 rgba(0, 0, 150, 0.015);
- margin: 0 auto;
- padding: 0;
- width: 570px;
-}
-
-/* Subcopy */
-
-.subcopy {
- border-top: 1px solid #e8e5ef;
- margin-top: 25px;
- padding-top: 25px;
-}
-
-.subcopy p {
- font-size: 14px;
-}
-
-/* Footer */
-
-.footer {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 570px;
- margin: 0 auto;
- padding: 0;
- text-align: center;
- width: 570px;
-}
-
-.footer p {
- color: #b0adc5;
- font-size: 12px;
- text-align: center;
-}
-
-.footer a {
- color: #b0adc5;
- text-decoration: underline;
-}
-
-/* Tables */
-
-.table table {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 30px auto;
- width: 100%;
-}
-
-.table th {
- border-bottom: 1px solid #edeff2;
- margin: 0;
- padding-bottom: 8px;
-}
-
-.table td {
- color: #74787e;
- font-size: 15px;
- line-height: 18px;
- margin: 0;
- padding: 10px 0;
-}
-
-.content-cell {
- max-width: 100vw;
- padding: 32px;
-}
-
-/* Buttons */
-
-.action {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 30px auto;
- padding: 0;
- text-align: center;
- width: 100%;
-}
-
-.button {
- -webkit-text-size-adjust: none;
- border-radius: 4px;
- color: #fff;
- display: inline-block;
- overflow: hidden;
- text-decoration: none;
-}
-
-.button-blue,
-.button-primary {
- background-color: #2d3748;
- border-bottom: 8px solid #2d3748;
- border-left: 18px solid #2d3748;
- border-right: 18px solid #2d3748;
- border-top: 8px solid #2d3748;
-}
-
-.button-green,
-.button-success {
- background-color: #48bb78;
- border-bottom: 8px solid #48bb78;
- border-left: 18px solid #48bb78;
- border-right: 18px solid #48bb78;
- border-top: 8px solid #48bb78;
-}
-
-.button-red,
-.button-error {
- background-color: #e53e3e;
- border-bottom: 8px solid #e53e3e;
- border-left: 18px solid #e53e3e;
- border-right: 18px solid #e53e3e;
- border-top: 8px solid #e53e3e;
-}
-
-/* Panels */
-
-.panel {
- border-left: #2d3748 solid 4px;
- margin: 21px 0;
-}
-
-.panel-content {
- background-color: #edf2f7;
- color: #718096;
- padding: 16px;
-}
-
-.panel-content p {
- color: #718096;
-}
-
-.panel-item {
- padding: 0;
-}
-
-.panel-item p:last-of-type {
- margin-bottom: 0;
- padding-bottom: 0;
-}
-
-/* Utilities */
-
-.break-all {
- word-break: break-all;
-}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/button.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/button.blade.php
deleted file mode 100644
index 97444eb..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/button.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-{{ $slot }}: {{ $url }}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/footer.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/footer.blade.php
deleted file mode 100644
index 3338f62..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/footer.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-{{ $slot }}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/header.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/header.blade.php
deleted file mode 100644
index aaa3e57..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/header.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-[{{ $slot }}]({{ $url }})
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/layout.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/layout.blade.php
deleted file mode 100644
index 9378baa..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/layout.blade.php
+++ /dev/null
@@ -1,9 +0,0 @@
-{!! strip_tags($header) !!}
-
-{!! strip_tags($slot) !!}
-@isset($subcopy)
-
-{!! strip_tags($subcopy) !!}
-@endisset
-
-{!! strip_tags($footer) !!}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/message.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/message.blade.php
deleted file mode 100644
index 1ae9ed8..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/message.blade.php
+++ /dev/null
@@ -1,27 +0,0 @@
-@component('mail::layout')
- {{-- Header --}}
- @slot('header')
- @component('mail::header', ['url' => config('app.url')])
- {{ config('app.name') }}
- @endcomponent
- @endslot
-
- {{-- Body --}}
- {{ $slot }}
-
- {{-- Subcopy --}}
- @isset($subcopy)
- @slot('subcopy')
- @component('mail::subcopy')
- {{ $subcopy }}
- @endcomponent
- @endslot
- @endisset
-
- {{-- Footer --}}
- @slot('footer')
- @component('mail::footer')
- © {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
- @endcomponent
- @endslot
-@endcomponent
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/panel.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/panel.blade.php
deleted file mode 100644
index 3338f62..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/panel.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-{{ $slot }}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/subcopy.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/subcopy.blade.php
deleted file mode 100644
index 3338f62..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/subcopy.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-{{ $slot }}
diff --git a/brc_laravel/brc/resources/views/vendor/mail/text/table.blade.php b/brc_laravel/brc/resources/views/vendor/mail/text/table.blade.php
deleted file mode 100644
index 3338f62..0000000
--- a/brc_laravel/brc/resources/views/vendor/mail/text/table.blade.php
+++ /dev/null
@@ -1 +0,0 @@
-{{ $slot }}
diff --git a/brc_laravel/brc/resources/views/vendor/notifications/email.blade.php b/brc_laravel/brc/resources/views/vendor/notifications/email.blade.php
deleted file mode 100644
index e7a56b4..0000000
--- a/brc_laravel/brc/resources/views/vendor/notifications/email.blade.php
+++ /dev/null
@@ -1,62 +0,0 @@
-@component('mail::message')
-{{-- Greeting --}}
-@if (! empty($greeting))
-# {{ $greeting }}
-@else
-@if ($level === 'error')
-# @lang('Whoops!')
-@else
-# @lang('Hello!')
-@endif
-@endif
-
-{{-- Intro Lines --}}
-@foreach ($introLines as $line)
-{{ $line }}
-
-@endforeach
-
-{{-- Action Button --}}
-@isset($actionText)
-
-@component('mail::button', ['url' => $actionUrl, 'color' => $color])
-{{ $actionText }}
-@endcomponent
-@endisset
-
-{{-- Outro Lines --}}
-@foreach ($outroLines as $line)
-{{ $line }}
-
-@endforeach
-
-{{-- Salutation --}}
-@if (! empty($salutation))
-{{ $salutation }}
-@else
-@lang('Regards'),
-{{ config('app.name') }}
-@endif
-
-{{-- Subcopy --}}
-@isset($actionText)
-@slot('subcopy')
-@lang(
- "If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
- 'into your web browser:',
- [
- 'actionText' => $actionText,
- ]
-)
[{{ $displayableActionUrl }}]({{ $actionUrl }})
-@endslot
-@endisset
-@endcomponent
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/bootstrap-4.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/bootstrap-4.blade.php
deleted file mode 100644
index 63c6f56..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/bootstrap-4.blade.php
+++ /dev/null
@@ -1,46 +0,0 @@
-@if ($paginator->hasPages())
-
-
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/default.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/default.blade.php
deleted file mode 100644
index 0db70b5..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/default.blade.php
+++ /dev/null
@@ -1,46 +0,0 @@
-@if ($paginator->hasPages())
-
-
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/semantic-ui.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/semantic-ui.blade.php
deleted file mode 100644
index ef0dbb1..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/semantic-ui.blade.php
+++ /dev/null
@@ -1,36 +0,0 @@
-@if ($paginator->hasPages())
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/simple-bootstrap-4.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/simple-bootstrap-4.blade.php
deleted file mode 100644
index 4bb4917..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/simple-bootstrap-4.blade.php
+++ /dev/null
@@ -1,27 +0,0 @@
-@if ($paginator->hasPages())
-
-
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/simple-default.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/simple-default.blade.php
deleted file mode 100644
index 36bdbc1..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/simple-default.blade.php
+++ /dev/null
@@ -1,19 +0,0 @@
-@if ($paginator->hasPages())
-
-
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/simple-tailwind.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/simple-tailwind.blade.php
deleted file mode 100644
index 1c5e52f..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/simple-tailwind.blade.php
+++ /dev/null
@@ -1,25 +0,0 @@
-@if ($paginator->hasPages())
-
- {{-- Previous Page Link --}}
- @if ($paginator->onFirstPage())
-
- {!! __('pagination.previous') !!}
-
- @else
-
- {!! __('pagination.previous') !!}
-
- @endif
-
- {{-- Next Page Link --}}
- @if ($paginator->hasMorePages())
-
- {!! __('pagination.next') !!}
-
- @else
-
- {!! __('pagination.next') !!}
-
- @endif
-
-@endif
diff --git a/brc_laravel/brc/resources/views/vendor/pagination/tailwind.blade.php b/brc_laravel/brc/resources/views/vendor/pagination/tailwind.blade.php
deleted file mode 100644
index 4b92aab..0000000
--- a/brc_laravel/brc/resources/views/vendor/pagination/tailwind.blade.php
+++ /dev/null
@@ -1,102 +0,0 @@
-@if ($paginator->hasPages())
-
-
-
-
-
-
- {!! __('Showing') !!}
- {{ $paginator->firstItem() }}
- {!! __('to') !!}
- {{ $paginator->lastItem() }}
- {!! __('of') !!}
- {{ $paginator->total() }}
- {!! __('results') !!}
-
-
-
-
-
- {{-- Previous Page Link --}}
- @if ($paginator->onFirstPage())
-
-
-
-
-
-
-
- @else
-
-
-
-
-
- @endif
-
- {{-- Pagination Elements --}}
- @foreach ($elements as $element)
- {{-- "Three Dots" Separator --}}
- @if (is_string($element))
-
- {{ $element }}
-
- @endif
-
- {{-- Array Of Links --}}
- @if (is_array($element))
- @foreach ($element as $page => $url)
- @if ($page == $paginator->currentPage())
-
- {{ $page }}
-
- @else
-
- {{ $page }}
-
- @endif
- @endforeach
- @endif
- @endforeach
-
- {{-- Next Page Link --}}
- @if ($paginator->hasMorePages())
-
-
-
-
-
- @else
-
-
-
-
-
-
-
- @endif
-
-
-
-
-@endif
diff --git a/brc_laravel/brc/routes/api.php b/brc_laravel/brc/routes/api.php
deleted file mode 100644
index bcb8b18..0000000
--- a/brc_laravel/brc/routes/api.php
+++ /dev/null
@@ -1,19 +0,0 @@
-get('/user', function (Request $request) {
- return $request->user();
-});
diff --git a/brc_laravel/brc/routes/channels.php b/brc_laravel/brc/routes/channels.php
deleted file mode 100644
index 963b0d2..0000000
--- a/brc_laravel/brc/routes/channels.php
+++ /dev/null
@@ -1,18 +0,0 @@
-id === (int) $id;
-});
diff --git a/brc_laravel/brc/routes/console.php b/brc_laravel/brc/routes/console.php
deleted file mode 100644
index da55196..0000000
--- a/brc_laravel/brc/routes/console.php
+++ /dev/null
@@ -1,19 +0,0 @@
-comment(Inspiring::quote());
-})->describe('Display an inspiring quote');
diff --git a/brc_laravel/brc/routes/web.php b/brc_laravel/brc/routes/web.php
deleted file mode 100644
index e0d7541..0000000
--- a/brc_laravel/brc/routes/web.php
+++ /dev/null
@@ -1,28 +0,0 @@
-
- */
-
-$uri = urldecode(
- parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
-);
-
-// This file allows us to emulate Apache's "mod_rewrite" functionality from the
-// built-in PHP web server. This provides a convenient way to test a Laravel
-// application without having installed a "real" web server software here.
-if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
- return false;
-}
-
-require_once __DIR__.'/public/index.php';
diff --git a/brc_laravel/brc/storage/app/.gitignore b/brc_laravel/brc/storage/app/.gitignore
deleted file mode 100644
index 8f4803c..0000000
--- a/brc_laravel/brc/storage/app/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!public/
-!.gitignore
diff --git a/brc_laravel/brc/storage/app/public/.gitignore b/brc_laravel/brc/storage/app/public/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/app/public/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/storage/framework/.gitignore b/brc_laravel/brc/storage/framework/.gitignore
deleted file mode 100644
index b02b700..0000000
--- a/brc_laravel/brc/storage/framework/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-config.php
-routes.php
-schedule-*
-compiled.php
-services.json
-events.scanned.php
-routes.scanned.php
-down
diff --git a/brc_laravel/brc/storage/framework/cache/.gitignore b/brc_laravel/brc/storage/framework/cache/.gitignore
deleted file mode 100644
index 01e4a6c..0000000
--- a/brc_laravel/brc/storage/framework/cache/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!data/
-!.gitignore
diff --git a/brc_laravel/brc/storage/framework/cache/data/.gitignore b/brc_laravel/brc/storage/framework/cache/data/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/framework/cache/data/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/storage/framework/sessions/.gitignore b/brc_laravel/brc/storage/framework/sessions/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/framework/sessions/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/storage/framework/testing/.gitignore b/brc_laravel/brc/storage/framework/testing/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/framework/testing/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/storage/framework/views/.gitignore b/brc_laravel/brc/storage/framework/views/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/framework/views/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/storage/logs/.gitignore b/brc_laravel/brc/storage/logs/.gitignore
deleted file mode 100644
index d6b7ef3..0000000
--- a/brc_laravel/brc/storage/logs/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/brc_laravel/brc/tests/CreatesApplication.php b/brc_laravel/brc/tests/CreatesApplication.php
deleted file mode 100644
index 547152f..0000000
--- a/brc_laravel/brc/tests/CreatesApplication.php
+++ /dev/null
@@ -1,22 +0,0 @@
-make(Kernel::class)->bootstrap();
-
- return $app;
- }
-}
diff --git a/brc_laravel/brc/tests/Feature/ExampleTest.php b/brc_laravel/brc/tests/Feature/ExampleTest.php
deleted file mode 100644
index cdb5111..0000000
--- a/brc_laravel/brc/tests/Feature/ExampleTest.php
+++ /dev/null
@@ -1,21 +0,0 @@
-get('/');
-
- $response->assertStatus(200);
- }
-}
diff --git a/brc_laravel/brc/tests/TestCase.php b/brc_laravel/brc/tests/TestCase.php
deleted file mode 100644
index 2932d4a..0000000
--- a/brc_laravel/brc/tests/TestCase.php
+++ /dev/null
@@ -1,10 +0,0 @@
-assertTrue(true);
- }
-}
diff --git a/brc_laravel/brc/webpack.mix.js b/brc_laravel/brc/webpack.mix.js
deleted file mode 100644
index 8a923cb..0000000
--- a/brc_laravel/brc/webpack.mix.js
+++ /dev/null
@@ -1,15 +0,0 @@
-const mix = require('laravel-mix');
-
-/*
- |--------------------------------------------------------------------------
- | Mix Asset Management
- |--------------------------------------------------------------------------
- |
- | Mix provides a clean, fluent API for defining some Webpack build steps
- | for your Laravel application. By default, we are compiling the Sass
- | file for the application as well as bundling up all the JS files.
- |
- */
-
-mix.js('resources/js/app.js', 'public/js')
- .sass('resources/sass/app.scss', 'public/css');
diff --git a/brc_laravel/database.env b/brc_laravel/database.env
deleted file mode 100644
index b671f0f..0000000
--- a/brc_laravel/database.env
+++ /dev/null
@@ -1,46 +0,0 @@
-APP_NAME=brc
-APP_ENV=production
-APP_KEY=base64:k27KwJhBevygSDVJosYY2l2ctim/fHv7rngygr6P3Q8=
-APP_DEBUG=true
-APP_URL=http://brc-metalworks.com
-
-LOG_CHANNEL=stack
-
-DB_CONNECTION=mysql
-DB_HOST=127.0.0.1
-DB_PORT=3306
-DB_DATABASE=brorks_BRC
-DB_USERNAME=brorks_mania
-DB_PASSWORD=5F9k79wGf22JNESv
-
-BROADCAST_DRIVER=log
-CACHE_DRIVER=file
-QUEUE_CONNECTION=sync
-SESSION_DRIVER=file
-SESSION_LIFETIME=120
-
-REDIS_HOST=127.0.0.1
-REDIS_PASSWORD=null
-REDIS_PORT=6379
-
-MAIL_MAILER=smtp
-MAIL_HOST=smtp.mailtrap.io
-MAIL_PORT=2525
-MAIL_USERNAME=null
-MAIL_PASSWORD=null
-MAIL_ENCRYPTION=null
-MAIL_FROM_ADDRESS=null
-MAIL_FROM_NAME="${APP_NAME}"
-
-AWS_ACCESS_KEY_ID=
-AWS_SECRET_ACCESS_KEY=
-AWS_DEFAULT_REGION=us-east-1
-AWS_BUCKET=
-
-PUSHER_APP_ID=
-PUSHER_APP_KEY=
-PUSHER_APP_SECRET=
-PUSHER_APP_CLUSTER=mt1
-
-MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
-MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
diff --git a/collections.php b/collections.php
new file mode 100644
index 0000000..f4eb0a7
--- /dev/null
+++ b/collections.php
@@ -0,0 +1,40 @@
+
+
+
+
+
+
' . $c["name"] . '
+
+
+
+
+
+
+ ' . $c['collection_description'] . '
+
+
+
+ ';
+ print($html);
+ $index += 1;
+ }
+?>
+
+
+
+
\ No newline at end of file
diff --git a/contacts.php b/contacts.php
new file mode 100644
index 0000000..2c601e2
--- /dev/null
+++ b/contacts.php
@@ -0,0 +1,14 @@
+
+
+
+
+
+
diff --git a/brc_laravel/brc/public/css/lightbox.css b/css/lightbox.css
similarity index 100%
rename from brc_laravel/brc/public/css/lightbox.css
rename to css/lightbox.css
diff --git a/css/projects.css b/css/projects.css
new file mode 100644
index 0000000..c784afb
--- /dev/null
+++ b/css/projects.css
@@ -0,0 +1,339 @@
+/* FONTS */
+
+/* Überschrift Font */
+
+/* im-fell-english-sc-regular - latin */
+@font-face {
+ font-family: 'IM Fell English SC';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/im-fell-english-sc-v10-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local('IM FELL English SC'), local('IM_FELL_English_SC'),
+ url('../fonts/im-fell-english-sc-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/im-fell-english-sc-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/im-fell-english-sc-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/im-fell-english-sc-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/im-fell-english-sc-v10-latin-regular.svg#IMFellEnglishSC') format('svg'); /* Legacy iOS */
+ }
+
+/* Fließtext Font */
+
+/* im-fell-great-primer-regular - latin */
+@font-face {
+ font-family: 'IM Fell Great Primer';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/im-fell-great-primer-v10-latin-regular.eot'); /* IE9 Compat Modes */
+ src: local('IM FELL Great Primer Roman'), local('IM_FELL_Great_Primer_Roman'),
+ url('../fonts/im-fell-great-primer-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/im-fell-great-primer-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/im-fell-great-primer-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/im-fell-great-primer-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/im-fell-great-primer-v10-latin-regular.svg#IMFellGreatPrimer') format('svg'); /* Legacy iOS */
+ }
+
+ /* im-fell-great-primer-italic - latin */
+ @font-face {
+ font-family: 'IM Fell Great Primer';
+ font-style: italic;
+ font-weight: 400;
+ src: url('../fonts/im-fell-great-primer-v10-latin-italic.eot'); /* IE9 Compat Modes */
+ src: local('IM FELL Great Primer Italic'), local('IM_FELL_Great_Primer_Italic'),
+ url('../fonts/im-fell-great-primer-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/im-fell-great-primer-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/im-fell-great-primer-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/im-fell-great-primer-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/im-fell-great-primer-v10-latin-italic.svg#IMFellGreatPrimer') format('svg'); /* Legacy iOS */
+ }
+
+/* Festlegung Font */
+
+body {
+ font-family: 'IM Fell Great Primer';
+ margin: 0;
+ text-align: center;
+ background-color: #000;
+ color: #f9f9ed;
+}
+
+h1, h2, h3, h4, h5 {
+ font-family: 'IM Fell English SC'
+}
+
+/* Breitenanpassung */
+
+@media only screen and (min-width: 1000px) {
+ div.collection {
+ width: calc(33.3333% - 8px);
+ }
+}
+@media only screen and (min-width: 600px) and (max-width: 999px) {
+ div.collection {
+ width: calc(50% - 8px);
+ }
+}
+@media only screen and (max-width: 599px) {
+ div.collection {
+ width: calc(100% - 8px);
+ }
+}
+
+/* header
+=================== */
+@media only screen and (min-width: 1000px) {
+ header {
+ z-index: 1;
+ position: absolute; /*verursacht das verschrobene menü auf der projects seite*/
+ top: 0px;
+ width: 100%;
+ }
+}
+
+@media only screen and (max-width: 500px) {
+ .nav li {
+ margin-left: 2px !important;
+ margin-right: 2px !important;
+ width: 20vw;
+ }
+}
+@media only screen and (min-width: 501px) and (max-width: 999px) {
+ .nav li {
+ margin-left: 2px !important;
+ margin-right: 2px !important;
+ width: 100px;
+ }
+}
+@media only screen and (min-width: 1000px) {
+ .nav li {
+ width: 100px;
+ }
+}
+header {
+ background: rgba(0,0,0,0.4);
+ font-family: 'IM Fell English SC';
+ margin: 0px; /*Der Versuch den header auf projects zu reparieren: margin: 1rem 0,0 klappt aber nicht so*/
+}
+
+@media only screen and (min-width: 1000px) {
+ div#project_margin {
+ margin-top: 250px;
+ }
+ video {
+ margin-top: 230px;
+ }
+}
+
+.nav ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ display: flex;
+ justify-content: center;
+ width: 100%;
+}
+
+.nav li {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 1em;
+ height: 20px;
+ text-align: center;
+}
+
+.nav a {
+ font-weight: 900;
+ text-decoration: none;
+ /*! padding: 0.5em; */
+ color: white;
+ font-size: 14pt;
+ /*! font-weight: bold; */
+}
+
+
+.nav a:hover {
+ color: #ddd;
+ font-size: 16pt;
+ /*! font-weight: bold; */
+}
+
+.logo {
+ margin-top: 0.5rem;
+}
+
+/* Collection */
+
+div.collection_container {
+ display: flex;
+ flex-wrap: wrap;
+}
+
+div.collection {
+ margin: 4px;
+}
+
+div.collection h1 {
+ margin: 10px;
+ text-align: center;
+}
+
+div.collection div.col-desc {
+ display: none;
+ padding: 10px;
+ text-align: justify;
+}
+
+/* Img Collections + Slide in stuff */
+
+.flexbox-col-img {
+ display: flex;
+ justify-content: center;
+}
+
+.col-img-container {
+ position: relative;
+ width: 350px;
+ height: 350px;
+}
+
+.col-image {
+ display: block;
+ width: 350px;
+ height: 350px;
+ border-radius: 50%;
+ border: 3px solid #f9f9ed;
+}
+
+.col-img-desc {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ background-color: rgba(51, 51, 51, 0.4);
+ overflow: hidden;
+ width: 350px;
+ height: 350px;
+ opacity: 0;
+ border-radius: 50%;
+ transition: .5s ease;
+}
+
+.col-img-container:hover .col-img-desc {
+ opacity: 1;
+}
+
+.col-img-desc div {
+ color: white;
+ font-size: 20px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ text-align: center;
+}
+
+/* Images Instagram */
+
+.images {
+ filter: grayscale(100%);
+ transition: height 0.5s ease-out, filter 0.3s ease 0.5s, width 0.3s ease-out;
+ height: 200px;
+ width: 200px;
+ cursor:pointer;
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+}
+
+.images:hover {
+ -webkit-filter: grayscale(0%);
+ filter: grayscale(0%);
+ transition: filter 0.8s ease-out;
+}
+
+/* buttons */ /* Noch ordnen */
+
+.button {
+ display: inline-block;
+ font-size: 1.15rem;
+ text-decoration: none;
+ text-transform: uppercase;
+ border-width: 2px;
+ border-style: solid;
+ padding: 0.5em 1.75em;
+}
+
+@media (min-width: 60rem) {
+ .button {
+ font-size: 1.5rem;
+ }
+}
+
+.button.active {
+ background-color: #ffffff;
+ color: #232323;
+ }
+
+.button-small {
+ font-size: 0.7rem;
+ font-weight: 700;
+}
+
+.button-accent {
+ color: #ffffff;
+ border-color: #ffffff;
+ cursor:pointer;
+ background: rgba(0,0,0,0.4);
+ box-shadow: 0px 0px 15px 5px #fff;
+}
+
+.button-accent-projects {
+ color: #ffffff;
+ border-color: #ffffff;
+ cursor:pointer;
+ background: rgba(0,0,0,0.4);
+ /*box-shadow: 0px 0px 15px 5px #fff;*/
+}
+
+.button-accent:hover,
+.button-accent:focus {
+ background: #fff;
+ color: #232323;
+}
+
+.button-dark {
+ color: #232323;
+ border-color: #232323;
+}
+
+.button-dark:hover,
+.button-dark:focus {
+ background: #232323;
+ color: #ffffff;
+}
+
+.btn {
+ /* border: none;
+ outline: none;
+ padding: 12px 16px; */
+ background-color: white;
+ cursor: pointer;
+ display: inline-block;
+ font-size: 1.15rem;
+ text-decoration: none;
+ text-transform: uppercase;
+ border-width: 2px;
+ border-style: solid;
+ padding: 0.5em 1.75em;
+ }
+
+ .btn:hover {
+ background-color: #ddd;
+ }
+
+ .btn.active {
+ background-color: #666;
+ color: white;
+ }
diff --git a/brc_laravel/brc/public/css/styles.css b/css/styles.css
similarity index 63%
rename from brc_laravel/brc/public/css/styles.css
rename to css/styles.css
index cc57990..a13d093 100644
--- a/brc_laravel/brc/public/css/styles.css
+++ b/css/styles.css
@@ -1,35 +1,14 @@
-@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900");
-@import url("stylesheet.css");
+@import url("projects.css");
* {
box-sizing: border-box;
transition: all ease-in-out 250ms;
}
-body {
- margin: 0;
- font-family: "dominican_small_capsregular";
- text-align: center;
-}
-
img {
max-width: 100%;
}
-.images {
- filter: grayscale(100%);
- transition: height 0.5s ease-out, filter 0.3s ease 0.5s, width 0.3s ease-out;
- height: 200px;
- width: 200px;
- cursor:pointer;
-}
-
-.images:hover {
- -webkit-filter: grayscale(0%);
- filter: grayscale(0%);
- transition: filter 0.8s ease-out;
-}
-
.container {
margin: 0 auto;
}
@@ -47,73 +26,6 @@ video {
height: auto;
}
-/* Column system
-=================== */
-
-[class^="col-"] {
- width: 100%;
- margin-top: 1em;
-}
-
-[class^="col-"]:first-child {
- margin-top: 0;
-}
-
-.col-1 {
- width: 33.333334%;
- float: left;
-}
-
-@media (min-width: 40rem) {
- [class^="col-"] {
- float: left;
- padding: 0 0.5em;
- margin-top: 0;
- }
-
- [class^="col-"]:first-child {
- padding-left: 0;
- }
-
- [class^="col-"]:last-child {
- padding-right: 0;
- }
-
- .col-3 {
- width: 50%;
- }
-
- .col-1 {
- width: 16.6666%;
- }
-}
-
-.column {
- float: left;
- width: 33.33%;
- display: none; /* Hide all elements by default */
- }
-
-.row {
- margin: 10px -16px;
- }
-
-
-.row,
-.row > .column {
- padding: 0.8px;
-}
-
-.row:after {
- content: "";
- display: table;
- clear: both;
- }
-
-.show {
- display: block;
- }
-
/* typography
=================== */
@@ -152,6 +64,7 @@ p:last-of-type {
font-weight: 300;
display: block;
font-size: 0.9em;
+ margin: 10px;
}
.title-cta {
@@ -175,132 +88,22 @@ p:last-of-type {
}
}
-/* buttons */
-
-.button {
- display: inline-block;
- font-size: 1.15rem;
- text-decoration: none;
- text-transform: uppercase;
- border-width: 2px;
- border-style: solid;
- padding: 0.5em 1.75em;
-}
-
-@media (min-width: 60rem) {
- .button {
- font-size: 1.5rem;
- }
-}
-
-.button.active {
- background-color: #ffffff;
- color: #232323;
- }
-
-.button-small {
- font-size: 0.7rem;
- font-weight: 700;
-}
-
-.button-accent {
- color: #ffffff;
- border-color: #ffffff;
- cursor:pointer
-}
-
-.button-accent:hover,
-.button-accent:focus {
- background: #ffffff;
- color: #232323;
-}
-
-.button-dark {
- color: #232323;
- border-color: #232323;
-}
-
-.button-dark:hover,
-.button-dark:focus {
- background: #232323;
- color: #ffffff;
-}
-
-.btn {
- /* border: none;
- outline: none;
- padding: 12px 16px; */
- background-color: white;
- cursor: pointer;
- display: inline-block;
- font-size: 1.15rem;
- text-decoration: none;
- text-transform: uppercase;
- border-width: 2px;
- border-style: solid;
- padding: 0.5em 1.75em;
- }
-
- .btn:hover {
- background-color: #ddd;
- }
-
- .btn.active {
- background-color: #666;
- color: white;
- }
-
/* Parallax
-=================== */
+=================== */ /* Das sollte wohl mal DAS werden https://www.w3schools.com/howto/howto_css_parallax.asp */
.parallax--bg {
width: auto;
}
-/* header
-=================== */
-
-header {
- margin: 1rem 0;
-}
-
-.nav ul {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-
-.nav li {
- display: inline-block;
- margin: 1em;
-}
-
-.nav a {
- font-weight: 900;
- text-decoration: none;
- padding: 0.5em;
- text-transform: uppercase;
- color: white;
- font-size: 0.8rem;
-}
-
-
-.nav a:hover,
-.nav a:focus {
- color: #ddd;
-}
-
-.logo {
- margin-top: 0.5rem;
-}
/* hero-home
=================== */
.home-hero {
- background-image: url(../img/hero-bg.jpg);
+ background-image: url(/images/backgroud_img/hero-bg.jpg);
background-size: cover;
background-position: center;
padding: 10em 0;
+ top: 0px;
color: #fff;
}
@@ -318,14 +121,15 @@ header {
background-color: #232323;
padding: 10em 20%;
width: 100%;
- outline: 2px solid#ffffff;
+ outline: 2px solid#f9f9ed;
outline-offset: -2.5em;
- color: #fff;
+ color: #f9f9ed;
position: relative;
+ text-align: justify;
}
.home-about-textbox h1 {
- color: #ffffff;
+ color: #f9f9ed;
position: absolute;
left: 50%;
transform: translateX(-50%);
@@ -567,7 +371,7 @@ header {
=================== */
.cta {
- background-color: #ffffff;
+ background-color: #f9f9ed;
padding: 5em 0;
}
@@ -576,9 +380,8 @@ header {
footer {
background: #232323;
- color: #fff;
+ color: #f9f9ed;
text-align: left;
padding: 5em 0;
}
-body { background-color: #eee; }
diff --git a/docker-compose.yml b/docker-compose.yml
index 512dc81..ca7fb93 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,19 +1,8 @@
version: "3.3"
services:
web:
- build: ./web
+ image: php:7.4-apache
ports:
- - 10.0.0.7:8084:80
+ - 80:80
volumes:
- - ./brc_laravel/brc:/var/www
- - ./000-default.conf:/etc/apache2/sites-enabled/000-default.conf
-
- db:
- image: mariadb:latest
- volumes:
- - ./db:/var/lib/mysql
- environment:
- MYSQL_ROOT_PASSWORD: foo
- MYSQL_DATABASE: ieva
- MYSQL_USER: ieva
- MYSQL_PASSWORD: foo
+ - .:/var/www/html
\ No newline at end of file
diff --git a/fonts/im-fell-english-sc-v10-latin-regular.eot b/fonts/im-fell-english-sc-v10-latin-regular.eot
new file mode 100644
index 0000000..1b8f76a
Binary files /dev/null and b/fonts/im-fell-english-sc-v10-latin-regular.eot differ
diff --git a/fonts/im-fell-english-sc-v10-latin-regular.svg b/fonts/im-fell-english-sc-v10-latin-regular.svg
new file mode 100644
index 0000000..23eecda
--- /dev/null
+++ b/fonts/im-fell-english-sc-v10-latin-regular.svg
@@ -0,0 +1,4855 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fonts/im-fell-english-sc-v10-latin-regular.ttf b/fonts/im-fell-english-sc-v10-latin-regular.ttf
new file mode 100644
index 0000000..be22811
Binary files /dev/null and b/fonts/im-fell-english-sc-v10-latin-regular.ttf differ
diff --git a/fonts/im-fell-english-sc-v10-latin-regular.woff b/fonts/im-fell-english-sc-v10-latin-regular.woff
new file mode 100644
index 0000000..48a32de
Binary files /dev/null and b/fonts/im-fell-english-sc-v10-latin-regular.woff differ
diff --git a/fonts/im-fell-english-sc-v10-latin-regular.woff2 b/fonts/im-fell-english-sc-v10-latin-regular.woff2
new file mode 100644
index 0000000..d8df2f9
Binary files /dev/null and b/fonts/im-fell-english-sc-v10-latin-regular.woff2 differ
diff --git a/fonts/im-fell-great-primer-v10-latin-italic.eot b/fonts/im-fell-great-primer-v10-latin-italic.eot
new file mode 100644
index 0000000..4cc888f
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-italic.eot differ
diff --git a/fonts/im-fell-great-primer-v10-latin-italic.svg b/fonts/im-fell-great-primer-v10-latin-italic.svg
new file mode 100644
index 0000000..d85cf61
--- /dev/null
+++ b/fonts/im-fell-great-primer-v10-latin-italic.svg
@@ -0,0 +1,5397 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fonts/im-fell-great-primer-v10-latin-italic.ttf b/fonts/im-fell-great-primer-v10-latin-italic.ttf
new file mode 100644
index 0000000..89f0cd2
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-italic.ttf differ
diff --git a/fonts/im-fell-great-primer-v10-latin-italic.woff b/fonts/im-fell-great-primer-v10-latin-italic.woff
new file mode 100644
index 0000000..9a7b3ec
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-italic.woff differ
diff --git a/fonts/im-fell-great-primer-v10-latin-italic.woff2 b/fonts/im-fell-great-primer-v10-latin-italic.woff2
new file mode 100644
index 0000000..5cfac2f
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-italic.woff2 differ
diff --git a/fonts/im-fell-great-primer-v10-latin-regular.eot b/fonts/im-fell-great-primer-v10-latin-regular.eot
new file mode 100644
index 0000000..dc5d779
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-regular.eot differ
diff --git a/fonts/im-fell-great-primer-v10-latin-regular.svg b/fonts/im-fell-great-primer-v10-latin-regular.svg
new file mode 100644
index 0000000..2beb750
--- /dev/null
+++ b/fonts/im-fell-great-primer-v10-latin-regular.svg
@@ -0,0 +1,4976 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fonts/im-fell-great-primer-v10-latin-regular.ttf b/fonts/im-fell-great-primer-v10-latin-regular.ttf
new file mode 100644
index 0000000..a2f0d5f
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-regular.ttf differ
diff --git a/fonts/im-fell-great-primer-v10-latin-regular.woff b/fonts/im-fell-great-primer-v10-latin-regular.woff
new file mode 100644
index 0000000..364fa30
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-regular.woff differ
diff --git a/fonts/im-fell-great-primer-v10-latin-regular.woff2 b/fonts/im-fell-great-primer-v10-latin-regular.woff2
new file mode 100644
index 0000000..15bf7b1
Binary files /dev/null and b/fonts/im-fell-great-primer-v10-latin-regular.woff2 differ
diff --git a/footer.tpl b/footer.tpl
new file mode 100644
index 0000000..d49fdcf
--- /dev/null
+++ b/footer.tpl
@@ -0,0 +1,25 @@
+
+
+
+
+ Hancarved jewellery loved and produced by
+ Bricabracomania Metalworks
+ 2020
+
+
+
+
+
+
+
+
+