加入我们,参加下一届前端挑战赛:娱乐版
社区最喜欢的前端挑战又回来了!
前端挑战:休闲版将持续到8月4日,包含两个休闲主题的题目:CSS艺术和Glam Up My Markup。这将是一个展现你的JavaScript技能和CSS创造力的有趣机会。
与往常一样,每个提示将产生一名获胜者。这意味着您将有两次机会赢得炫耀权、一份来自 DEV 商店的礼物以及一枚专属 DEV 徽章。
另外,如果您还不知道的话,徽章可以叠加在您的个人资料上,用来炫耀多次获胜!当然,重要的不是获胜的目的地,而是旅程本身。我们希望这是一个挑战自我、享受乐趣的机会!
如果您对争夺现金奖励更感兴趣,那么“与恒星一起构建更美好的未来:智能合约挑战赛”正在进行中,奖金超过 50,000 美元!
提示
CSS 艺术:最喜欢的休闲活动
当有人问你最喜欢的休闲活动是什么时,请画出你想到的。换句话说,你不工作的时候会做什么来消遣?我们开发团队的一些人喜欢团队运动,比如美式橄榄球,而另一些人则更喜欢运动性较低的单人活动,比如编织。🧶
当您想到娱乐时想到什么,请告诉我们!
这是任何想要立即参与的人的提交模板,但请在提交之前查看官方挑战页面上的所有挑战规则。
提升我的标记:板球联赛!
使用 CSS 和 JavaScript 使以下初始 HTML 标记美观、交互且实用。我们为纽约休闲板球联盟提供了一个初始登陆页面模板。虽然它并非真正的休闲联盟,但这并不意味着它不能拥有一个美观的登陆页面。用一个精美的网页帮助这个板球联盟发展壮大!由于模板不包含照片,您可能需要发挥创意,使其更具视觉吸引力。
您提交的内容应比我们提供的 HTML 更具趣味性和互动性,同时还要易于使用且易于访问。您不应直接编辑提供的 HTML,除非通过 JavaScript 编辑。我们期望您提供的内容风格简洁、内容充实。您可以添加一些基本的样板代码,包括元标签等,以方便演示。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New York Recreational Cricket League</title>
</head>
<body>
<header>
<h1>Welcome to the New York Recreational Cricket League</h1>
<p>Join us to experience the thrill of cricket right in the heart of New York City!</p>
</header>
<section>
<h2>About the League</h2>
<p>The New York Recreational Cricket League (NYRCL) is dedicated to promoting the sport of cricket among New Yorkers of all ages. We offer a friendly but competitive environment where players can improve their skills and enjoy the game.</p>
</section>
<section>
<h2>How to Join</h2>
<p>Interested in playing? We welcome players of all skill levels! To join, simply fill out our online registration form on our website, or contact us at join@nyrcl.com for more details.</p>
</section>
<section>
<h2>League Fees</h2>
<p>The registration fee for the league is $150 per player, which covers the entire season. This fee includes uniforms, equipment rental, and insurance.</p>
</section>
<section>
<h2>Location of Games</h2>
<p>All games are held at the iconic Central Park Cricket Fields, located near the north end of Central Park, easily accessible via public transportation.</p>
</section>
<section>
<h2>Season Schedule</h2>
<p>The NYRCL season runs from April through September, with games typically held on weekends. Here is the schedule for the upcoming season:</p>
<ul>
<li>Opening Day: April 15th</li>
<li>Mid-Season Tournament: July 8th-9th</li>
<li>Season Finals: September 20th</li>
<li>Closing Ceremony: September 30th</li>
</ul>
</section>
<footer>
<p>Contact Us: </p>
<p>Email: info@nyrcl.com | Phone: (555) 123-4567</p>
<p>Follow us on our social media pages for updates and more information.</p>
</footer>
</body>
</html>
重要日期
- 7 月 24 日:前端挑战:娱乐开始!
- 8 月 4 日:提交截止日期为太平洋夏令时间晚上 11:59
- 8 月 6 日:获奖者公布
希望您喜欢这次挑战,我们迫不及待地想看到您的作品!有问题吗?请在下方提问。
祝你好运,编码愉快!
文章来源:https://dev.to/devteam/join-us-for-the-next-frontend-challenge-recreation-edition-222n