https://brightershores.com/

Submitted URL:
https://brightershores.com/
Report Finished:

The outgoing links identified from the page

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

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" sizes="32x32" href="favicon.ico">
<title>Brighter Shores</title>
<style>
	@font-face {
		font-family: Lora;
		src: url('fonts/Lora-Regular.ttf') format('truetype');
	}
	body {
		color: white;
		font-family: Lora, serif;
		font-size: 16px;
		background: #143140 top center url(20240313/website_watermark_tile.png) repeat-y;
		padding: 0;
		margin: 0;
		overflow-y: scroll;
	}
	img {
		margin: 0;
		display: block;
		max-width: 100%;
	}
	video {
		margin: 0;
		display: block;
		max-width: 100%;
	}
	a, a:visited {
		color: #51B0DE;
	}
	a:hover {
		color: white;
	}
	#center {
		max-width: 616px;
		margin: 0 auto;
		padding: 0 10px 10px 10px;
		text-align: justify;
	}
	#screenshots {
		display: flex;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}
	#screenshots > div {
		flex-shrink: 0;
		width: 100%;
		scroll-snap-align: center;
	}
	#thumbnails {
		display: flex;
		flex-wrap: wrap;
		margin-top: 3px;
		gap: 3px;
		padding: 3px;
		background-color: #1E1E1E;
		justify-content: center;
	}
	#thumbnails > div {
		flex-shrink: 0;
		width: 84px;
	}
	#thumbnails a > img {
		border: 1px solid transparent;
	}
	#thumbnails a:hover > img {
		border: 1px solid white;
	}
	#copyright {
		max-width: 616px;
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		font-size: 14px;
	}
	path {
		fill: white;
	}
	#steam {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		border: 2px solid #ccc;
		padding: 12px;
		background-color: black;
		text-decoration: none;
		color: white;
		font-size: 20px;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		letter-spacing: 0.2em;
	}
	#steam:hover {
		border: 2px solid white;
		background-color: #1e1e1e;
	}
	#xfollow {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		height: 50px;
		border: 2px solid #ccc;
		background-color: black;
		text-decoration: none;
		color: white;
		font-size: 20px;
	}
	#xfollow:hover {
		border: 2px solid white;
		background-color: #1e1e1e;
	}
	#xfollow > img {
		display: inline;
		top: 2px;
		position: relative;
	}
	#trailer > img {
		border: 1px solid transparent;
	}
	#trailer:hover > img {
		border: 1px solid white;
	}
