Skip to content

Commit

Permalink
new site logo animation
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Nov 16, 2023
1 parent 661335a commit 0fed10d
Show file tree
Hide file tree
Showing 22 changed files with 30,261 additions and 7,162 deletions.
6 changes: 5 additions & 1 deletion docs/application development/2020/04/17/project-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt="profile-pic" />
<video playsinline autoplay muted style="clip-path: circle(160px at 160px 175px);" preload="auto" src="img/animatedlogo.webm">
<source src="img/animatedlogo.webm" type='video/webm'/>
<img class="img-responsive" src="img/profile.png" alt="profile-pic" />
</video>
<div class="intro-text">
<span class="name">Adam Bardsley</span>
<hr class="star-light" />
Expand All @@ -86,6 +89,7 @@
</div>
</div>
</div>

</header>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt="profile-pic" />
<video playsinline autoplay muted style="clip-path: circle(160px at 160px 175px);" preload="auto" src="img/animatedlogo.webm">
<source src="img/animatedlogo.webm" type='video/webm'/>
<img class="img-responsive" src="img/profile.png" alt="profile-pic" />
</video>
<div class="intro-text">
<span class="name">Adam Bardsley</span>
<hr class="star-light" />
Expand All @@ -86,6 +89,7 @@
</div>
</div>
</div>

</header>


Expand Down
2 changes: 1 addition & 1 deletion docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator>
<link href="https://adambardsley.co.uk/feed.xml" rel="self" type="application/atom+xml" />
<link href="https://adambardsley.co.uk/" rel="alternate" type="text/html" />
<updated>2023-08-14T17:47:52+01:00</updated>
<updated>2023-11-16T12:07:12+00:00</updated>
<id>https://adambardsley.co.uk/</id>


Expand Down
Binary file added docs/img/animatedlogo.webm
Binary file not shown.
Loading

0 comments on commit 0fed10d

Please sign in to comment.