Saved blog on camping at Kraken

This commit is contained in:
Philip Sargent 2022-12-17 02:57:06 +00:00
parent af81341615
commit 2dfcc42bd4
28 changed files with 4966 additions and 1616 deletions

View File

@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://daysyearoff.wordpress.com/2016/08/04/the-kraken-wakes/

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 B

View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<!-- saved from url=(0148)https://widgets.wp.com/likes/index.html?ver=20220105#blog_id=77458474&post_id=623&origin=daysyearoff.wordpress.com&obj_id=77458474-623-639d0a31e996a -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="./style.css">
<script type="text/javascript" data-name="TokenSigning" data-by="Web-eID extension" src="chrome-extension://ncibgoaomkmdpilpocfeponihegamlic/token-signing-page-script.js"></script></head>
<body style="color: rgb(51, 71, 61); font-family: Lato, proxima-nova, &quot;Helvetica Neue Light&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; direction: ltr; font-weight: 400; font-style: normal; text-decoration: none solid rgb(51, 71, 61);">
<div id="target">
<div class="sd-content wpl-likebox">
<div class="wpl-button reblog">
<a href="https://widgets.wp.com/likes/index.html?ver=20220105#" title="Reblog this post on your main site." class="reblog sd-button" rel="nofollow">
<span>Reblog</span>
</a>
</div>
<div class="wpl-button like">
<a href="https://widgets.wp.com/likes/index.html?ver=20220105#" title="Be the first to like this." class="like sd-button" rel="nofollow">
<span>Like</span>
</a>
</div>
<div class="wpl-count sd-like-count"><span class="wpl-count-text">Be the first to like this.</span></div>
</div>
</div>
</body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,85 @@
<!DOCTYPE html>
<!-- saved from url=(0138)https://widgets.wp.com/likes/master.html?ver=20220105#ver=20220105&lang=en-gb&lang_ver=1670431430&origin=https://daysyearoff.wordpress.com -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<script type="text/html" id="admin-bar-likes">
<div id="wpadminbar" <% if ( isRtl ) { %> class="rtl" <% } %> >
<div class="quicklinks">
<ul><li id="wp-admin-bar-wpl-like">
<a class="ab-item like" href="#"><%= label %></a>
</li></ul>
</div>
</div>
</script>
<script type="text/html" id="post-likes">
<div class="sd-content wpl-likebox">
<% if ( canReblog && canUserReblog ) { %>
<div class="wpl-button reblog">
<a href="#" title='<%- reblog_feedback_no_html %>' class='<%- reblog_css_state %> sd-button' rel='nofollow'>
<span><%= reblog_label %></span>
</a>
</div>
<% } %>
<% if ( canLike ) { %>
<div class="wpl-button <%- css_state %>">
<a href="#" title='<%- feedback_no_html %>' class='<%- css_state %> sd-button' rel='nofollow'>
<span><%= label %></span>
</a>
</div>
<% if ( hasLikes ) { %>
<ul class="wpl-avatars sd-like-gravatars">
<% likers.forEach( function( item, key ) { %>
<li class='<%- item.css_class %>'><a href="<%= item.profile_URL %>" title="<%- item.name %>" class="wpl-liker" rel="nofollow" target="_parent">
<img src='<%= item.avatar_URL %>' class='avatar avatar-30' alt='<%- item.name %>' width='30' height='30' />
</a></li>
<% }); %>
</ul>
<% } %>
<div class="wpl-count sd-like-count"><%= feedback %></div>
<% } %>
</div>
</script>
<script type="text/html" id="slim-likes">
<div class="sd-content wpl-likebox wpl-slim-likebox">
<div class="wpl-button <%- css_state %>">
<a href="#" title='<%- feedback_no_html %>' class='<%- css_state %> sd-button' rel='nofollow'>
<span><%= label %></span>
</a>
</div>
</div>
</script>
<script type="text/html" id="comment-likes">
<div class="wpl-likebox">
<div id="comment-like" class="comment-likes <%- css_state %>">
<a href="#" class="comment-like-link" rel="nofollow"><%= label %></a>
</div>
</div>
</script>
<script type="text/javascript" src="./rlt-proxy.js.download"></script>
<script type="text/javascript" src="./saved_resource"></script>
<script type="text/javascript">
// compute origin from URL argument
var parentOrigin;
if (window.location.hash) {
var params = (window.location.hash.substr(1)).split("&");
for (i = 0; i < params.length; i++)
{
var a = params[i].split("=");
// Now every parameter from the hash is beind handled this way
if (a[0] == "origin")
{
parentOrigin = a[1];
}
}
}
rltInitialize( { rlt: null, iframeOrigins: [ 'https://public-api.wordpress.com' ], parentOrigin: parentOrigin } );
</script>
<script type="text/javascript" data-name="TokenSigning" data-by="Web-eID extension" src="chrome-extension://ncibgoaomkmdpilpocfeponihegamlic/token-signing-page-script.js"></script></head>
<body>
<iframe src="./saved_resource.html" style="display: none;"></iframe></body></html>

