From 8644699f4d2fce12a41289f9627bc45be9dd1965 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 3 Dec 2020 09:32:13 +0700 Subject: [usth/ICT3.2] Develop web applications --- usth/ICT3.2/prac/3/1-vanilla.html | 18 ++++++ usth/ICT3.2/prac/3/1.html | 17 ++++++ usth/ICT3.2/prac/3/2-vanilla.html | 11 ++++ usth/ICT3.2/prac/3/2.html | 13 ++++ usth/ICT3.2/prac/3/3-vanilla.html | 14 +++++ usth/ICT3.2/prac/3/3.html | 16 +++++ usth/ICT3.2/prac/3/4-vanilla.html | 20 +++++++ usth/ICT3.2/prac/3/4.html | 23 +++++++ usth/ICT3.2/prac/3/5.css | 47 +++++++++++++++ usth/ICT3.2/prac/3/5.html | 122 ++++++++++++++++++++++++++++++++++++++ usth/ICT3.2/prac/3/5.ico | Bin 0 -> 838 bytes usth/ICT3.2/prac/3/labwork.pdf | Bin 0 -> 1333112 bytes 12 files changed, 301 insertions(+) create mode 100644 usth/ICT3.2/prac/3/1-vanilla.html create mode 100644 usth/ICT3.2/prac/3/1.html create mode 100644 usth/ICT3.2/prac/3/2-vanilla.html create mode 100644 usth/ICT3.2/prac/3/2.html create mode 100644 usth/ICT3.2/prac/3/3-vanilla.html create mode 100644 usth/ICT3.2/prac/3/3.html create mode 100644 usth/ICT3.2/prac/3/4-vanilla.html create mode 100644 usth/ICT3.2/prac/3/4.html create mode 100644 usth/ICT3.2/prac/3/5.css create mode 100644 usth/ICT3.2/prac/3/5.html create mode 100644 usth/ICT3.2/prac/3/5.ico create mode 100644 usth/ICT3.2/prac/3/labwork.pdf (limited to 'usth/ICT3.2/prac/3') diff --git a/usth/ICT3.2/prac/3/1-vanilla.html b/usth/ICT3.2/prac/3/1-vanilla.html new file mode 100644 index 0000000..160b413 --- /dev/null +++ b/usth/ICT3.2/prac/3/1-vanilla.html @@ -0,0 +1,18 @@ + + + +

Introduction

+
+

About HTML

+

About CSS

+
+

About JavaScript

+ + + + diff --git a/usth/ICT3.2/prac/3/1.html b/usth/ICT3.2/prac/3/1.html new file mode 100644 index 0000000..6e4378d --- /dev/null +++ b/usth/ICT3.2/prac/3/1.html @@ -0,0 +1,17 @@ + + + + + +

Introduction

+
+

About HTML

+

About CSS

+
+

About JavaScript

+ + + + diff --git a/usth/ICT3.2/prac/3/2-vanilla.html b/usth/ICT3.2/prac/3/2-vanilla.html new file mode 100644 index 0000000..7f9a600 --- /dev/null +++ b/usth/ICT3.2/prac/3/2-vanilla.html @@ -0,0 +1,11 @@ + + + + USTH Website + + + diff --git a/usth/ICT3.2/prac/3/2.html b/usth/ICT3.2/prac/3/2.html new file mode 100644 index 0000000..5205f95 --- /dev/null +++ b/usth/ICT3.2/prac/3/2.html @@ -0,0 +1,13 @@ + + + + + + USTH Website + + + diff --git a/usth/ICT3.2/prac/3/3-vanilla.html b/usth/ICT3.2/prac/3/3-vanilla.html new file mode 100644 index 0000000..0cee920 --- /dev/null +++ b/usth/ICT3.2/prac/3/3-vanilla.html @@ -0,0 +1,14 @@ + + + +
+ + +
+ + + diff --git a/usth/ICT3.2/prac/3/3.html b/usth/ICT3.2/prac/3/3.html new file mode 100644 index 0000000..4a6b76f --- /dev/null +++ b/usth/ICT3.2/prac/3/3.html @@ -0,0 +1,16 @@ + + + + + +
+ + +
+ + + diff --git a/usth/ICT3.2/prac/3/4-vanilla.html b/usth/ICT3.2/prac/3/4-vanilla.html new file mode 100644 index 0000000..9ea396f --- /dev/null +++ b/usth/ICT3.2/prac/3/4-vanilla.html @@ -0,0 +1,20 @@ + + + + + +

