-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (96 loc) · 3.73 KB
/
index.html
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
<html lang="zh-Hans">
<head>
<title>Chinese Name Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id ="header">
<h1>Chinese Name Generator</h1>
<h1>中文名字生成器</h1>
</div>
<div id="content">
<h2>The system will automatically
generate Chinese names
based on your preferences.
<p>
此系统将根据您的条件自动生成中文名字组合。
</h2>
</div>
<div id="form">
<form>
<h3>Please enter the information below
<br>请输入有关信息</h3>
<p>Chinese name for: <br>为谁取名: </p>
<input type="radio" id="radioFemale" name="gender" value="female">Female 女性
<input type="radio" id="radioMale" name="gender" value="male">Male 男性
<br>
<input type="radio" id="radioSiblings" name="gender" value="Siblings">Siblings 兄妹
<p>
<input type="button" name="btn" value="Generate" onclick="checkGender()">
</form>
</div>
<div id ="content">
<p style="font-size: 28px;"><b>About Chinese Name</b></p>
<p style="font-size: 18px;">
In Chinese names, the surname (xìngshì; 姓氏) typically consists of
a single character and is placed
before the given name (míng; 名). <br>
The given name is usually composed of
two characters and is disyllabic.<br>
<br>
Chinese Names: Surname (xìngshì; 姓氏) + Given Name (míng; 名)
<br>
Example: 陈 (xìngshì; 姓氏) + 秀丽 (míng; 名)
</p>
</div>
<script src = "submit.js"></script>
<script defer src="/_vercel/insights/script.js"></script>
<h2 style="padding-top: 20px; text-align: center; color: #14403D;">Suggestion from global community</h2>
<figure class="snip1533">
<figcaption>
<blockquote>
<p>计于春、计于晨 <br>一年之计在于春,一日之计在于晨</p>
</blockquote>
<h3>Itsuki</h3>
</figcaption>
</figure>
<figure class="snip1533">
<figcaption>
<blockquote>
<p>张静汐<br>汐水如嫣,静以修身<br><br></p>
</blockquote>
<h3>沈梦瑶</h3>
</figcaption>
</figure>
<figure class="snip1533">
<figcaption>
<blockquote>
<p>张楚怡
<br>心旷神怡
<br>楚楚动人
</p>
</blockquote>
<h3>沈梦瑶</h3>
</figcaption>
</figure>
<figure class="snip1533">
<figcaption>
<blockquote>
<p>童素若<br>俏丽若三春之桃,清素若九秋之菊</p>
</blockquote>
<h3>卿鲸落</h3>
</figcaption>
</figure>
<div class="visitor">
<script type="text/javascript" src="https://www.free-counters.org/count/cjdw"></script><br>
<a href='https://www.versicherungen.at/' style="color: white;">Visitor Counter</a> <script type='text/javascript' src='https://whomania.com/ctr?id=89562a93f1fdf84b5d29e6ad4da2077fec6c1301'>
</script>
</div>
<div id="footer">
<p></i><a href = "mailto: Lcheeyan0530@gmail.com"><i class="fa fa-thumbs-up"></i> Contributions Welcome! 欢迎投稿!</a></p>
<p>Copyright © 2023 Leong Chee Yan</p>
</div>
</body>
</html>