View File

@ -0,0 +1,3 @@
<!-- saved from url=(0011)about:blank -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<!DOCTYPE html>
<!-- saved from url=(0145)https://widgets.wp.com/notifications/?v=calypso-4917-8966-g5f8b6d6bc2&locale=en-gb#https://daysyearoff.wordpress.com/2016/08/04/the-kraken-wakes/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=9"><title>Notifications</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta name="mobile-web-app-capable" content="yes"><meta name="node-platform" content="v16.17.0"><meta name="node-version" content="linux"><meta name="git-describe" content="calypso-4917-8966-g5f8b6d6bc2"><link rel="stylesheet" href="./build.min.css"><script type="text/javascript" data-name="TokenSigning" data-by="Web-eID extension" src="chrome-extension://ncibgoaomkmdpilpocfeponihegamlic/token-signing-page-script.js"></script></head><body class="wpnc font-smoothing-antialiased"><div class="wpnc__main"><div><div class="wpnc__note-list disable-sticky"><div class="wpnc__filter"><ul class="wpnc__filter__segmented-control"><li data-filter-name="all" class="wpnc__filter__segmented-control-item selected">All</li><li data-filter-name="unread" class="wpnc__filter__segmented-control-item">Unread</li><li data-filter-name="comments" class="wpnc__filter__segmented-control-item">Comments</li><li data-filter-name="follows" class="wpnc__filter__segmented-control-item">Follows</li><li data-filter-name="likes" class="wpnc__filter__segmented-control-item">Likes</li></ul></div><div class="wpnc__list-view is-empty-list"><ol class="wpnc__notes"><div class="wpnc__status-bar" style="display: none;"><span></span><span></span><button class="wpnc__close-link"><svg class="gridicon gridicons-cross" height="18" width="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Cross</title><g><path d="M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"></path></g></svg></button></div><div class="wpnc__loading-indicator" style="opacity: 1; height: 1397px;"><div class="wpnc__spinner"><div class="wpnc__spinner__outer" style="width: 20px; height: 20px; font-size: 20px;"><div class="wpnc__spinner__inner"></div></div></div></div></ol></div></div><div class="wpnc__single-view"></div></div></div><script charset="UTF-8" src="./w.js.download"></script><script charset="UTF-8" src="./build.min.js.download"></script><iframe src="./saved_resource(8).html" style="display: none;"></iframe></body></html>

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,7 @@ Aid Inventories</a></li>
<li><a href="rescue_debrief.html">Rescue Debrief 2016</a></li>
<li><a href="../../expofiles/writeups/2016/seshbook.pdf">Sesh Book scan</a></li>
<li><a href="../../expofiles/writeups/2016/bierbook.pdf">Bier Book scan</a></li>
<li><a href="thekrakenwakes.html">The Kraken Wakes - Dour's memories</a></li>
</ul>
<hr />
<!-- LINKS -->

View File

@ -1,4 +1,4 @@
<h1>CUCC Expo Logbook 2017</h1>
<p>
<h2>See also: <a href="ukcaving/index.html">UK CAVING ILLUSTRATED BLOG</a> </h3>
<h2>See also: <a href="https://ukcaving.com/board/index.php?threads/rope-sponsor-entry-cucc-austria.22020/">UK CAVING ILLUSTRATED BLOG 2017</a> </h3>
<p>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB