- スキャンID:
- 6d205b10-5489-4ff0-a58b-3d6940db0f6a終了
- 送信済みURL:
- https://colonyevents.com/リダイレクト済み
- レポート終了日:
リンク · 3件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://github.com/lowercasename/gathio | GitHub |
https://raphaelkabo.com | Raphael |
https://github.com/lowercasename/gathio/graphs/contributors | contributors |
JavaScript変数 · 11件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
Popper | function |
bootstrap | object |
moment | function |
ClipboardJS | function |
autosize | function |
コンソールログメッセージ · 0件検出
Webコンソールにログ記録されたメッセージ
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:type" content="website">
<meta property="og:image:width" content="260">
<meta property="og:image:height" content="260">
<meta property="og:description" content="An easier, quicker, and much less privacy-invading way to make and share events">
<meta property="og:title" content="Colony Events">
<meta property="og:url" content="https://colonyevents.com/">
<meta property="og:image" content="https://colonyevents.com/og-image.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Colony Events">
<meta name="twitter:description" content="An easier, quicker, and much less privacy-invading way to make and share events">
<meta name="twitter:image" content="https://colonyevents.com/og-image.jpg">
<title>Public events · Colony Events</title>
<!-- FONTS -->
<link rel="stylesheet" href="/css/fontawesome.css">
<!-- CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<!-- JS -->
<script src="/js/jquery-3.4.1.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/moment.js"></script>
<script src="/js/jquery.uploadPreview.min.js"></script>
<script src="/js/clipboard.min.js"></script>
<script src="/js/autosize.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script src="/js/moment-timezone.js"></script>
<script src="/js/util.js"></script>
<script src="//unpkg.com/alpinejs" defer=""></script>
</head>
<body>
<div id="container">
<header id="sidebar">
<div class="sidebar-sticky-wrapper">
<h1><a href="/">gathio</a></h1>
<ul id="sidebar__nav">
<li><a class="button button--primary" href="/new"><i class="far fa-calendar-plus"></i> Create an event</a></li>
<li><a href="/events">View events</a></li>
<li><a href="/about">About</a></li>
</ul>
</div> </header>
<section id="content">
<main class="page" x-data="{currentTab: 'events'}">
<h2 class="mb-3 pb-2 text-center border-bottom">Colony Events</h2>
<div class="instance-description mb-4">
<p><strong>Colony Events</strong> is running on Gathio — a simple, federated, privacy-first event hosting platform.</p>
</div>
<div class="card mb-4">
<div class="card-header">
<h6 class="mb-1">Instance settings</h6>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><i class="fas fa-eye fa-fw mr-2"></i> Public events and groups are displayed on the homepage</li>
<li class="list-group-item"><i class="fas fa-users fa-fw mr-2"></i> Anyone can create events and groups</li>
<li class="list-group-item"><i class="far fa-calendar-times fa-fw mr-2"></i> Events are automatically deleted 30 days after they end</li>
<li class="list-group-item"><i class="fas fa-globe fa-fw mr-2"></i> This instance federates with other instances using ActivityPub</li>
</ul>
</div>
<ul class="nav d-flex flex-gap--small">
<li>
<a id="eventsTab" class="button button--lg button--primary" x-bind:class="currentTab === 'events' ? 'button--primary' : 'button--secondary'" aria-current="page" href="#" x-on:click.prevent="currentTab = 'events'">Events</a>
</li>
<li>
<a id="groupsTab" class="button button--lg button--secondary" x-bind:class="currentTab === 'groups' ? 'button--primary' : 'button--secondary'" href="#" x-on:click.prevent="currentTab = 'groups'">Groups</a>
</li>
</ul>
<div x-show="currentTab === 'events'">
<div class="card mt-4 mb-4" id="upcomingEvents">
<h5 class="card-header">Upcoming events</h5>
<div class="list-group list-group-flush">
<div class="list-group-item bg-light">
<h5 class="mb-0">December 2024</h5>
</div>
<a href="/KFaVI45VOcmEhzVbhIPES" class="list-group-item list-group-item-action">
<i class="fas fa-fw fa-calendar-day"></i>
<strong>LUG - Greater Phoenix AZ Area</strong>
<span class="ml-2 text-muted"><i class="fas fa-map-marker-alt"></i> OHSO Distillery - North Scottsdale 15681 N Hayden Rd # 112 - Scottsdale, AZ</span>
<span class="ml-2 text-muted">28 Dec 2024 - 29 Dec 2024</span>
</a>
<div class="list-group-item bg-light">
<h5 class="mb-0">February 2025</h5>
</div>
<a href="/qXoYxCBnKMv1ZsfLbxpG4" class="list-group-item list-group-item-action">
<i class="fas fa-fw fa-calendar-day"></i>
<strong>LUP 600 Central FL Listening Party</strong>
<span class="ml-2 text-muted"><i class="fas fa-map-marker-alt"></i> TBD</span>
<span class="ml-2 text-muted">2 Feb 2025</span>
</a>
<a href="/nLOcJPqVeMxPJ0dJ2m4jX" class="list-group-item list-group-item-action">
<i class="fas fa-fw fa-calendar-day"></i>
<strong>LUG - Berkeley, CA</strong>
<span class="ml-2 text-muted"><i class="fas fa-map-marker-alt"></i> TBD</span>
<span class="ml-2 text-muted">2 Feb 2025</span>
</a>
<a href="/fE6j2xJyW_i7_OSntkiyZ" class="list-group-item list-group-item-action">
<i class="fas fa-fw fa-calendar-day"></i>
<strong>LUP 600 Pacific Northwest Party</strong>
<span class="ml-2 text-muted"><i class="fas fa-map-marker-alt"></i> At the studio, but TBD really</span>
<span class="ml-2 text-muted">2 Feb 2025</span>
</a>
</div> </div>
<div class="card mt-4 mb-4" id="pastEvents">
<h5 class="card-header">Past events</h5>
<div class="list-group list-group-flush">
<div class="list-group-item">No events!</div>
</div> </div>
</div>
<div x-show="currentTab === 'groups'" style="display: none;">
<div class="card mt-4 mb-4" id="eventGroups">
<h5 class="card-header">Event groups</h5>
<div class="list-group list-group-flush">
<div class="list-group-item">No groups!</div>
</div>
</div></div></main>
<footer>
<p class="small text-muted">
<strong>Gathio</strong> version unknown · <a href="https://github.com/lowercasename/gathio">GitHub</a> · Made with <i class="far fa-heart"></i> by <a href="https://raphaelkabo.com">Raphael</a> and <a href="https://github.com/lowercasename/gathio/graphs/contributors">contributors</a>
</p>
</footer>
</section>
</div>
</body></html>