Example Page

English난에 영어로 변경

일본어 추가

교류활동 사진 추가

햄과네트워크 정리

eng01.html eng02.html eng03.html eng04.html eng05.html eng06.html eng07.html eng08.html eng09.html eng10.html eng11.html eng12.html eng13.html eng14.html eng15.html eng16.html eng17.html eng18.html



Code 샘플



Code 영상 링크
<iframe src="파일 링크" width="860" height="484" frameborder="0" allowfullscreen="true"></iframe>

Code 오디오 파일 링크
<center><audio src="파일 링크" controls="controls"></audio></center><br>

Code 새로운 탭에서 외부링크
{{}} 필요함
{< newtabref href="https://www.qrz.com/lookup/jo1dza" title="JO1DZA QRZ.COM Page" >}
{< newtabref href="/recording/img/A Ham Radio Love Story by Patti Donahue KE7IR.pdf" title="PDF 파일" >} 새창에서 보기

JO1DZA QRZ.COM Page
PDF 파일 새창에서 보기


Code 그림넣기
<img src="/friendship/events/img/jh1nbn.jpeg" style="width:450px;height:256"><br>



Code 글자색, 배경색, 강조
<span style="color:red; background-color:#fff5b1">**실화**</span>

실화


Code 글자 부분 배경
`var foo = "bar";`      ~~`with this`~~     ~~and this~~.

var foo = "bar"; with this and this.


Code 글자 크기,강조,밑줄
     <u><b><span style="font-size:120%">기본 사용 방법</span></b></u>

■ ▶ ▷ 기본 사용 방법


Code 글자-강조,이태릭체,취소선
**bold**, _italic_ *italic*, or ~~strikethrough~~
[Links_name](https://gohugo.io)

bold, italic italic, or strikethrough

Links_name


Code 사각 설명문
{% pageinfo %}
This is a placeholder page. Replace it with your own content.
{% /pageinfo %}

{{}} 필요함

This is a placeholder page. Replace it with your own content.


Code 바탕색 변경 설명문
시작과  라인에 ```  필요함.
시작 라인에 go  추가하면 복사아이콘이 생김.

foo := "bar";
bar := "foo";
foo := "bar";
bar := "foo";

Code 문장 펼침
{{}} 필요함

{% detail summary="5단계단어연습" %}
---go
QSO
TKS
QKS FOR QSO
73
CUAGN
---
{% /detail %}

5단계단어연습
QSO
TKS
QKS FOR QSO
73
CUAGN

Code
> There should be no margin above this first sentence.
>
> Blockquotes should be a lighter gray with a border along the left side in the secondary color.

There should be no margin above this first sentence.

Blockquotes should be a lighter gray with a border along the left side in the secondary color.


Code
{< alert >}This is an alert.{< /alert >}
{< alert title="Note" >}This is an alert with a title.{< /alert >}
{% alert title="Note" %}This is an alert with a title and **Markdown**.{% /alert %}
{< alert color="success" >}BLUE COLOR  BLUE COLOR  BLUE COLOR{< /alert >} BLUE COLOR
{< alert color="warning" >}This is a warning.{< /alert >}
{< alert color="warning" title="Warning" >}This is a warning with a title.{< /alert >}


Code
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Header 2

Header 3

Header 4

Header 5
Header 6

Code
| What      | Follows         |
|-----------|-----------------|
| A table   | A header        |
| A table   | A header        |
| A table   | A header        |
WhatFollows
A tableA header
A tableA header
A tableA header

Code
* Liverpool F.C.
* Chelsea F.C.
* Manchester United F.C.

And an ordered list:

1. Michael Brecker
2. Seamus Blake
3. Branford Marsalis

And an unordered task list:

- [x] Create a Hugo theme
- [x] Add task lists to it
- [ ] Take a vacation
  • Liverpool F.C.
  • Chelsea F.C.
  • Manchester United F.C.

And an ordered list:

  1. Michael Brecker
  2. Seamus Blake
  3. Branford Marsalis

And an unordered task list:

  • Create a Hugo theme
  • Add task lists to it
  • Take a vacation

Code
* Jackson 5
  * Michael
  * Tito
  * Jackie
  * Marlon
  * Jermaine

A nested list:

  • Jackson 5
    • Michael
    • Tito
    • Jackie
    • Marlon
    • Jermaine

Code
Name
: Godzilla

Born
: 1952

Birthplace
: Japan
Name
Godzilla
Born
1952
Birthplace
Japan

Code
| Artist            | Album           | Year |
|-------------------|-----------------|------|
| Michael Jackson   | Thriller        | 1982 |
| Prince            | Purple Rain     | 1984 |
| Beastie Boys      | License to Ill  | 1986 |

Tables should have bold headings and alternating shaded rows.

ArtistAlbumYear
Michael JacksonThriller1982
PrincePurple Rain1984
Beastie BoysLicense to Ill1986

Code
| Artist            | Album           | Year | Label       | Awards   | Songs     |
|-------------------|-----------------|------|-------------|----------|-----------|
| Michael Jackson   | Thriller        | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. |
| Prince            | Purple Rain     | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award | Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, |
| Beastie Boys      | License to Ill  | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin & Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) |

If a table is too wide, it should scroll horizontally.

ArtistAlbumYearLabelAwardsSongs
Michael JacksonThriller1982Epic RecordsGrammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album,Wanna Be Startin’ Somethin’, Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T.
PrincePurple Rain1984Warner Brothers RecordsGrammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music AwardTake Me With U, The Beautiful Ones, Computer Blue, Darling Nikki,
Beastie BoysLicense to Ill1986Mercury RecordsnoawardsbutthistablecelliswideRhymin & Stealin, The New Style, She’s Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta)

Last modified March 1, 2024: CW modified (bc4db3b)