Heading1

+

Heading2

+

Paragraph

+ +
+ + diff --git a/usth/ICT3.2/prac/3/4.html b/usth/ICT3.2/prac/3/4.html new file mode 100644 index 0000000..0444d1e --- /dev/null +++ b/usth/ICT3.2/prac/3/4.html @@ -0,0 +1,23 @@ + + + + + +

Heading1

+

Heading2

+

Paragraph

+ +
+ + + diff --git a/usth/ICT3.2/prac/3/5.css b/usth/ICT3.2/prac/3/5.css new file mode 100644 index 0000000..a4e920c --- /dev/null +++ b/usth/ICT3.2/prac/3/5.css @@ -0,0 +1,47 @@ +.bd-placeholder-img { + font-size: 1.125rem; + text-anchor: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +@media (min-width: 768px) { + .bd-placeholder-img-lg { + font-size: 3.5rem; + } +} + +.container { + max-width: 960px; +} + +/* Custom translucent site header */ +.site-header { + background-color: rgba(0, 0, 0, .85); + -webkit-backdrop-filter: saturate(180%) blur(20px); + backdrop-filter: saturate(180%) blur(20px); +} +.site-header a { + color: #999; + transition: ease-in-out color .15s; +} +.site-header a:hover { + color: #fff; + text-decoration: none; +} + +/* Extra utilities */ +.flex-equal > * { + -ms-flex: 1; + flex: 1; +} +@media (min-width: 768px) { + .flex-md-equal > * { + -ms-flex: 1; + flex: 1; + } +} + +.overflow-hidden { overflow: hidden; } 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 @@ + + + + +About Me + + + + + + +
+
+

Hello there!

+

+ I'm a Vietnamese undergrad student and a free software enthusiast. +

+
+
+ +
+
+
+

Contact Information

+

+ For academic and business inquiry, write to + mcsinyx@disroot.org. I'm + also on [matrix], + drop by and say hi! +

+
+
+
+
+

Education and Qualifications

+

+ I'm studying for my bachelor degree majoring in ICT at + + University of Science and Technology of Hà Nội + . +

+
+
+
+ +
+
+
+

Working Experiences

+

+ Please refer to + this page + for the complete list of my past works. + +

+
+
+
+

Skills

+

+ I am a patient Vimmer and a not-so-patient GNU/Linux user. +

+
+
+
+ +
+
+
+

Languages

+

+ I am fluent in Vietnamese, English, Python, LaTeX and Lua. +

+
+
+
+
+

Hobbies

+

I love cubing and tinkering with obsolete systems.

+
+
+
+ +
+
+
+

Achievements

+

+ I am a GSoC student for the Python Packaging Authority + + in 2020. +

+
+
+
+
+

Personal Site

+

+ Click here + to go to my real personal website! +

+
+
+
+ + + + + + diff --git a/usth/ICT3.2/prac/3/5.ico b/usth/ICT3.2/prac/3/5.ico new file mode 100644 index 0000000..6caeb4f Binary files /dev/null and b/usth/ICT3.2/prac/3/5.ico differ diff --git a/usth/ICT3.2/prac/3/labwork.pdf b/usth/ICT3.2/prac/3/labwork.pdf new file mode 100644 index 0000000..2ac71cc Binary files /dev/null and b/usth/ICT3.2/prac/3/labwork.pdf differ -- cgit 1.4.1