mirror of https://github.com/Tildetel/site.git
Update phonebook.html
This commit is contained in:
parent
0ef7b900f2
commit
6d93c24adf
330
phonebook.html
330
phonebook.html
|
@ -1,164 +1,168 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="https://tilde.tel/logo-300.png">
|
<link rel="icon" href="https://tilde.tel/logo-300.png">
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'DejaVu Sans';
|
font-family: 'DejaVu Sans';
|
||||||
src: url('/https://tilde.tel/fonts/dejavu-sans-webfont.eot');
|
src: url('/https://tilde.tel/fonts/dejavu-sans-webfont.eot');
|
||||||
src: url('/https://tilde.tel/fonts/dejavu-sans-webfont.eot#iefix') format('embedded-opentype'),
|
src: url('/https://tilde.tel/fonts/dejavu-sans-webfont.eot#iefix') format('embedded-opentype'),
|
||||||
url('https://tilde.tel/fonts/dejavu-sans-webfont.woff2') format('woff2'),
|
url('https://tilde.tel/fonts/dejavu-sans-webfont.woff2') format('woff2'),
|
||||||
url('/https://tilde.tel/fonts/dejavu-sans-webfont.woff') format('woff'),
|
url('/https://tilde.tel/fonts/dejavu-sans-webfont.woff') format('woff'),
|
||||||
url('/https://tilde.tel/fonts/dejavu-sans-webfont.ttf') format('truetype'),
|
url('/https://tilde.tel/fonts/dejavu-sans-webfont.ttf') format('truetype'),
|
||||||
url('/https://tilde.tel/fonts/dejavu-sans-webfont.svg#dejavu_sansregular') format('svg');
|
url('/https://tilde.tel/fonts/dejavu-sans-webfont.svg#dejavu_sansregular') format('svg');
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
.splash {
|
.splash {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
top: 38%;
|
top: 38%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin: -150px 0 0 -200px;
|
margin: -150px 0 0 -200px;
|
||||||
font-family: 'DejaVu Sans', sans-serif;
|
font-family: 'DejaVu Sans', sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.slogan {
|
.slogan {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #ffa633;
|
color: #ffa633;
|
||||||
font-family: 'DejaVu Sans', sans-serif;
|
font-family: 'DejaVu Sans', sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.banner {
|
.banner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 468px;
|
width: 468px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
margin: 0px 0px 0px -234px;
|
margin: 0px 0px 0px -234px;
|
||||||
border: 4px solid #cacaca;
|
border: 4px solid #cacaca;
|
||||||
background-color: #cacaca;
|
background-color: #cacaca;
|
||||||
font-family: 'DejaVu Sans', sans-serif;
|
font-family: 'DejaVu Sans', sans-serif;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
color: #FFA633;
|
color: #FFA633;
|
||||||
}
|
}
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.left {
|
.left {
|
||||||
width: 111px;
|
width: 111px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
width: 639px;
|
width: 639px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.row:after {
|
.row:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>~tel | the Orange Pages</title>
|
<title>~tel | the Orange Pages</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="column left">
|
<div class="column left">
|
||||||
<a href="https://tilde.tel/"><img src="https://tilde.tel/logo-300.png" height="66px" width="66px" alt="tilde.tel logo"></a><br/>
|
<a href="https://tilde.tel/"><img src="https://tilde.tel/logo-300.png" height="66px" width="66px" alt="tilde.tel logo"></a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://tilde.tel/faq.html"><img src="https://tilde.tel/faq-off.png" height="44px" width="44px" alt="FAQ"></a><br/>
|
<a href="https://tilde.tel/faq.html"><img src="https://tilde.tel/faq-off.png" height="44px" width="44px" alt="FAQ"></a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://tilde.tel/phonebook.html"><img src="https://tilde.tel/phonebook-on.png" height="44px" width="44px" alt="Phonebook"></a><br/>
|
<a href="https://tilde.tel/phonebook.html"><img src="https://tilde.tel/phonebook-on.png" height="44px" width="44px" alt="Phonebook"></a><br/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://connect.tilde.tel/ucp" target="_blank"><img src="https://tilde.tel/settings-off.png" height="44px" width="44px" alt="User Control Panel"></a>
|
<a href="https://connect.tilde.tel/ucp" target="_blank"><img src="https://tilde.tel/settings-off.png" height="44px" width="44px" alt="User Control Panel"></a>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="https://tilde.tel/signup"><img src="https://tilde.tel/signup-off.png" height="44px" width="44px" alt="Sign up"></a>
|
<a href="https://tilde.tel/signup"><img src="https://tilde.tel/signup-off.png" height="44px" width="44px" alt="Sign up"></a>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
<div class="column right">
|
<div class="column right">
|
||||||
<div class="slogan">
|
<div class="slogan">
|
||||||
the Orange Pages
|
the Orange Pages
|
||||||
</div>
|
</div>
|
||||||
<pre>
|
<pre>
|
||||||
Service Numbers
|
Service Numbers
|
||||||
|
|
||||||
[Extension] [Service]
|
[Extension] [Service]
|
||||||
1101 Echo Test
|
1101 Echo Test
|
||||||
1102 Music on Hold, courtesy of tilderadio.org
|
1102 Music on Hold, courtesy of tilderadio.org
|
||||||
1104 Voicemail
|
1104 Voicemail
|
||||||
1105 Conference bridge
|
1105 Conference bridge
|
||||||
|
|
||||||
|
|
||||||
The 1900s (Currently unavailable)
|
The 1900s (Currently unavailable)
|
||||||
|
|
||||||
[Extension] [Contributor] [Description]
|
[Extension] [Contributor] [Description]
|
||||||
|
|
||||||
1900s Hopefully returning soon!
|
1900s Hopefully returning soon!
|
||||||
|
|
||||||
~Tel Community
|
~Tel Community
|
||||||
|
|
||||||
[Tilde] [Extension] [User]
|
[Tilde] [Extension] [User]
|
||||||
tilde.team 2013101 dokuja
|
tilde.team 2013101 dokuja
|
||||||
2013105 brendo
|
2013105 brendo
|
||||||
2013122 la
|
2013122 la
|
||||||
2013123 murteza
|
2013123 murteza
|
||||||
2013124 ianremsen
|
2013124 ianremsen
|
||||||
2013125 ideclon
|
2013125 ideclon
|
||||||
2013126 youngchief
|
2013126 youngchief
|
||||||
|
|
||||||
cosmic.voyage 2023101 tomasino
|
cosmic.voyage 2023101 tomasino
|
||||||
|
|
||||||
tilde.institute 2033106 mounderfod
|
tilde.institute 2033106 mounderfod
|
||||||
2033107 fn
|
2033107 fn
|
||||||
|
|
||||||
circumlunar.space 2053101 solderpunk
|
circumlunar.space 2053101 solderpunk
|
||||||
2053104 shufei
|
2053104 shufei
|
||||||
|
|
||||||
tilde.town 2063101 cat
|
tilde.town 2063101 cat
|
||||||
2063108 cel
|
2063108 cel
|
||||||
2063112 lunacb
|
2063112 lunacb
|
||||||
2063113 derberger
|
2063113 derberger
|
||||||
2063114 thegiant
|
2063114 thegiant
|
||||||
2063115 iikorni
|
2063115 iikorni
|
||||||
2063116 dlopez
|
2063116 dlopez
|
||||||
2063117 jns
|
2063117 jns
|
||||||
|
|
||||||
tilde.club 2123103 deepend
|
tilde.club 2123103 deepend
|
||||||
2123109 barnold
|
2123109 barnold
|
||||||
2123110 frostcake
|
2123110 frostcake
|
||||||
2123111 freach
|
2123111 freach
|
||||||
2123112 hnr
|
2123112 hnr
|
||||||
2123113 mutex
|
2123113 mutex
|
||||||
2123114 diatonic
|
2123114 diatonic
|
||||||
|
2123115 zbba
|
||||||
ctrl-c.club 2133103 pareid0lia
|
|
||||||
2133104 loghead
|
ctrl-c.club 2133103 pareid0lia
|
||||||
2133105 hexagram23
|
2133104 loghead
|
||||||
|
2133105 hexagram23
|
||||||
tilde.green 2193101 jmjl
|
2133106 vrunt
|
||||||
|
2133107 unbeatable101
|
||||||
envs.net 2203101 youshitsune
|
|
||||||
2203102 wilco
|
tilde.green 2193101 jmjl
|
||||||
|
|
||||||
tilde.guru 2213101 sarmonsiill
|
envs.net 2203101 youshitsune
|
||||||
|
2203102 wilco
|
||||||
exozy.me 2403101 nothr
|
2203103 georgemoody
|
||||||
|
|
||||||
|
tilde.guru 2213101 sarmonsiill
|
||||||
</pre>
|
|
||||||
</div>
|
exozy.me 2403101 nothr
|
||||||
</div>
|
|
||||||
</body>
|
thunix.net 2043103 2043103
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue