加入我们,参加下一届前端挑战赛:六月版
等待结束了!我们又带着新一轮前端挑战回来了。
持续到6月9日,“前端挑战:六月版”将推出两个六月主题的题目:CSS艺术和Glam Up My Markup。对于那些错过了“单字节解释器”的朋友们,我们保证很快就会把这个题目带回来!
与往常一样,每个提示将产生一名获胜者。这意味着您将有两次机会赢得炫耀权、一份来自 DEV 商店的礼物以及一枚专属 DEV 徽章。
另外,如果您不知道的话,徽章可以叠加在您的个人资料上,以炫耀多次获胜!当然,重要的不是获胜的目的地,而是旅程本身。我们希望这是一个挑战自我、享受乐趣的机会。
继续阅读以了解每个提示以及如何参与!
我们的两个提示:
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>Best Beaches in the World</title>
</head>
<body>
<header>
<h1>Best Beaches in the World</h1>
</header>
<main>
<section>
<h2>Take me to the beach!</h2>
<p>Welcome to our curated list of the best beaches in the world. Whether you're looking for serene white sands, crystal-clear waters, or breathtaking scenery, these beaches offer a little something for everyone. Explore our top picks and discover the beauty that awaits you.</p>
</section>
<section>
<h2>Top Beaches</h2>
<ul>
<li>
<h3>Whitehaven Beach, Australia</h3>
<p>Located on Whitsunday Island, Whitehaven Beach is famous for its stunning white silica sand and turquoise waters. It's a perfect spot for swimming, sunbathing, and enjoying the natural beauty of the Great Barrier Reef.</p>
</li>
<li>
<h3>Grace Bay, Turks and Caicos</h3>
<p>Grace Bay is known for its calm, clear waters and powdery white sand. This beach is ideal for snorkeling, diving, and enjoying luxury resorts that line its shore.</p>
</li>
<li>
<h3>Baia do Sancho, Brazil</h3>
<p>Baia do Sancho, located on Fernando de Noronha island, offers stunning cliffs, vibrant marine life, and crystal-clear waters, making it a paradise for divers and nature lovers.</p>
</li>
<li>
<h3>Navagio Beach, Greece</h3>
<p>Also known as Shipwreck Beach, Navagio Beach is famous for the rusting shipwreck that rests on its sands. Accessible only by boat, this secluded cove is surrounded by towering cliffs and azure waters.</p>
</li>
<li>
<h3>Playa Paraiso, Mexico</h3>
<p>Playa Paraiso, located in Tulum, offers pristine white sands and turquoise waters against the backdrop of ancient Mayan ruins. It's a perfect blend of history and natural beauty.</p>
</li>
<li>
<h3>Anse Source d'Argent, Seychelles</h3>
<p>Anse Source d'Argent is renowned for its unique granite boulders, shallow clear waters, and soft white sand. This beach is perfect for photography, snorkeling, and relaxation.</p>
</li>
<li>
<h3>Seven Mile Beach, Cayman Islands</h3>
<p>Stretching for seven miles, this beach offers soft coral sand, clear waters, and numerous activities such as snorkeling, paddleboarding, and enjoying beachside restaurants and bars.</p>
</li>
<li>
<h3>Bora Bora, French Polynesia</h3>
<p>Bora Bora is known for its stunning lagoon, overwater bungalows, and vibrant coral reefs. It's a perfect destination for honeymooners and those seeking luxury and tranquility.</p>
</li>
<li>
<h3>Lanikai Beach, Hawaii</h3>
<p>Lanikai Beach features powdery white sand and calm, clear waters, making it a favorite for swimming, kayaking, and enjoying the scenic views of the Mokulua Islands.</p>
</li>
<li>
<h3>Pink Sands Beach, Bahamas</h3>
<p>Pink Sands Beach is famous for its unique pink-hued sand, clear waters, and serene atmosphere. It's an idyllic spot for beachcombing, swimming, and relaxing in paradise.</p>
</li>
</ul>
</section>
</main>
</body>
</html>
这是任何想要直接参与的人的提交模板,但请在提交之前查看官方挑战页面上的所有评判标准和挑战规则。
如何参与
为了参与,您需要使用与每个提示相关的提交模板发布帖子。
提交之前,请查看我们的评判标准、规则、指南和常见问题解答页面,以便您了解我们的参与指南和官方竞赛规则等资格要求。
重要日期
- 5 月 29 日:前端挑战:六月版开始!
- 6 月 9 日:提交截止日期为太平洋夏令时间晚上 11:59
- 6 月 11 日:获奖者公布

我们非常期待看到您六月份的项目!如有疑问,欢迎在下方提问。
祝你好运,编码愉快!
文章来源:https://dev.to/devteam/join-us-for-the-next-frontend-challenge-june-edition-3ngl