java news website

http://javacrawl.com/

 

https://dzone.com/java-jdk-development-tutorials-tools-news

 

https://www.infoworld.com/category/java/

 

https://www.javaworld.com/news/

 

https://www.c-sharpcorner.com/technologies/java-news

 

https://adtmag.com/Articles/List/Java.aspx?ajs_uid=5091J0471078C6Z&oly_enc_id=684&ajs_trait_oebid=9908A2470689B3I&Page=5

 

https://jakarta.ee/news/

 

https://javapipe.com/blog/page/2/

 

https://www.codejava.net/java-ee/servlet

 

https://blog.overops.com/

 

https://plumbr.io/blog

 

转载于:https://www.cnblogs.com/499755609cola/p/10613022.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Sure, here's a basic example of a Disney-style news website homepage: ```html <!DOCTYPE html> <html> <head> <title>Disney News</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"> <style> body { background-color: #f7e5df; font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #3f51b5; color: #fff; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 10px; } h1 { margin: 0; } nav { flex: 1; margin-left: 10px; } nav ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; } nav li { margin: 0 10px; } nav a { color: #fff; text-decoration: none; text-transform: uppercase; transition: color 0.2s ease-in-out; } nav a:hover { color: #ffd700; } main { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px; } article { background-color: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.3); flex-basis: calc(33.33% - 20px); margin-bottom: 20px; overflow: hidden; position: relative; transition: box-shadow 0.2s ease-in-out; } article:hover { box-shadow: 0 0 20px rgba(0,0,0,0.6); } article img { width: 100%; height: 200px; object-fit: cover; } article h2 { background-color: #ffd700; color: #000; font-size: 1.1rem; margin: 0; padding: 10px; position: absolute; bottom: 0; left: 0; right: 0; } article p { padding: 10px; margin: 0; } footer { background-color: #3f51b5; color: #fff; display: flex; justify-content: center; padding: 10px; } </style> </head> <body> <header> <h1>Disney News</h1> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">Movies</a></li> <li><a href="#">TV Shows</a></li> <li><a href="#">Theme Parks</a></li> <li><a href="#">Merchandise</a></li> </ul> </nav> </header> <main> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>Disney's Newest Movie</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>Behind the Scenes of Frozen 2</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>New Disney+ Original Series</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>Disney's Latest Theme Park Expansion</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>New Disney Princess Merchandise</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> <article> <img src="https://via.placeholder.com/400x200" alt="Article Image"> <h2>Upcoming Live-Action Disney Remakes</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer quis leo sapien. In et rhoncus justo. Curabitur pretium urna vel nisl lobortis, eu ullamcorper metus fringilla.</p> </article> </main> <footer> <p>© Disney News 2021</p> </footer> </body> </html> ``` This is just a starting point, and you can customize the design and content to fit your specific needs.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值