-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (102 loc) · 4.54 KB
/
index.html
File metadata and controls
103 lines (102 loc) · 4.54 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weiqi Liu - GitHub</title>
<link href="./asset/1.css" rel="stylesheet" type="text/css">
<link href="./asset/2.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./asset/normalize.css">
<link rel="stylesheet" type="text/css" href="./asset/styles.css">
<script src="./asset/jquery.min.js"></script>
</head>
<body>
<div id="display">
<h1>Weiqi Liu</h1>
<h2>Data Analyst @ Ministry of Labour</h2>
<a href="https://github.com/bblwq/">View on GitHub</a>
<a href="https://www.weiqiliu.ca/Home/">My Resume</a>
</div><!-- End display -->
<div id="content">
<div class="row">
<div class="sm-col-12">
<h2>About This Page</h2>
<p>
This page contains a collection of all the repos I’ve added to Github or would like to add in the near future. The majority of the repos exist as a result of me playing around with code based on a specific need for a website or based on concepts / tutorials seen online. If there are any questions, please feel free to contact me on any of the sites below or if there are any issues with any of the individual repos, please feel free to create an issue on their respective page. I hope you enjoy!
</p>
<h2>Repositories</h2>
</div>
</div>
<div class="repos">
<div class="repo-wrap">
<div class="repo">
<h3>Treasure Hunter</h3>
<h4>HTML, CSS, Vanilla JS</h4>
<p>
A simple HTML Game developed in native JS
</p>
<p>
<a class="button" href="https://www.weiqiliu.ca/Treasure_Hunter">Demo</a>
<a class="button" href="https://github.com/bblwq/Treasure_Hunter">GitHub</a>
</p>
</div>
</div>
<div class="repo-wrap">
<div class="repo">
<h3>URL Normalizer</h3>
<h4>Perl</h4>
<p>
A web application designated for URL normalization
</p>
<p>
<a class="button" href="https://www.weiqiliu.ca/cgi-bin/normalise.pl">Demo</a>
<a class="button" href="https://github.com/bblwq/URL_Normalization">GitHub</a>
</p>
</div>
</div>
<div class="repo-wrap">
<div class="repo">
<h3>Tutorial_Registration</h3>
<h4>PHP, MySQL</h4>
<p>
An example of establishing connection to a MYSQL server on a PHP website
</p>
<p>
<a class="button" href="https://www.weiqiliu.ca/tutorials.php">Demo</a>
<a class="button" href="https://github.com/bblwq/Tutorial_Registration">GitHub</a>
</p>
</div>
</div>
<div class="repo-wrap">
<div class="repo">
<h3>OINP Monitor</h3>
<h4>Python 2.7, Beautiful Soup, Twillio</h4>
<p>
A python script that checks for OINP update every 20s and notify you by sending a text message using Twilio
</p>
<p>
<a class="button" href="https://github.com/bblwq/OINP_Monitor">GitHub</a>
<a class="button" href="https://github.com/bblwq/OINP_Monitor/archive/master.zip">Download</a>
</p>
</div>
</div>
<div class="repo-wrap">
<div class="repo">
<h3>CSC491</h3>
<h4>Unity, IBM Watson</h4>
<p>
An example of building a chatbot in Unity with IBM Watson Assistant/Text2Speech/Speech2Text services
</p>
<p>
<a class="button" href="https://github.com/bblwq/CSC491">GitHub</a>
<a class="button" href="https://github.com/bblwq/CSC491/archive/master.zip">Download</a>
</p>
</div>
</div>
</div>
</div><!-- End content -->
<div id="footer">
<a href="https://www.weiqiliu.ca/Home/" target="_blank">Website</a>
<a href="https://github.com/bblwq" target="_blank">GitHub</a>
<a href="https://ca.linkedin.com/in/bblwq" target="_blank">LinkedIn</a>
</div><!-- End footer -->
</body></html>