-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (147 loc) · 7.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-Y', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EZZ2NKDNNJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EZZ2NKDNNJ');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!--<link rel="icon" href="https://andewmole.blogspot.com/favicon.ico" type="image/ico" sizes="16x16">-->
<link rel="icon" href="andewmole.png" type="image/png">
<style>#demo{
/* To play around, change this to absolute */
position: fixed;
bottom: 0;
right: 0;}
.fa {
padding: 10px;
font-size: 20px;
width: 40px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: 0.7;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-envelope {
background: #dd4b39;
color: white;
}
.fa-youtube-play {
background: #bb0000;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-reddit {
background: #ff5700;
color: white;
}
.fa-github {
background: #1b1f23;
color: white;
}
.fa-wikipedia-w {
background: #FFFFFF;
color: black;
}
.fa-rss {
background: #ff6600;
color: white;
}
</style>
<title>AndewMole (AJ Lee) GitHub Page</title>
<meta name="google-site-verification" content="z_w5zEYuULFUd0M5M0I9Wuht-xeRZiu0hFE9D8YDXsU" />
<script data-ad-client="ca-pub-9664590167459614" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div style="margin-left:50px;margin-top:50px;">
<h1>Welcome to AndewMole (AJ Lee)'s GitHub Page!</h1>
<h3>What I'm working on</h3>
<script src="https://ajlee2006.github.io/codes/data.js"></script>
<ul>
<li><a href="http://replit.com/@ajlee/n-ordle">n-ordle</a> is a generalisation of dordle quordle octordle etc.</li>
<li><a href="https://github.com/ajlee2006/poliespellinglish">Poliespellinglish</a></li>
<li><a href="https://github.com/ajlee2006/tophonetics-api">API</a> to convert English to IPA</li>
<li><a href="https://yourmotheris.ajlee.repl.co/">Your mother is...</a> (new one every hour, join the Discord server for updates)</li>
<li><a href="https://web-server.ajlee.repl.co/">Flask web server</a></li>
<li><a href="https://flask-converters.ajlee.repl.co/">Flask converters</a> (compilation of my Python scripts to convert stuff). Featuring Cantonese2IPA and Poliespellinglish</li>
<li><a href="https://ajlee2006.github.io/instrumentnames/">Searchable instrument abbreviations</a></li>
<li>Discord bots</li>
<ul>
<li><a href="https://ajlee2006.github.io/discbot/">AndewBot</a></li>
<li><a href="https://github.com/ajlee2006/discord-impersonator">Impersonator</a></li>
</ul>
<li><a href="https://ajlee2006.github.io/oldmaps">Historical maps of Singapore</a></li>
<li><a href="https://ajlee2006.github.io/fakewiki/">Wikipedia Parody Pages</a></li>
<li><a href="https://ajlee2006.github.io/virus/">Fake Virus</a></li>
<li><a href="https://ajlee2006.github.io/emptypage/">Empty Page</a></li>
<li><a href="https://ajlee2006.github.io/truevalue/">True Value Maker</a></li>
<li><a href="https://ajlee2006.github.io/recursion/">Recursion?</a></li>
<li><a href="https://ajlee2006.github.io/otptest/">2FA demo</a></li>
<li>Blocked Pages</li>
<ul>
<li><a href="https://ajlee2006.github.io/lanschoolblock/">LanSchool</a></li>
<li><a href="https://ajlee2006.github.io/schoolwifiblock/">Company Policy</a></li>
<li><a href="https://ajlee2006.github.io/lanschoolblock/Can't%20verify%20CSRF%20token%20authenticity%20(422).html">Can't verify authenticity</a></li>
</ul>
<!--
<li><a href="https://ajlee2006.github.io/rhc/" style="color:black">Revival Hymns and Choruses - scans and midis (from GBPC)</a></li>
<ul>
<li><a href="https://ajlee2006.github.io/rhc/Revival%20Hymns%20and%20Choruses/">Scans from DVD</a></li>
<li><a href="http://gethsemanebpc.com/resources/worship/rhc/">PPTs for each hymn</a></li>
<li><a href="https://github.com/ajlee2006/ajlee2006.github.io/tree/master/rhc">more hymn-related files</a></li>
</ul>-->
<li><a href="https://ajlee2006.github.io/unicodeblocks/">List of Unicode blocks with samples (might take a while to load)</a></li>
<li>Sandboxes for <a href="https://ajlee2006.github.io/linjaponasandbox/">linja pona</a> and <a href="https://ajlee2006.github.io/linjaponasandbox/telo.html">sitelen telo</a>, fonts for writing systems for the language Toki Pona</li>
<li><a href="https://ajlee2006.github.io/teeline/">Archive</a> of <a href="https://en.wikipedia.org/wiki/Teeline_Shorthand">teeline</a> images</li>
</ul>
<iframe src="https://subcount.ajlee.repl.co/banner" height=36 width=100% frameBorder=0></iframe>
<!-- Add font awesome icons -->
<a href="https://www.youtube.com/andewmole/" class="fa fa-youtube-play"></a>
<a href="https://www.instagram.com/andewmole/" class="fa fa-instagram"></a>
<a href="https://www.reddit.com/u/ajlee2006/" class="fa fa-reddit"></a>
<a href="https://twitter.com/goldenOrg123/" class="fa fa-twitter"></a>
<a href="https://github.com/ajlee2006/" class="fa fa-github"></a>
<a href="https://andewmole.blogspot.com/" class="fa fa-rss"></a>
<a href="https://en.wikipedia.org/wiki/User:Ajlee2006" class="fa fa-wikipedia-w"></a>
<a href="mailto:ajlee2006@gmail.com" class="fa fa-envelope"></a>
<a href="https://www6.cbox.ws/box/?boxid=843389&boxtag=Sh4Hrn" class="fa fa-comments"></a>
<br><div width=100%><a href="https://info.flagcounter.com/Ya4c"><img src="https://s01.flagcounter.com/count/Ya4c/bg_FFFFFF/txt_000000/border_CCCCCC/columns_3/maxflags_250/viewers_0/labels_1/pageviews_1/flags_1/percent_0/" border="0" align="right"></a>
<br><a href="https://info.flagcounter.com/Ya4c"><img src="https://s01.flagcounter.com/count_US/Ya4c/bg_FFFFFF/txt_000000/border_CCCCCC/columns_3/maxflags_250/viewers_0/labels_1/pageviews_1/flags_1/percent_0/" border="0" align="right"></a></div>
</div>
<!--<div id="demo"><a href="https://info.flagcounter.com/Ya4c"><img src="https://s01.flagcounter.com/count2/Ya4c/bg_FFFFFF/txt_000000/border_CCCCCC/columns_2/maxflags_20/viewers_0/labels_0/pageviews_0/flags_0/percent_0/" border="0"></a>
</div>-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>