-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (120 loc) · 4.06 KB
/
index.html
File metadata and controls
123 lines (120 loc) · 4.06 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-131386538-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-131386538-1");
</script>
<meta
name="description"
content="Brian - Software Engineer"
/>
<meta
name="keywords"
content="Chen Yuxiang, Brian, Chen, Xiang, Yu, Yuxiang, Brian Chen, Toronto, UofT, UTSC, Computer, Science, Computer Science, byxc, byxchen, brianyxc"
/>
<meta name="author" content="Brian Chen" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon2.png" />
<link rel="stylesheet" href="css/style.css" />
<!-- Resource style -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Inconsolata"
rel="stylesheet"
type="text/css"
/>
<title>byxchen - about</title>
</head>
<body>
<div class="content">
<p class="header">
<a class="nodeco white" href="index">
byx<span style="color:#66ccff">chen</span>
</a>
<br />
-------
</p>
<br />
<div class="navbar">
<a class="nav-item rightmargin" href="index">
about
<br />
-----
</a>
<a class="nav-item-gray rightmargin" href="resume">
resume
<br />
</a>
<a class="nav-item-gray rightmargin" href="ta">
ta
<br />
</a>
<a class="nav-item-gray rightmargin" href="projects">
projects
<br />
</a>
<a class="nav-item-gray rightmargin" href="blog">
b.log()
<br />
</a>
</div>
<div class="entry">
<p class="content-text">
Hey! I'm Brian!
<br/><br/>
I'm a developer from Toronto, Canada.
<br/><br/>
I graduated from the University of Toronto with a bachelor's degree in Computer Science where I founded and ran the
<a class="link" href="https://csec.club" target="_blank"
>Computer Science Enrichment Club</a
>
(CSEC), and worked as a Teaching Assistant
for the Software Engineering suite of courses: CSCA08, CSCA48, CSCB07, CSCC01, and CSCD01.
</p>
<p class="content-text">
I've been lucky enough to have completed a variety internships in
Software Engineering in my undergraduate years! I've interned
previously at <span class="highlight">Ivy Global</span>,
<span class="highlight">Dessa (acq. Square)</span>,
<span class="highlight">Salesforce</span> and
<span class="highlight">Riot Games</span>. I'm always looking for new
and exciting opportunities!
</p>
<p class="content-text">
Thanks for visiting my site! Feel free to check out some of the
projects I've been working on, or get in touch through any preferred
channels!
</p>
</div>
<br/>
<hr/>
<br/>
<p class="content-text">
Want to say hi? Let's chat at one of the following links!
<br><br>
<a class="rightmargin link" href="https://github.com/byxchen">GitHub</a>
<a class="rightmargin link" href="https://www.linkedin.com/in/byxchen">LinkedIn</a>
<a class="rightmargin link" href="https://facebook.com/byxchen">Facebook</a>
<a class="rightmargin link" href="https://twitter.com/byxchen">Twitter</a>
<a class="rightmargin link" href="mailto:brianyx.chen[at]mail.utoronto.ca">Email</a>
<br /><br />
</p>
</div>
</body>
</html>