Skip to content

Commit ae7fc9b

Browse files
committed
stripped email and updated post structure
1 parent 176c1da commit ae7fc9b

File tree

22 files changed

+1168
-40
lines changed

22 files changed

+1168
-40
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ disableHugoGeneratorInject = false
7777
gitUrl = "https://github.com/gfting/personal-site/commit/"
7878

7979
# Social icons
80-
[[params.social]]
81-
name = "email"
82-
url = "mailto:gt@gabrielting.com"
80+
#[[params.social]]
81+
# name = "email"
82+
# url = "mailto:gt@gabrielting.com"
8383

8484
[[params.social]]
8585
name = "github"

content/Posts/juni-posts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Juni Posts"
3+
date: 2019-05-09T03:48:42+08:00
4+
draft: false
5+
toc: false
6+
images:
7+
tags:
8+
- untagged
9+
---
10+

content/Posts/whoami.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
title: "whoami"
33
date: 2019-04-13T14:33:37-05:00
44
draft: false
5+
toc: false
6+
images:
7+
tags:
8+
- about
9+
- portfolio
10+
- CS
511
---
612

713
### For a professional, career-oriented version of who I am:
814
* **[About Page]({{< ref "about.md" >}})**
915
* **[My GitHub](https://github.com/gfting)**
1016
* **[My résumé]({{< ref "resume" >}})**
11-
\
17+
1218

1319
### otherwise, blog init
1420
My name is Gabriel Ting, and I begin this blog at a pivotal moment in my career. I just officially submitted to transfer to the School of Engineering, despite completing many liberal arts requirements. Not only that, but I also had previously written a 25-page research paper for the College Honors Scholars program on Aum Shinrikyo, and am only 2 classes away from finishing my Asian Studies second (now tertiary) major.

content/about.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
title: "About"
33
date: 2019-04-13T14:43:50-05:00
44
draft: false
5+
toc: false
6+
images:
7+
tags:
8+
- about
9+
- portfolio
10+
- CS
511
---
612

713
#### Hi, I'm Gabriel Ting, a sophomore at Vanderbilt University triple majoring in Computer Science, Applied Mathematics, and Asian Studies. This is my blog, a space to put things that are an intersection of personal and professional interests.
@@ -11,4 +17,27 @@ I built this blog with Hugo and Netlify–I still have my [separate old porfolio
1117
#### Links of Professional Interest:
1218

1319
- [GitHub](https://github.com/gfting)
14-
- [My résumé]({{< ref "/resume" >}})
20+
- [My résumé]({{< ref "/resume" >}})
21+
22+
***
23+
24+
### A Brief Timeline of Selected Work & Projects:
25+
26+
***
27+
28+
## 2018:
29+
#### October 2018 - Current
30+
* Working for Juni Learning as a Computer Science Instructor
31+
* Achieved high of #2 on Google results for query "algorithms for kids," writing for the company blog on topics such as algorithms, recursion, and college computer science programs
32+
33+
#### December 2018 - Current
34+
* Rebuilt and redesigned [Springfield OB/GYN's website](https://springfieldobgyn.com), increasing quarterly new patients by 20% to an all time high, as of April 2019.
35+
36+
***
37+
38+
## 2019:
39+
#### February 2019
40+
* At HackIllinois, published a lightweight source mapping package to NPM by writing a JavaScript algorithm to parse Base64 VLQ (Variable Length Query) segments
41+
42+
#### May 2019 - July 2019:
43+
* Working for Vanguard on Global Investments and Financials as a Application Development Intern

public/about/index.html

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
<meta itemprop="datePublished" content="2019-04-13T14:43:50-05:00" />
4444
<meta itemprop="dateModified" content="2019-04-13T14:43:50-05:00" />
45-
<meta itemprop="wordCount" content="87">
45+
<meta itemprop="wordCount" content="206">
4646

4747

4848

49-
<meta itemprop="keywords" content="" />
49+
<meta itemprop="keywords" content="about,portfolio,CS," />
5050
<meta name="twitter:card" content="summary_large_image"/>
5151
<meta name="twitter:image" content="https://gfting.dev/"/>
5252

@@ -56,7 +56,7 @@
5656

5757

5858

59-
<meta property="article:published_time" content="2019-04-13 14:43:50 -0500 CDT" />
59+
<meta property="article:published_time" content="2019-04-13 14:43:50 -0500 -0500" />
6060

6161

6262

@@ -134,6 +134,43 @@ <h4 id="links-of-professional-interest">Links of Professional Interest:</h4>
134134
<ul>
135135
<li><a href="https://github.com/gfting" target="_blank">GitHub</a></li>
136136
<li><a href="https://gfting.dev/resume/" target="_blank">My résumé</a></li>
137+
</ul>
138+
139+
<hr />
140+
141+
<h3 id="a-brief-timeline-of-selected-work-projects">A Brief Timeline of Selected Work &amp; Projects:</h3>
142+
143+
<hr />
144+
145+
<h2 id="2018">2018:</h2>
146+
147+
<h4 id="october-2018-current">October 2018 - Current</h4>
148+
149+
<ul>
150+
<li>Working for Juni Learning as a Computer Science Instructor</li>
151+
<li>Achieved high of #2 on Google results for query &ldquo;algorithms for kids,&rdquo; writing for the company blog on topics such as algorithms, recursion, and college computer science programs</li>
152+
</ul>
153+
154+
<h4 id="december-2018-current">December 2018 - Current</h4>
155+
156+
<ul>
157+
<li>Rebuilt and redesigned <a href="https://springfieldobgyn.com" target="_blank">Springfield OB/GYN&rsquo;s website</a>, increasing quarterly new patients by 20% to an all time high, as of April 2019.</li>
158+
</ul>
159+
160+
<hr />
161+
162+
<h2 id="2019">2019:</h2>
163+
164+
<h4 id="february-2019">February 2019</h4>
165+
166+
<ul>
167+
<li>At HackIllinois, published a lightweight source mapping package to NPM by writing a JavaScript algorithm to parse Base64 VLQ (Variable Length Query) segments</li>
168+
</ul>
169+
170+
<h4 id="may-2019-july-2019">May 2019 - July 2019:</h4>
171+
172+
<ul>
173+
<li>Working for Vanguard on Global Investments and Financials as a Application Development Intern</li>
137174
</ul>
138175

139176
</div>
@@ -142,6 +179,9 @@ <h4 id="links-of-professional-interest">Links of Professional Interest:</h4>
142179
<hr />
143180

144181
<div class="post-info">
182+
<p>
183+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag meta-icon"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7" y2="7"></line></svg><span class="tag"><a href="https://gfting.dev/tags/about">about</a></span><span class="tag"><a href="https://gfting.dev/tags/portfolio">portfolio</a></span><span class="tag"><a href="https://gfting.dev/tags/cs">CS</a></span>
184+
</p>
145185
</div>
146186

147187

public/index.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.55.0" />
54
<meta charset="UTF-8">
65
<meta http-equiv="X-UA-Compatible" content="ie=edge">
76
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
87
<meta name="author"
98
content="gfting ">
109
<meta name="description"
11-
content="Sophomore Computer Science, Applied Math, and Asian Studies Triple Major at Vanderbilt University" />
10+
content="" />
1211
<meta name="keywords" content="Gabriel, gfting, vanderbilt, Gabriel Ting, computer, science, blog" />
1312
<meta name="robots" content="noodp" />
14-
<link rel="canonical" href="https://gfting.dev/" />
13+
<link rel="canonical" href="https://gfting.dev/index.html" />
1514

1615

1716
<title>
1817

19-
Gabriel Ting
18+
:: Gabriel Ting
2019

2120
</title>
2221

@@ -37,13 +36,13 @@
3736
<link rel="mask-icon" href="https://gfting.dev/safari-pinned-tab.svg" color="#252627">
3837
<link rel="shortcut icon" href="https://gfting.dev/favicon.ico">
3938
<meta name="theme-color" content="#252627">
40-
<meta itemprop="name" content="Gabriel Ting">
39+
<meta itemprop="name" content="">
4140
<meta itemprop="description" content="Homepage and blog by Gabriel Ting">
4241

4342
<meta name="twitter:card" content="summary_large_image"/>
4443
<meta name="twitter:image" content="https://gfting.dev/"/>
4544

46-
<meta name="twitter:title" content="Gabriel Ting"/>
45+
<meta name="twitter:title" content=""/>
4746
<meta name="twitter:description" content="Homepage and blog by Gabriel Ting"/>
4847

4948

@@ -104,13 +103,9 @@
104103

105104
<div class="content">
106105

107-
<div id="home-center">
108-
<h1 id="home-title">Gabriel Ting</h1>
109-
<p id="home-subtitle">Sophomore Computer Science, Applied Math, and Asian Studies Triple Major at Vanderbilt University</p>
110-
<div id="home-social">
111-
&nbsp; <a href="mailto:gt@gabrielting.com" target="_blank" rel="noopener" title="Email"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg></a> &nbsp;&nbsp; <a href="https://github.com/gfting/" target="_blank" rel="noopener" title="Github"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg></a> &nbsp;&nbsp; <a href="https://www.linkedin.com/in/gfting/" target="_blank" rel="noopener" title="Linkedin"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle></svg></a> &nbsp;&nbsp; <a href="https://gfting.dev/resume" target="_blank" rel="noopener" title="Resume"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg></a> &nbsp;
112-
</div>
113-
</div>
106+
<main class="posts">
107+
<h1></h1>
108+
</main>
114109

115110
</div>
116111

public/index.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@
66
<description>Recent content on Gabriel Ting</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC&lt;/a&gt;</copyright>
9-
<lastBuildDate>Sat, 13 Apr 2019 14:43:50 -0500</lastBuildDate>
9+
<lastBuildDate>Thu, 09 May 2019 03:48:42 +0800</lastBuildDate>
1010

1111
<atom:link href="https://gfting.dev/index.xml" rel="self" type="application/rss+xml" />
1212

1313

14+
<item>
15+
<title>Juni Posts</title>
16+
<link>https://gfting.dev/posts/juni-posts/</link>
17+
<pubDate>Thu, 09 May 2019 03:48:42 +0800</pubDate>
18+
19+
<guid>https://gfting.dev/posts/juni-posts/</guid>
20+
<description></description>
21+
</item>
22+
1423
<item>
1524
<title>About</title>
1625
<link>https://gfting.dev/about/</link>
@@ -26,7 +35,7 @@
2635
<pubDate>Sat, 13 Apr 2019 14:33:37 -0500</pubDate>
2736

2837
<guid>https://gfting.dev/posts/whoami/</guid>
29-
<description>For a professional, career-oriented version of who I am: About Page My GitHub My résumé otherwise, blog init My name is Gabriel Ting, and I begin this blog at a pivotal moment in my career. I just officially submitted to transfer to the School of Engineering, despite completing many liberal arts requirements. Not only that, but I also had previously written a 25-page research paper for the College Honors Scholars program on Aum Shinrikyo, and am only 2 classes away from finishing my Asian Studies second (now tertiary) major.</description>
38+
<description>For a professional, career-oriented version of who I am: About Page My GitHub My résumé otherwise, blog init My name is Gabriel Ting, and I begin this blog at a pivotal moment in my career. I just officially submitted to transfer to the School of Engineering, despite completing many liberal arts requirements. Not only that, but I also had previously written a 25-page research paper for the College Honors Scholars program on Aum Shinrikyo, and am only 2 classes away from finishing my Asian Studies second (now tertiary) major.</description>
3039
</item>
3140

3241
<item>

public/posts/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ <h1>Posts</h1>
109109
<div class="post-year">2019</div>
110110

111111
<ul class="posts-list">
112+
<li class="post-item">
113+
<a href="https://gfting.dev/posts/juni-posts/">
114+
<span class="post-title">Juni Posts</span>
115+
<span class="post-day">May 9</span>
116+
</a>
117+
</li>
112118
<li class="post-item">
113119
<a href="https://gfting.dev/posts/whoami/">
114120
<span class="post-title">whoami</span>

public/posts/index.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,27 @@
66
<description>Recent content in Posts on Gabriel Ting</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC&lt;/a&gt;</copyright>
9-
<lastBuildDate>Sat, 13 Apr 2019 14:33:37 -0500</lastBuildDate>
9+
<lastBuildDate>Thu, 09 May 2019 03:48:42 +0800</lastBuildDate>
1010

1111
<atom:link href="https://gfting.dev/posts/index.xml" rel="self" type="application/rss+xml" />
1212

1313

14+
<item>
15+
<title>Juni Posts</title>
16+
<link>https://gfting.dev/posts/juni-posts/</link>
17+
<pubDate>Thu, 09 May 2019 03:48:42 +0800</pubDate>
18+
19+
<guid>https://gfting.dev/posts/juni-posts/</guid>
20+
<description></description>
21+
</item>
22+
1423
<item>
1524
<title>whoami</title>
1625
<link>https://gfting.dev/posts/whoami/</link>
1726
<pubDate>Sat, 13 Apr 2019 14:33:37 -0500</pubDate>
1827

1928
<guid>https://gfting.dev/posts/whoami/</guid>
20-
<description>For a professional, career-oriented version of who I am: About Page My GitHub My résumé otherwise, blog init My name is Gabriel Ting, and I begin this blog at a pivotal moment in my career. I just officially submitted to transfer to the School of Engineering, despite completing many liberal arts requirements. Not only that, but I also had previously written a 25-page research paper for the College Honors Scholars program on Aum Shinrikyo, and am only 2 classes away from finishing my Asian Studies second (now tertiary) major.</description>
29+
<description>For a professional, career-oriented version of who I am: About Page My GitHub My résumé otherwise, blog init My name is Gabriel Ting, and I begin this blog at a pivotal moment in my career. I just officially submitted to transfer to the School of Engineering, despite completing many liberal arts requirements. Not only that, but I also had previously written a 25-page research paper for the College Honors Scholars program on Aum Shinrikyo, and am only 2 classes away from finishing my Asian Studies second (now tertiary) major.</description>
2130
</item>
2231

2332
</channel>

0 commit comments

Comments
 (0)