-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (75 loc) · 3.12 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Yu-Ching Chen's Github Page</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Yu-Ching Chen</h1>
<h3>
(Hon) B.Sc Computer Science </br>
Computer Systems </br>
University of Toronto</h3>
<p>Email me at:</br>
<a href="mailto:[email protected]">[email protected]</a></p>
<a style="margin-left: 58px;" href="http://ca.linkedin.com/in/Yuch7">LinkedIn Profile</a></br>
<a style="margin-left: 58px;" href="/Resume.pdf">Resumé</a></br>
</p>
<p class="view">Feel free to contact me.</p>
</header>
<section>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to Yu-Ching's Github Page.</h3>
<p>Thank you for checking out my github profile.</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Completed Computer Science Courses</h3>
<p><ul>
<li>Introduction to Programming</li>
<li>Introduction to Computer Science</li>
<li>Mathematical Expression and Reasoning for Computer Science</li>
<li>Software Design</li>
<li>Software Tools and Systems Programming</li>
<li>Introduction to Theory of Computation</li>
<li>Computer Organization</li>
<li>Data Structures and Analysis</li>
<li>Introduction to Software Engineering</li>
<li>Engineering Large Software Systems</li>
<li>Programming on the Web</li>
<li>Principles of Programming Languages</li>
<li>Numerical Methods</li>
<li>Principles of Computer Networks</li>
<li>Operating Systems</li>
<li>Algorithm Design, Anaylsis & Complexity</li>
<li>Microprocessor Systems</li>
<li>Software Testing and Verification</li>
<li>Computer Graphics</li>
<li>Database Systems and Technology</li>
<li>Computer Networking Systems</li>
<li>Operating Systems Design and Implementation</li>
<li>Compilers and Interpreters</li>
</ul></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>
<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-78111520-1', 'auto');
ga('send', 'pageview');
</script>