-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·41 lines (33 loc) · 1.42 KB
/
about.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
---
layout: default
title: "The high quality, completely customizable and 100% free blog template for Jekyll"
description: ""
---
<div class="about reveal">
<h1>About me</h1>
<p>
My name is Jessica Quynh Tran. I am a web developer focused on javascript and AngularJS development. Based out of Montreal, I am a part-time student studying Computer Science and Physics at McGill University.
</p>
</br>
<p>
I have a great affection for language, poetry, and literature. I like to call myself a hobbyist philosopher. Equipped with a layman's interest in psychology, neuroscience, and philosophy, you'll find me sloughing through academic papers (which typically ends up as a YouTube video instead).
</p>
</br>
<p>
This is a blog dedicated to my personal learning and discoveries in programming. It is subdivided into few parts:
<ul>
<li>
Learning (which are generally, uninteresting notes for my personal reference)
</li>
<li>
Project Development (reports and updates to track projects)
<ul>
<li>Outreachy Internship (writing each fortnight's progress)</li>
</ul>
</li>
<li>Personal/Misc (a catch-all category for "everything else")</li>
</ul>
</p>
</br></br>
<p>This blog uses the <a href="https://github.com/jekyll">Jekyll</a> static page generator and the <a href="https://github.com/nielsenramon/chalk">Chalk theme</a>.</p>
</div>