diff --git a/Comments.html b/Comments.html new file mode 100644 index 0000000000000000000000000000000000000000..8cb63c3525aacbf74a2d65197156a2d14bc8ef55 --- /dev/null +++ b/Comments.html @@ -0,0 +1,114 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> + <link rel="stylesheet" href="../css/reset.css"> + <link rel="stylesheet" href="../css/index.css"> + <link rel="stylesheet" href="../css/email.css"> + <link rel="stylesheet" href="../css/common.css"> +</head> + +<body> + <div class="top safe"> + <!-- title --> + <div class="title left"> + <h1>Extreme Ironing</h1> + </div> + <div class="saying left"> + <img src="../image/l.gif" alt="æ¸å˜ç«–线"> + + </div> + <div class="saying2 left"> + <p>Extreme ironing (also called EI) is an extreme sport in which people take ironing boards to remote + locations and iron items of clothing. </p> + </div> + + <!-- nav --> + <div class="nav1 right"> + <ul> + <li><a href="../html/index.html">index</a></li> + <li>about us</li> + <li>news</li> + <li>order us</li> + <li><a href="../html/email.html">contact us</a></li> + <li><a href="../html/page.html">ask us</a< /li> + <li><a href="../html/profil.html">VIP</a></li> + </ul> + </div> + </div> + <div class="top1"> + </div> + <h1>Extrem Iorning</h1> + <div> + <p> + Extreme ironing was invented in 1997 in Leicester, England, by resident Phil Shaw in his back garden.[2] + Shaw + came home + from what he recalls as a hard day in a Leicester knitwear factory.[7] Shaw had a number of chores to do, + including + ironing. Preferring the idea of an evening out rock climbing, he decided to combine the two activities into + a + new + extreme sport. In June 1999, Shaw, who uses the nickname "Steam", embarked on an international tour to + promote + the + activity. The stops included the United States, Fiji, New Zealand, Australia and South Africa. An encounter + with + German + tourists in New Zealand led to the formation of a group called "Extreme Ironing International", and the + German + Extreme + Ironing Section or GEIS.[citation needed] This has yet to popularize in North America. + </p> + <p> + As extreme ironing has branched off, the conditions can gain in extreme activity. For example, a branch of + ironing has + been developed that includes both bungee jumping and well-pressed clothing. Bungee ironing is what some + would + call the + ultimate in the thrill of extreme ironing.[8] + </p> + <p> + The first competition for extreme ironing took place in Germany in 2002. Eighty teams competed in an + obstacle + course in + which the competitors had to iron different articles of clothing in different dangerous settings. These + settings + included hanging from a tree, scaling a wall, and climbing under the hood of a car. A common misconception + would + be that + competitors are scored only on how dangerous the location of their ironing is. But, the most significant + part of + scoring + is actually how many wrinkles are left on the clothing and how the competitor chooses to iron the clothes. + Competitors + are scored for the quality of the pressing, style, and speed. Quality of the pressing counts for half of the + points + scored. + </p> + <p></p> + <p></p> + </div> + <h3>Please write your comments</h3> + <textarea name="comments" id="comments-input" placeholder="write your comments" maxlength="500"></textarea> + <h1></h1> + <button type="submit" id="tijiao">submit</button> + <script> + document.getElementById('tijiao').addEventListener('click', function () { + alert('success submit') + }) + </script> + <style> + textarea { + width: 500px; + height: 80px; + font-size: 18px; + resize: unset; + } + </style> +</body> + +</html> \ No newline at end of file