diff options
Diffstat (limited to 'usth/ICT3.2/prac/3/5.html')
-rw-r--r-- | usth/ICT3.2/prac/3/5.html | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/3/5.html b/usth/ICT3.2/prac/3/5.html new file mode 100644 index 0000000..44c13bc --- /dev/null +++ b/usth/ICT3.2/prac/3/5.html @@ -0,0 +1,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> |