-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (152 loc) Β· 5.16 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
---
layout: base
title: Simple Perso
description: A simple and clean personal jekyll theme
nav: home
css:
- "/css/lightbox.min.css"
js:
- "/js/lightbox-plus-jquery.min.js"
---
{% include header.html type="index" %}
<!-- Social -->
<section id="social" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% assign mycv = '/about' %}
{% include heading-title.html title="Find me on" icon="fas fa-globe-asia" more="my CV" insite=mycv cclass="mycv" %}
</div>
</div>
</div>
{% include me-social.html %}
</section>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
<p class="learning-log-box">
<a href="{{site.url}}{{site.baseurl}}/my-learning-log">β‘ Check out my learning log!</a>
</p>
</div>
</div>
</div>
<!-- Projects -->
<section id="project" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Recent projects" insite="/project" icon="fas fa-code-branch" %}
</div>
<div class="col-lg-10 col-xl-9">
{% include list_project.html limit=5 %}
</div>
</div>
</div>
</section>
<!-- Reading -->
<section id="reading" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Recent read books" insite="/reading" icon="fas fa-book-reader" %}
</div>
<div class="col-lg-10 col-xl-8">
{% include list_reading.html limit=5 %}
</div>
</div>
</div>
</section>
<!-- Blog posts -->
<section id="reading" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Blog posts" insite="/blog" icon="fab fa-leanpub" %}
</div>
<div class="col-lg-10 col-xl-8">
{% include list_post.html limit=5 %}
</div>
</div>
</div>
</section>
<!-- Notes -->
<section id="mynote" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Note taking" icon="fas fa-edit" %}
</div>
</div>
<div class="row justify-content-center align-items-center mynote mb-3">
<div class="col-12 col-md-4">
<div class="description">
<a href="https://note.dinhanhthi.com">
<span>note</span>.dinhanhthi.com
</a>
<div class="more">
This contains my well-written notes. I write intuitively about concepts I've learned. They are not just for me, everyone may see them useful.
</div>
</div>
</div>
<div class="col-12 col-md-8 col-lg-6 col-xl-5">
<div class="showcase">
<img alt="My notes" src="{{site.url}}{{site.baseurl}}/img/note.jpg" />
</div>
</div>
</div>
<div class="row justify-content-center align-items-center mynote">
<div class="col-12 col-md-4 order-md-2">
<div class="description">
<a href="https://rawnote.dinhanhthi.com">
<span>rawnote</span>.dinhanhthi.com
</a>
<div class="more">
I learn every day and I use this raw note to catch up with all of the things on the first day I meet them but in a "messy" way.
</div>
</div>
</div>
<div class="col-12 col-md-8 col-lg-6 col-xl-5 order-md-1">
<div class="showcase">
<img alt="My notes" src="{{site.url}}{{site.baseurl}}/img/mynote.png" />
</div>
</div>
</div>
</div>
</section>
<!-- Drawing -->
<section id="drawing" class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Recent sketches" href="https://photos.app.goo.gl/9OVEkdTjmtRPg7vC3" icon="fas fa-drafting-compass" %}
</div>
</div>
<div class="row justify-content-center">
{% for item in site.data.drawing limit:4 %}
<div class="col-md-3 col-sm-4 col-xs-6 gal-item">
<div class="box">
<a href="{{site.url}}{{site.baseurl}}/img/sketch/{{item.photo}}" data-lightbox="gallery-set" data-title="{{ item.des }}">
<img src="{{site.url}}{{site.baseurl}}/img/sketch/{{item.thumbnail}}" class="img-fluid" alt="{{ item.photo }}">
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<!-- Contact -->
<section class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-9">
{% include heading-title.html title="Contact" icon="fas fa-at" %}
</div>
<div class="col-lg-10 col-xl-8">
<ul class="contact">
<li>Call for a coffee talk in <b>{{site.data.me.location}}</b>.</li>
<li>In any case, I'm always available to discuss at <a href="mailto:{{site.data.me.email}}"><b>{{site.data.me.email}}</b></a></li>
</ul>
</div>
</div>
</div>
</section>