about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/3/5.html
blob: 44c13bc9459a6fed393952f4d9f6a70f0f12712f (plain) (blame)
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
<!doctype html>
<html lang='en'>
<meta charset='utf-8'>
<meta name='viewport'
      content='width=device-width, initial-scale=1, shrink-to-fit=no'>
<title>About Me</title>

<link rel='icon' type='image/png' href='5.ico'>
<link rel='stylesheet'
      href='https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css'
      integrity='sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z'
      crossorigin='anonymous'>
<link rel='stylesheet' href='5.css'>

<body>
<div class='position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light'>
  <div class='col-md-5 p-lg-5 mx-auto my-5'>
    <h1 class='display-4 font-weight-normal'>Hello there!</h1>
    <p class='lead font-weight-normal'>
      I'm a Vietnamese undergrad student and a free software enthusiast.
    </p>
  </div>
</div>

<div class='d-md-flex flex-md-equal w-100 my-md-3 pl-md-3'>
  <div class='bg-dark mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden'>
    <div class='my-3 py-3'>
      <h2 class='display-5'>Contact Information</h2>
      <p class='lead'>
        For academic and business inquiry, write to
        <a href='mailto:mcsinyx@disroot.org'>mcsinyx@disroot.org</a>.  I'm
        also on <a href='https://matrix.to/#/@McSinyx:matrix.org'>[matrix]</a>,
        drop by and say hi!
      </p>
    </div>
  </div>
  <div class='bg-light mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden'>
    <div class='my-3 p-3'>
      <h2 class='display-5'>Education and Qualifications</h2>
      <p class='lead'>
        I'm studying for my bachelor degree majoring in ICT at
        <a href='https://usth.edu.vn/en/'>
          University of Science and Technology of Hà Nội
        </a>.
      </p>
    </div>
  </div>
</div>

<div class='d-md-flex flex-md-equal w-100 my-md-3 pl-md-3'>
  <div class='bg-light mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden'>
    <div class='my-3 p-3'>
      <h2 class='display-5'>Working Experiences</h2>
      <p class='lead'>
        Please refer to
        <a href='https://mcsinyx.github.io/works.html'>this page</a>
        for the complete list of my past works.
      </a>
    </div>
  </div>
  <div class='bg-dark mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden'>
    <div class='my-3 py-3'>
      <h2 class='display-5'>Skills</h2>
      <p class='lead'>
        I am a patient Vimmer and a not-so-patient GNU/Linux user.
      </p>
    </div>
  </div>
</div>

<div class='d-md-flex flex-md-equal w-100 my-md-3 pl-md-3'>
  <div class='bg-dark mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden'>
    <div class='my-3 p-3'>
      <h2 class='display-5'>Languages</h2>
      <p class='lead'>
        I am fluent in Vietnamese, English, Python, LaTeX and Lua.
      </p>
    </div>
  </div>
  <div class='bg-light mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden'>
    <div class='my-3 py-3'>
      <h2 class='display-5'>Hobbies</h2>
      <p class='lead'>I love cubing and tinkering with obsolete systems.</p>
    </div>
  </div>
</div>

<div class='d-md-flex flex-md-equal w-100 my-md-3 pl-md-3'>
  <div class='bg-light mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden'>
    <div class='my-3 p-3'>
      <h2 class='display-5'>Achievements</h2>
      <p class='lead'>
        I am a GSoC student for the Python Packaging Authority
        <a href='https://summerofcode.withgoogle.com/projects/#5428041779511296'>
          in 2020</a>.
      </p>
    </div>
  </div>
  <div class='bg-dark mr-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden'>
    <div class='my-3 py-3'>
      <h2 class='display-5'>Personal Site</h2>
      <p class='lead'>
        Click <a href='https://mcsinyx.github.com'>here</a>
        to go to my real personal website!
      </p>
    </div>
  </div>
</div>

  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
          integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
          crossorigin="anonymous"></script>
  <script>
    if (!window.jQuery)
        document.write(
          '<script src="../assets/js/vendor/jquery.slim.min.js"><\/script>')
  </script>
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
          integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
          crossorigin="anonymous"></script>
</body>
</html>