</style>
<script>
window.onload = function() {
	const screenshotsDiv = document.querySelector("#screenshots")
	const screenshots = document.querySelectorAll("#screenshots a")
	const links = document.querySelectorAll('#thumbnails a')
	for (let index = 0; index < links.length; ++index) {
		const link = links[index]
		const screenshot = screenshots[index]
		link.onclick=function(){
			screenshotsDiv.scrollLeft = screenshot.offsetLeft - screenshotsDiv.offsetLeft
			return false
		}
	}
}
</script>
</head>
<body>
<div id="center">
	<img src="20240319/logo.jpg" alt="Brighter Shores">
	<p>Brighter Shores is an all new adventure from award winning MMORPG designer Andrew Gower. Explore a land of magic and mysteries, with a huge number of professions to try, and something new to find around every corner. Brighter Shores features an ongoing story and hundreds of hours of gameplay.</p>
	
	<a href="https://store.steampowered.com/app/2791440/Brighter_Shores/" id="steam">
		WISHLIST ON
		<img src="3rdparty/steam_logo_2016.svg" width="176" height="44" style="margin: 0 0 0 12px; display: inline;">
	</a>

	<br>

	<a href="https://twitter.com/andrewcgower" id="xfollow"><img src="3rdparty/X_logo_2023.svg" width="24" height="24" style="margin: 0 8px 2px 0;" "=""> Follow @AndrewCGower</a>

	<br>
	<br>
	
	<img src="20240313/trailer.jpg" alt="TRAILER">
	<a href="https://store.steampowered.com/app/2791440/Brighter_Shores/" id="trailer">
		<img src="20240313/play_trailer.jpg" alt="View Trailer On STEAM">
	</a>
	
	<br>
	<br>

	<img src="20240313/screenshots.jpg" alt="SCREENSHOTS">
	
	<div id="screenshots">
		<div id="s01"><a href="screenshots/01_cliffside_path.jpg" target=""><img src="screenshots_616/01_cliffside_path.jpg" alt="Cliffside Path"></a></div>
		<div id="s02"><a href="screenshots/02_cooking.jpg" target=""><img src="screenshots_616/02_cooking.jpg" alt="Cooking"></a></div>
		<div id="s03"><a href="screenshots/03_shade_combat.jpg" target=""><img src="screenshots_616/03_shade_combat.jpg" alt="Fighting Shades"></a></div>
		<div id="s04"><a href="screenshots/04_leech_pools.jpg" target=""><img src="screenshots_616/04_leech_pools.jpg" alt="Leech Pools"></a></div>
		<div id="s05"><a href="screenshots/05_barricades.jpg" target=""><img src="screenshots_616/05_barricades.jpg" alt="Barricades"></a></div>
		<div id="s06"><a href="screenshots/06_foraging_by_crystal.jpg" target=""><img src="screenshots_616/06_foraging_by_crystal.jpg" alt="Crystal Clearing"></a></div>
		<div id="s07"><a href="screenshots/07_tanners_road.jpg" target=""><img src="screenshots_616/07_tanners_road.jpg" alt="Tanners Road"></a></div>
		<div id="s08"><a href="screenshots/08_bone_vats.jpg" target=""><img src="screenshots_616/08_bone_vats.jpg" alt="Bone Vats"></a></div>
		<div id="s09"><a href="screenshots/09_himatik_ruins.jpg" target=""><img src="screenshots_616/09_himatik_ruins.jpg" alt="Himatik Ruins"></a></div>
		<div id="s10"><a href="screenshots/10_goblin_marketplace.jpg" target=""><img src="screenshots_616/10_goblin_marketplace.jpg" alt="Goblin Marketplace"></a></div>
		<div id="s11"><a href="screenshots/11_delectable_dab.jpg" target=""><img src="screenshots_616/11_delectable_dab.jpg" alt="Delectable Dab Restaurant"></a></div>
		<div id="s12"><a href="screenshots/12_vincible.jpg" target=""><img src="screenshots_616/12_vincible.jpg" alt="The Vincible"></a></div>
		<div id="s13"><a href="screenshots/13_lanis_curiosities.jpg" target=""><img src="screenshots_616/13_lanis_curiosities.jpg" alt="Lani's Curiosities"></a></div>
		<div id="s14"><a href="screenshots/14_truck_cave.jpg" target=""><img src="screenshots_616/14_truck_cave.jpg" alt="Truck Cave"></a></div>
		<div id="s15"><a href="screenshots/15_hopeport_obelisk.jpg" target=""><img src="screenshots_616/15_hopeport_obelisk.jpg" alt="Hopeport Obelisk"></a></div>
		<div id="s16"><a href="screenshots/16_thief_combat.jpg" target=""><img src="screenshots_616/16_thief_combat.jpg" alt="Fighting Thieves"></a></div>
		<div id="s17"><a href="screenshots/17_quiet_grove.jpg" target=""><img src="screenshots_616/17_quiet_grove.jpg" alt="Quiet Grove"></a></div>
		<div id="s18"><a href="screenshots/18_melvs_supplies.jpg" target=""><img src="screenshots_616/18_melvs_supplies.jpg" alt="Melv's Fishing Supplies"></a></div>
		<div id="s19"><a href="screenshots/19_net_fishing.jpg" target=""><img src="screenshots_616/19_net_fishing.jpg" alt="Fishing"></a></div>
		<div id="s20"><a href="screenshots/20_southeast_sewers.jpg" target=""><img src="screenshots_616/20_southeast_sewers.jpg" alt="Sewers"></a></div>
	</div>
	<div id="thumbnails">
		<div><a href="#s01"><img src="screenshots_616/01_cliffside_path.jpg" alt="Cliffside Path Thumbnail"></a></div>
		<div><a href="#s02"><img src="screenshots_616/02_cooking.jpg" alt="Cooking Thumbnail"></a></div>
		<div><a href="#s03"><img src="screenshots_616/03_shade_combat.jpg" alt="Fighting Shades Thumbnail"></a></div>
		<div><a href="#s04"><img src="screenshots_616/04_leech_pools.jpg" alt="Leech Pools Thumbnail"></a></div>
		<div><a href="#s05"><img src="screenshots_616/05_barricades.jpg" alt="Barricades Thumbnail"></a></div>
		<div><a href="#s06"><img src="screenshots_616/06_foraging_by_crystal.jpg" alt="Crystal Clearing Thumbnail"></a></div>
		<div><a href="#s07"><img src="screenshots_616/07_tanners_road.jpg" alt="Tanners Road Thumbnail"></a></div>
		<div><a href="#s08"><img src="screenshots_616/08_bone_vats.jpg" alt="Bone Vats Thumbnail"></a></div>
		<div><a href="#s09"><img src="screenshots_616/09_himatik_ruins.jpg" alt="Himatik Ruins Thumbnail"></a></div>
		<div><a href="#s10"><img src="screenshots_616/10_goblin_marketplace.jpg" alt="Goblin Marketplace Thumbnail"></a></div>
		<div><a href="#s11"><img src="screenshots_616/11_delectable_dab.jpg" alt="Delectable Dab Restaurant Thumbnail"></a></div>
		<div><a href="#s12"><img src="screenshots_616/12_vincible.jpg" alt="The Vincible Thumbnail"></a></div>
		<div><a href="#s13"><img src="screenshots_616/13_lanis_curiosities.jpg" alt="Lani's Curiosities Thumbnail"></a></div>
		<div><a href="#s14"><img src="screenshots_616/14_truck_cave.jpg" alt="Truck Cave Thumbnail"></a></div>
		<div><a href="#s15"><img src="screenshots_616/15_hopeport_obelisk.jpg" alt="Hopeport Obelisk Thumbnail"></a></div>
		<div><a href="#s16"><img src="screenshots_616/16_thief_combat.jpg" alt="Fighting Thieves Thumbnail"></a></div>
		<div><a href="#s17"><img src="screenshots_616/17_quiet_grove.jpg" alt="Quiet Grove Thumbnail"></a></div>
		<div><a href="#s18"><img src="screenshots_616/18_melvs_supplies.jpg" alt="Melv's Fishing Supplies Thumbnail"></a></div>
		<div><a href="#s19"><img src="screenshots_616/19_net_fishing.jpg" alt="Fishing Thumbnail"></a></div>
		<div><a href="#s20"><img src="screenshots_616/20_southeast_sewers.jpg" alt="Sewers Thumbnail"></a></div>
	</div>
	
	<br>
	<br>
	
	<img src="20240313/magic_mysteries.jpg" alt="A LAND OF MAGIC AND MYSTERIES">
	<p>As the newest recruit in the Hopeport town guard, you are looking to make a name for yourself. This soon turns out to be a more challenging role than you had anticipated, with a strange storm raging over the harbor and unrest from the local goblins.   </p>
	<img src="20240313/jal_ship_goblin.jpg" alt="Jal Degreene / Ship / Goblin Chief">

	<p>You will discover powerful magic sources and become one of the legendary classes of old: Cryoknight, Guardian or Hammermage. Which is fortunate, because something is corrupting the deepest reaches of the nearby Hopeforest, and only through the strength of your new-found powers will you be able to deal with it.</p>
	<img src="20240313/factions_image.jpg" alt="Cryoknight / Guardian / Hammermage">

	<br>
	<br>
	
	<img src="20240313/number_professions.jpg" alt="A HUGE NUMBER OF PROFESSIONS">

	<p>Learn a diverse range of professions, such as Fisher, Forager, Chef.</p>
	<img src="20240313/professions_1.jpg" alt="Fisher / Forager / Chef">

	<p>Woodcutter, Miner, Alchemist</p>
	<img src="20240313/professions_2.jpg" alt="Woodcutter / Miner / Alchemist">
	
	<p>Stonemason, Merchant, Blacksmith, and many more!</p>
	<img src="20240313/professions_3.jpg" alt="Stonemason / Merchant / Blacksmith">

	<br>
	<br>
	
	<img src="20240313/fascinating_wildlife.jpg" alt="FASCINATING WILDLIFE">
	<p>Encounter a huge variety of fantastical foes over the course of your adventures.</p>
	
	<img src="20240313/combat_npcs_image.jpg" alt="Punkupine / Slime Fiend / Mawchest">
	
	<br>
	<br>
	
	<img src="20240313/ongoing_story.jpg" alt="DISCOVER AN ONGOING STORY">
	<p>The game will be constantly expanding, with new content being released in an episodic format. Each episode features its own unique side quests, professions and lands, as well as advancing the central story.</p>
	
	<img src="20240313/ongoing_story_image.jpg" alt="Fallen Monument / Corrupted Crystal / Obelisk">
	
	<br>
	<br>
	
	<img src="20240313/premium_pass.jpg" alt="PREMIUM PASS">
	<p>There are hours and hours of content you can play for free. However, if you want more stories, professions and places to explore, you can buy a Premium Pass. A Premium Pass gives you many benefits, including access to all released episodes.</p>
	
	<img src="20240313/tier_comparison_table.png" alt="Table of benefits with a Premium Pass">

	<br>
</div>
<div id="copyright">
	This website is operated by Fen Research Ltd, which is a company registered in England and Wales (registration number 7285955) whose registered office is St John's Innovation Centre, Cowley Road, Cambridge, CB4 0WS, United Kingdom. Use of this website is subject to our <a href="terms.html">terms &amp; conditions</a>, <a href="privacy_notice.html">privacy notice</a> and <a href="cookie_policy.html">cookies policy</a>.
</div>


</body></html>