Skip to content

Commit 7f418d6

Browse files
committed
Deployed 0826745 with MkDocs version: 1.4.3
1 parent 77098fb commit 7f418d6

9 files changed

Lines changed: 1119 additions & 125 deletions

File tree

gov/finances/test/index.html

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
9+
<link rel="canonical" href="https://docs.peeringdb.com/gov/finances/test/">
10+
<link rel="shortcut icon" href="../../../img/favicon.ico">
11+
<title>Test - PeeringDB Docs</title>
12+
<link href="../../../css/bootstrap.min.css" rel="stylesheet">
13+
<link href="../../../css/font-awesome.min.css" rel="stylesheet">
14+
<link href="../../../css/base.css" rel="stylesheet">
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css">
16+
<link href="../../../extra.css" rel="stylesheet">
17+
18+
<script src="../../../js/jquery-1.10.2.min.js" defer></script>
19+
<script src="../../../js/bootstrap.min.js" defer></script>
20+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
21+
<script>hljs.initHighlightingOnLoad();</script>
22+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-14LRNCMV44"></script>
23+
<script>
24+
window.dataLayer = window.dataLayer || [];
25+
function gtag(){dataLayer.push(arguments);}
26+
gtag('js', new Date());
27+
28+
gtag('config', 'G-14LRNCMV44');
29+
</script>
30+
</head>
31+
32+
<body>
33+
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
34+
<div class="container">
35+
<a class="navbar-brand" href="../../..">PeeringDB Docs</a>
36+
<!-- Expander button -->
37+
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
38+
<span class="navbar-toggler-icon"></span>
39+
</button>
40+
41+
<!-- Expanded navigation -->
42+
<div id="navbar-collapse" class="navbar-collapse collapse">
43+
<!-- Main navigation -->
44+
<ul class="nav navbar-nav">
45+
<li class="navitem">
46+
<a href="../../.." class="nav-link">About</a>
47+
</li>
48+
<li class="navitem">
49+
<a href="../../" class="nav-link">Governance</a>
50+
</li>
51+
<li class="dropdown">
52+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Committees & Task Forces <b class="caret"></b></a>
53+
<ul class="dropdown-menu">
54+
55+
<li>
56+
<a href="../../../committee/admin/" class="dropdown-item">Admin Committee</a>
57+
</li>
58+
59+
<li>
60+
<a href="../../../committee/operations/" class="dropdown-item">Operations Committee</a>
61+
</li>
62+
63+
<li>
64+
<a href="../../../committee/outreach/" class="dropdown-item">Outreach Committee</a>
65+
</li>
66+
67+
<li>
68+
<a href="../../../committee/product/" class="dropdown-item">Product Committee</a>
69+
</li>
70+
71+
<li>
72+
<a href="../../../taskforce/dataownership/" class="dropdown-item">Data Ownership Task Force</a>
73+
</li>
74+
</ul>
75+
</li>
76+
<li class="dropdown">
77+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Technical <b class="caret"></b></a>
78+
<ul class="dropdown-menu">
79+
80+
<li>
81+
<a href="../../../release_notes/" class="dropdown-item">Release Notes</a>
82+
</li>
83+
84+
<li>
85+
<a href="../../../api_specs/" class="dropdown-item">API Specs</a>
86+
</li>
87+
88+
<li>
89+
<a href="../../../ix-f-json-import-rules/" class="dropdown-item">IX-F JSON</a>
90+
</li>
91+
92+
<li>
93+
<a href="../../../oauth/" class="dropdown-item">OAuth</a>
94+
</li>
95+
96+
<li>
97+
<a href="../../../translation/" class="dropdown-item">Translations</a>
98+
</li>
99+
100+
<li>
101+
<a href="https://github.com/peeringdb/peeringdb/tree/master/docs" class="dropdown-item">Developer Documentation</a>
102+
</li>
103+
</ul>
104+
</li>
105+
<li class="navitem">
106+
<a href="../../../howtos/" class="nav-link">HOWTOs</a>
107+
</li>
108+
<li class="navitem">
109+
<a href="../../../faq/" class="nav-link">FAQs</a>
110+
</li>
111+
<li class="navitem">
112+
<a href="../../../blogs/" class="nav-link">Blogs</a>
113+
</li>
114+
</ul>
115+
116+
<ul class="nav navbar-nav ml-auto">
117+
<li class="nav-item">
118+
<a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal">
119+
<i class="fa fa-search"></i> Search
120+
</a>
121+
</li>
122+
</ul>
123+
</div>
124+
</div>
125+
</div>
126+
127+
<div class="container">
128+
<div class="row">
129+
<div class="col-md-3"><div class="navbar-light navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
130+
<div class="navbar-header">
131+
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#toc-collapse" title="Table of Contents">
132+
<span class="fa fa-angle-down"></span>
133+
</button>
134+
</div>
135+
136+
137+
<div id="toc-collapse" class="navbar-collapse collapse card bg-secondary">
138+
<ul class="nav flex-column">
139+
</ul>
140+
</div>
141+
</div></div>
142+
<div class="col-md-9" role="main">
143+
144+
<p>hi</p></div>
145+
</div>
146+
</div>
147+
148+
<footer class="col-md-12">
149+
<table border="0" cellpadding ="0" cellspacing ="0"><tr>
150+
<a target='_blank' href='https://www.peeringdb.com/'><img align=left style='height:69px' src='/img/./pdb-logo-coloured.svg' alt='PeeringDB Logo'></a>
151+
</tr></table>
152+
<table border="0" cellpadding ="0" cellspacing ="0"><tr>
153+
<a target='_blank' href='https://www.facebook.com/peeringdb'><img align=left style='height:50px; padding:5px' src='/img/social-facebook.png' alt='Facebook Logo'></a>
154+
<a target='_blank' href='https://github.com/peeringdb/peeringdb/issues'><img align=left style='height:50px; padding:5px' src='/img/social-github.png' alt='GitHub Logo'></a>
155+
<a target='_blank' href='https://www.linkedin.com/company/peeringdb'><img align=left style='height:50px; padding:5px' src='/img/social-linkedin.png' alt='LinkedIn Logo'></a>
156+
<a target='_blank' href='https://twitter.com/PeeringDB'><img align=left style='height:50px; padding:5px' src='/img/social-x.png' alt='X Logo'></a>
157+
<a target='_blank' href='https://www.youtube.com/channel/UCOrYWUg-dbL9UTFV_Lry6Wg'><img align=left style='height:50px; padding:5px' src='/img/social-youtube.png' alt='YouTube Logo'></a>
158+
</tr></table>
159+
160+
</footer>
161+
<script>
162+
var base_url = "../../..",
163+
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
164+
</script>
165+
<script src="../../../js/base.js" defer></script>
166+
<script src="../../../search/main.js" defer></script>
167+
168+
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
169+
<div class="modal-dialog modal-lg">
170+
<div class="modal-content">
171+
<div class="modal-header">
172+
<h4 class="modal-title" id="searchModalLabel">Search</h4>
173+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
174+
</div>
175+
<div class="modal-body">
176+
<p>From here you can search these documents. Enter your search terms below.</p>
177+
<form>
178+
<div class="form-group">
179+
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
180+
</div>
181+
</form>
182+
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
183+
</div>
184+
<div class="modal-footer">
185+
</div>
186+
</div>
187+
</div>
188+
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
189+
<div class="modal-dialog">
190+
<div class="modal-content">
191+
<div class="modal-header">
192+
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
193+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
194+
</div>
195+
<div class="modal-body">
196+
<table class="table">
197+
<thead>
198+
<tr>
199+
<th style="width: 20%;">Keys</th>
200+
<th>Action</th>
201+
</tr>
202+
</thead>
203+
<tbody>
204+
<tr>
205+
<td class="help shortcut"><kbd>?</kbd></td>
206+
<td>Open this help</td>
207+
</tr>
208+
<tr>
209+
<td class="next shortcut"><kbd>n</kbd></td>
210+
<td>Next page</td>
211+
</tr>
212+
<tr>
213+
<td class="prev shortcut"><kbd>p</kbd></td>
214+
<td>Previous page</td>
215+
</tr>
216+
<tr>
217+
<td class="search shortcut"><kbd>s</kbd></td>
218+
<td>Search</td>
219+
</tr>
220+
</tbody>
221+
</table>
222+
</div>
223+
<div class="modal-footer">
224+
</div>
225+
</div>
226+
</div>
227+
</div>
228+
229+
</body>
230+
</html>

