Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Remove email address and update content and profile
Browse files Browse the repository at this point in the history
  • Loading branch information
philtdev committed Oct 22, 2023
1 parent 3e004ea commit 6fd3efd
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 427 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
# in the templates via {{ site.myvariable }}.

title: Coderover
email: hello@coderover.co.uk
description: >- # this means to ignore newlines until "baseurl:"
At Coderover, Philip Tomlinson offers freelance web development services on a remote basis to businesses and agencies. Specialisations include HTML5, CSS, JavaScript, Sass, Bootstrap, Blazor, Git, Gulp, and many more.
I’m Philip Tomlinson, a freelance web developer. I work on a remote basis for clients anywhere in the world through my company, Coderover Ltd. I specialise in Blazor, HTML5, CSS3, Sass, Bootstrap, JavaScript, Gulp, and Git.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.coderover.co.uk" # the base hostname & protocol for your site, e.g. http://example.com
locale: "en_GB"
github_username: philtdev
linkedin_username: philtdev
profile_document: "/assets/documents/philip-tomlinson-profile.pdf?v=1"

# Build settings
theme: minima
Expand Down
18 changes: 8 additions & 10 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ <h3 class="footer-heading">Find Out More</h3>

<div class="footer-col-wrapper">
<div class="footer-col">

<a href="{{ "/assets/images/philtdev-avatar-1280x1280.jpg" | relative_url }}" target="_blank">
<img alt="Philip Tomlinson" class="avatar" src="/assets/images/philtdev-avatar-100x100.jpg">
</a>
{%- include social.html -%}
<ul class="contact-list">
<li><a href="{{ "/assets/documents/philip-tomlinson-profile-v1.pdf" | relative_url }}" target="_blank">My profile</a></li>
<li><a href="{{ site.profile_document }}" target="_blank">My profile</a></li>
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
</ul>
</div>

<div class="footer-col">
<p>{{- site.description | escape -}}</p>
<p>
<small>
&copy; 2023 Coderover Ltd.<br>
Company number <a href="https://find-and-update.company-information.service.gov.uk/company/08809636">08809636</a>.
</small>
</p>
<small>
&copy; 2023 Coderover Ltd. Company number <a href="https://find-and-update.company-information.service.gov.uk/company/08809636">08809636</a>.
</small>
</div>
</div>

Expand Down
22 changes: 0 additions & 22 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,5 @@
<img alt="{{ site.title | escape }}" src="{{ "/assets/images/coderover-logo-170x50.png" | relative_url }}">
</picture>
</a>

{%- if page_paths -%}
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>

<div class="trigger">
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{%- endif -%}
{%- endfor -%}
</div>
</nav>
{%- endif -%}
</div>
</header>
119 changes: 0 additions & 119 deletions _site/2023/03/31/a-diary-of-downtime-from-work.html

This file was deleted.

Loading

0 comments on commit 6fd3efd

Please sign in to comment.