- Scan ID:
- b60ebb61-e9d7-47a3-8362-75a4f8016087Finished
- Submitted URL:
- https://wcameronbowen.com/
- Report Finished:
Links · 2 found
The outgoing links identified from the page
Link | Text |
---|---|
https://wcameronbowen.github.io | wcameronbowen |
https://linkedin.com/in/wcameronbowen | wcameronbowen |
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<title>
Welcome — Write To Think
</title>
</head>
<body>
<header>
<span class="header-text">Write To Think</span>
</header>
<nav>
<a class="nav-active" href="/">Home</a> |
<a href="/blog">Blog</a> |
<a href="/resume">Resume</a> |
<a href="/about">About</a>
</nav>
<main>
<h1>
Welcome
</h1>
<p>
This may be my first, second, or third brain at this point. If you want to know more about why I created this site, see <a href="/blog/why-i-created-this-site">Why I Created This Site</a>. If you want to know more about me, checkout the <a href="/about">About</a> page. Otherwise, have fun looking around. Who knows what you will find!
</p>
<p>
In keeping with the goal of this site you will enjoy a wonderfully ad-free experience. If you see an ad on this site, something has gone horribly wrong and you can assume there’s been a malicious takeover of the site!
</p>
<h2 id="latest-entries-header">
Latest posts
</h2>
<div id="latest-blog-entries">
<dl>
<dt>
2024-11-27
</dt>
<dd>
<a href="/blog/linux-discovery">Linux Discovery</a>
</dd>
<dt>
2024-11-23
</dt>
<dd>
<a href="/blog/bashisms">Bashisms</a>
</dd>
<dt>
2024-09-13
</dt>
<dd>
<a href="/blog/a-useful-meeting">A Useful Meeting</a>
</dd>
<dt>
2024-08-14
</dt>
<dd>
<a href="/blog/setting-up-this-site-v2">Using Soupault</a>
</dd>
<dt>
2024-03-24
</dt>
<dd>
<a href="/blog/what-does-not-change">What Does Not Change</a>
</dd>
<dt>
2024-01-15
</dt>
<dd>
<a href="/blog/why-i-created-this-site">Why I Created This Site</a>
</dd>
<dt>
2024-01-13
</dt>
<dd>
<a href="/blog/setting-up-this-site">How I Setup This Site</a>
</dd>
</dl>
</div>
</main>
<footer>
<div class="wrapper">
<p>
A site for writing, because "writing is thinking".<br>
<b>atom feed:</b> <a href="/blog/atom.xml">atom</a><br>
<b>github:</b> <a href="https://wcameronbowen.github.io">wcameronbowen</a><br>
<b>linkedin:</b> <a href="https://linkedin.com/in/wcameronbowen">wcameronbowen</a>
</p>
<p>
<img src="/images/powered_by_soupault.png">
</p>
</div>
</footer>
</body></html>