Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Jekyll site CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
echo "# Nguy-n-nh-Th-nh" >> README.md
git init
git thêm README.md
git commit -m "cam kết đầu tiên"
chi nhánh git -M chính
nguồn gốc thêm từ xa git https://github.com/thanhbk2802-dotcom/Nguy-n-nh-Th-nh.git
git push -u nguồn gốc chính
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@

<text dy="-2">
<textPath style="font-family: fantasy;" xlink:href="#partialPath" startOffset="12">
🌹Happy Women's Day
🌹.........................................................................................................................................🌹From
🌹Happy Teachers Day
🌹.................................................................................🌹From
With Love 20/10!🌹
</textPath>
</text>
Expand Down Expand Up @@ -1109,7 +1109,7 @@ <h2></h2>
// .textLetter text h2
let indexText = 0;
let textLetter = document.querySelector('.textLetter h2');
const textLetterH2 = "Gửi Hoàng Khả Ngân!";
const textLetterH2 ="Kính gửi Trịnh Thị Hạnh";
let timoutTextLetter;

function textCharLetter() {
Expand All @@ -1134,10 +1134,10 @@ <h2></h2>
}, 200)
}

// chữ của thư bạn muốn gửi

let indexTextContent = 0;
let textLetterContent = document.querySelector('.contentLetter');
const textLetterP = "Hôm nay là ngày 20/10 anh chúc em luôn hạnh phúc và gặp nhiều may mắn trong cuộc sống nhá. Hãy luôn giữ mãi nụ cười trên môi nhá đừng suy nghĩ nhiều về những thứ không đáng nha";
const textLetterP ="Nhân ngày Nhà giáo Việt Nam 20/11, em xin gửi tới cô lời chúc sức khỏe, hạnh phúc và luôn tràn đầy nhiệt huyết với nghề Cảm ơn cô đã truyền cho chúng em tình yêu Văn học cảm xúc chân thành qua từng bài giảng Chúc cô có một ngày 20/11 thật ý nghĩa và nhiều niềm vui";
let timoutTextLetterContent;
function textCharLetterContent() {
if (indexTextContent < textLetterP.length) {
Expand Down