一、medium(中文名:中度)
medium是一个面向作者的开放平台,作者可以在该平台上分享自己的文章和创作,也可以与其他作者互动和交流。medium的编辑团队精挑细选了各个领域的优秀作者和文章,为读者提供了一个高质量的内容聚合平台。
除了平台本身,medium还拥有一些派生产品,比如medium height。
二、medium height
medium height是medium的一个实验性产品,有着独特却很有趣的界面设计。
在medium height首页,你会看见一些文章以立体的方式呈现,当你不断向下滑动页面时,这些文章会顺着一条折线展开,就像一座山峦一样。同时,页面上还会显示出一些有趣的交互元素,比如悬浮在文章上方的彩虹字。
三、medium是什么意思
medium在英语中是中等、中庸的意思,medium.com这个域名则被认为是指中性、无偏见的观点平台。
四、medium官网下载
<a href="https://play.google.com/store/apps/details?id=com.medium.reader&hl=zh-cn" target="_blank" rel="noopener noreferrer"><strong style="color:#000;">中度(Android版)</strong></a>
<a href="https://itunes.apple.com/cn/app/zhong-du/id828256236?mt=8" target="_blank" rel="noopener noreferrer"><strong style="color:#000;">中度(iOS版)</strong></a>
五、medium衣服品牌
medium也是一家美国服装品牌。
六、medium网页版
在medium网页版,你可以按照主题来浏览文章、关注你感兴趣的作者、与其他用户互动和交流。
下面是一个假设的medium网页版首页HTML代码示例:
<!DOCTYPE html>
<html>
<head>
<title>Medium 首页</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Top Stories</a></li>
<li><a href="#">Subjects</a></li>
<li><a href="#">Publications</a></li>
<li><a href="#">Writers</a></li>
<li><a href="#">Sign in / Sign up</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Featured stories</h2>
<article>
<h4><a href="#">Why We Decided to Take a /htaccess</a></h4>
<p>We recently moved our blog to a new platform — /htaccess. Here's why we did it and what we learned.</p>
<small>By John Smith, 2 hours ago <a href="#">584 claps</a></small>
</article>
<article>
<h4><a href="#">The Magic of Watching /var/log/kern.log</a></h4>
<p>There's something special about watching the /var/log/kern.log file on a Linux system.</p>
<small>By Jane Doe, 1 day ago <a href="#">1.2k claps</a></small>
</article>
</section>
<section>
<h2>Subjects</h2>
<nav>
<ul>
<li><a href="#">Technology</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Science</a></li>
<li><a href="#">Culture</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Politics</a></li>
</ul>
</nav>
</section>
<section>
<h2>Top Writers</h2>
<ul>
<li><a href="#">John Smith</a></li>
<li><a href="#">Jane Doe</a></li>
<li><a href="#">Mike Johnson</a></li>
<li><a href="#">Kelly Brown</a></li>
<li><a href="#">Sam Green</a></li>
</ul>
</section>
</main>
<footer>
<p>Copyright © Medium </p>
</footer>
</body>
</html>