gov/misc/2026-04-14_election.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<p>
1818
Updated:
19-
Mon Apr 1 18:55 UTC 2026
19+
Mon Apr 13 17:10 UTC 2026
2020
</p>
2121

2222
<p><font size="5">
@@ -66,6 +66,7 @@
6666

6767
<blockquote>
6868
<p><a href="#Burke">Brian Burke</a></p>
69+
<p><a href="#Cloete">Yolandi Cloete</a></p>
6970
</blockquote>
7071

7172
<p>Candidate Statements:</p>
@@ -90,6 +91,47 @@
9091

9192
<hr />
9293

94+
<a name="Cloete" id="Cloete"></a>
95+
<p>Yolandi Cloete</p>
96+
<blockquote>
97+
<p>
98+
I have been part of the Internet industry for over a decade, and for the
99+
past six years I have actively participated in PeeringDB committees. During
100+
this time, I have seen firsthand the value PeeringDB brings to the global
101+
networking community, and I am proud to be both a contributor and an active
102+
user of the platform. My involvement has allowed me to gain practical
103+
experience across different committee roles, and I believe this has
104+
prepared me to take the next step in serving PeeringDB at the board level.
105+
In my current professional role, I am encouraged and supported to take on
106+
volunteer positions that strengthen the wider ecosystem. This has given me
107+
the opportunity to dedicate time and energy to PeeringDB and other
108+
committees, and I am committed to continuing that contribution. I am
109+
passionate about the mission of PeeringDB: to provide a neutral, reliable,
110+
and accessible database that supports interconnection and collaboration
111+
across networks.
112+
</p>
113+
<p>
114+
As a board member, I would bring a combination of industry experience,
115+
committee knowledge, and a user's perspective. I understand the importance
116+
of governance, transparency, and accountability, and I am prepared to help
117+
ensure PeeringDB continues to meet the needs of its diverse community. I
118+
would contribute by:
119+
</p>
120+
<ul>
121+
<li>Supporting strategic planning to keep PeeringDB relevant and responsive.</li>
122+
<li>Advocating for inclusivity and broad participation across regions and stakeholder groups.</li>
123+
<li>Ensuring operational sustainability and encouraging volunteer engagement.</li>
124+
<li>Acting as a bridge between users and the organization, bringing feedback and insights from active use of the platform.</li>
125+
</ul>
126+
<p>
127+
I see this as my first major step into board-level leadership, and I am
128+
eager to apply my experience, energy, and commitment to PeeringDB's
129+
continued success. I truly appreciate the consideration.
130+
</p>
131+
</blockquote>
132+
133+
<hr />
134+
93135
</blockquote>
94136

95137
</body>

0 commit comments

Comments
 (0)