added more info on about page and fixed an api bug
This commit is contained in:
parent
a73d5fd94b
commit
87bfe78b83
@ -67,7 +67,6 @@
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img class="img-obj" src="https://cdn.gh.ink/image/avatar/Bigsk.png" alt="Bigsk" style="border-radius: 10px" width="90%" onclick="show_modal(this)">
|
||||
<br>
|
||||
</div>
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-md-7">
|
||||
@ -76,6 +75,12 @@
|
||||
<div class="h6 font-weight-normal"><b>Student</b>, Full Stack Developer</div>
|
||||
<div class="h6 font-weight-normal">Originator of <b>Ghink Universe Technology</b></div>
|
||||
<br>
|
||||
<li>🎒 Student</li>
|
||||
<li>🐺 Furry</li>
|
||||
<li>👨💻 Full Stack Developer</li>
|
||||
<li>📻 Amateur Radio Ham (Enthusiast)</li>
|
||||
<li>👨💼 Originator of Ghink Universe Technology</li>
|
||||
<br>
|
||||
<li>📝 Prefer GoLang / Python for the backend, Vue.JS for the frontend</li>
|
||||
<li>👨 Pronouns: He/His</li>
|
||||
<li>🏳️‍🌈 Sexuality: <a href="https://github.com/LGBT-CN/LGBTQIA-In-China">Gay</a></li>
|
||||
@ -163,7 +168,7 @@
|
||||
<script>
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "https://open.geh.ink/grey_filter",
|
||||
url: "https://api.gh.ink/grey_filter",
|
||||
dataType: "json",
|
||||
success: function(data, textStatus){
|
||||
for (let i=0;i<data["content"]["accurate_slot"].length;i++) {
|
||||
|
@ -183,7 +183,7 @@
|
||||
<script>
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "https://open.geh.ink/grey_filter",
|
||||
url: "https://api.gh.ink/grey_filter",
|
||||
dataType: "json",
|
||||
success: function(data, textStatus){
|
||||
for (let i=0;i<data["content"]["accurate_slot"].length;i++) {
|
||||
|
@ -73,8 +73,12 @@
|
||||
<div class="col-md-7">
|
||||
<div class="h1 font-weight-normal">Ian Andy Xia</div>
|
||||
<div class="h6 font-weight-normal">来自中国温州,现居中国嘉兴</div>
|
||||
<div class="h6 font-weight-normal"><b>学生</b>, 全栈开发者</div>
|
||||
<div class="h6 font-weight-normal"><b>极科宇视</b>的创始人</div>
|
||||
<br>
|
||||
<li>🎒 学生</li>
|
||||
<li>🐺 兽人控</li>
|
||||
<li>👨💻 全栈开发者</li>
|
||||
<li>📻 业余无线电爱好者</li>
|
||||
<li>👨💼 极科宇视创始人</li>
|
||||
<br>
|
||||
<li>📝 后端习惯使用 GoLang/Python,前端习惯使用 Vue.JS</li>
|
||||
<li>🏳️‍🌈 性取向:<a href="https://github.com/LGBT-CN/LGBTQIA-In-China">同性恋</a></li>
|
||||
@ -162,7 +166,7 @@
|
||||
<script>
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "https://open.geh.ink/grey_filter",
|
||||
url: "https://api.gh.ink/grey_filter",
|
||||
dataType: "json",
|
||||
success: function(data, textStatus){
|
||||
for (let i=0;i<data["content"]["accurate_slot"].length;i++) {
|
||||
|
@ -183,7 +183,7 @@
|
||||
<script>
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "https://open.geh.ink/grey_filter",
|
||||
url: "https://api.gh.ink/grey_filter",
|
||||
dataType: "json",
|
||||
success: function(data, textStatus){
|
||||
for (let i=0;i<data["content"]["accurate_slot"].length;i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user