基本构建

HTML:

<!--网格系统-->
<div class="container"><!--超大屏幕--><div class="jumbotron"><!--定义行--><div class="row"><!--一行12列, 全布局, 这里选择xs(小型设备平板电脑≥768px)--><div class="col-xs-12"><!--标题居中显示,em标签代表斜体--><h1 class="text-center">Dr. Norman Borlaug</h1><h2 class="text-center"><em>The man who saved a billion lives</em></h2><!--缩略图thumbnail--><div class="thumbnail"><img src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg"><!--缩略图标签caption--><div class="caption text-center"><p>Dr. Norman Borlaug, third from left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger.</p></div></div><!--网格布局--><div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2"><h3>Here's a time line of Dr. Borlaug's life:</h3><!--无序列表--><ul><li><strong>1914</strong> - Born in Cresco, Iowa</li><li><strong>1933</strong> - Leaves his family's farm to attend the University of Minnesota, thanks to a Depression era program known as the "National Youth Administration"</li><li><strong>1935</strong> - Has to stop school and save up more money. Works in the Civilian Conservation Corps, helping starving Americans. "I saw how food changed them", he said. "All of this left scars on me."</li><li><strong>1937</strong> - Finishes university and takes a job in the US Forestry Service</li>        <li><strong>1938</strong> - Marries wife of 69 years Margret Gibson. Gets laid off due to budget cuts. Inspired by Elvin Charles Stakman, he returns to school study under Stakman, who teaches him about breeding pest-resistent plants.</li>        <li><strong>1941</strong> - Tries to enroll in the military after the Pearl Harbor attack, but is rejected. Instead, the military asked his lab to work on waterproof glue, DDT to control malaria, disenfectants, and other applied science.</li>      <li><strong>1942</strong> - Receives a Ph.D. in Genetics and Plant Pathology</li>        <li><strong>1944</strong> - Rejects a 100% salary increase from Dupont, leaves behind his pregnant wife, and flies to Mexico to head a new plant pathology program. Over the next 16 years, his team breeds 6,000 different strains of disease resistent wheat - including different varieties for each major climate on Earth.</li><li><strong>1945</strong> - Discovers a way to grown wheat twice each season, doubling wheat yields</li>    <li><strong>1953</strong> - crosses a short, sturdy dwarf breed of wheat with a high-yeidling American breed, creating a strain that responds well to fertalizer. It goes on to provide 95% of Mexico's wheat.</li>        <li><strong>1962</strong> - Visits Delhi and brings his high-yielding strains of wheat to the Indian subcontinent in time to help mitigate mass starvation due to a rapidly expanding population</li>        <li><strong>1970</strong> - receives the Nobel Peace Prize</li><li><strong>1983</strong> - helps seven African countries dramatically increase their maize and sorghum yields</li><li><strong>1984</strong> - becomes a distinguished professor at Texas A&M University</li><li><strong>2005</strong> - states "we will have to double the world food supply by 2050." Argues that genetically modified crops are the only way we can meet the demand, as we run out of arable land. Says that GM crops  are not inherently dangerous because "we've been genetically modifying plants and animals for a long time. Long before we called it science, people were selecting the best breeds."</li><li><strong>2009</strong> - dies at the age of 95.</li>      </ul><!--引用--><blockquote><p>"Borlaug's life and achievement are testimony to the far-reaching contribution that one man's towering intellect, persistence and scientific vision can make to human peace and progress."</p><small><cite>—— Indian Prime Minister Manmohan Singh</cite></small></blockquote><h3>If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Norman_Borlaug" target="_blank">Wikipedia entry.</a></h3></div></div></div> </div><!--文档页脚--><footer class="text-center"></footer>
</div>

CSS:

body {margin-top: 40px;
}

效果:

Build a Tribute Page By Me

【FCC】Build a Tribute Page(html+css+bootstrap)相关推荐

  1. 【Interpreter】构建简单的解释器(第1部分)

    文章目录 [Interpreter]构建简单的解释器(第1部分) [Interpreter]构建简单的解释器(第1部分) 简单翻译了下,方便查看,水平有限,喜欢的朋友去看 原文! "If y ...

  2. 【BZOJ3512】DZY Loves Math IV(杜教筛)

    [BZOJ3512]DZY Loves Math IV(杜教筛) https://www.cnblogs.com/cjyyb/p/10165338.html

  3. 【Mac】MAC 终端美化教程(来个全套)

    [Mac]MAC 终端美化教程(来个全套) 废话不多,上才艺(最终效果图) 帅不帅!!! 你说帅 按照此教程咔咔一顿操作后,你将获得以下装逼成就: 1.清晰好看的文字提示格式 2.带有自己最靓照骗的背 ...

  4. 【算法】美团之大富翁问题(C++源码)

    [算法]美团之大富翁问题(C++源码) 一.问题描述 二.输入描述 三.输出描述 四.步骤描述 五.运行结果截图 六.源代码(C++) 一.问题描述 玩家根据骰子的点数决定走的步数,即骰子点数为1时可 ...

  5. 【MATLAB】解一元一次(一元二次)方程

    @[MATLAB]解一元一次(一元二次)方程 [MATLAB]解一元一次(一元二次)方程(solve.roots) 自己用matlab解小学方程,发现自己理解写出来的代码不对,百度的一下方法也不行,拿 ...

  6. 【转载】国外软件外包项目网站(适用软件兼职)

    [转载]国外软件外包项目网站(适用软件兼职) 友情提示:网上兼职有风险,请大家谨慎,小心骗子,多用各个国外项目网站的中介功能(escrow payment) http://www.getafreela ...

  7. 【机器学习】集成学习—Boosting—GBM(Gradient Boosting Machine)解析

    [机器学习]集成学习-Boosting-GBM(Gradient Boosting Machine)解析 文章目录 [机器学习]集成学习-Boosting-GBM(Gradient Boosting ...

  8. 【MySQL】对JSON数据操作(全网最全)

    [MySQL]对JSON数据操作(全网最全) 总所周知,mysql5.7以上提供了一种新的字段格式-json,大概是mysql想把非关系型和关系型数据库一口通吃,所以推出了这种非常好用的格式,这样,我 ...

  9. 【C#】MySQL数据库数据导入(批量Excel插入)

    系列文章 [C#]代码模板生成工具 本文链接:https://blog.csdn.net/youcheng_ge/article/details/126890673 [C#]MySQL数据库导入工具( ...

最新文章

  1. Codeforces 1201
  2. Dijkstra 算法——计算有权最短路径(边有权值)
  3. 自动改变文字大小和颜色的javascript效果
  4. Ceph FINDING AN OBJECT LOCATION
  5. exe软件打包工具哪个好_小视频制作软件哪个好?推荐五款超赞小视频制作工具...
  6. win11检测不到第二屏幕怎么办 windows11检测不到第二屏幕的解决方法
  7. 2018-12-28
  8. 生产者-消费者模型之集合ArrayBlockingQueue源码解读
  9. rmt_redis.c:6446 ERROR: Can't handle RDB format version redis-migrate-tool迁移工具报错
  10. PHP accesstoken失效,微信开发-ACCESS TOKEN 过期失效解决方案
  11. linux cups打印中文,Linux使用cups进行打印
  12. OHS 12C中导入第三方SSL证书
  13. 机器学习 卷积神经网络 Convolutional Neural Network(CNN)
  14. 如何调整word分栏后,左右不平齐的现象
  15. android课程表
  16. mvp中的m作用_将M放入MVP
  17. ubuntu19.04 设置中文环境
  18. 稳压二极管、肖特基二极管、ESD静电保护二极管、TVS瞬态抑制保护管
  19. 【C语言】合并两个数组,降序排列并删除重复元素(通俗易懂)
  20. fcpx教程从入门到精通「1」初步认识Final Cut Pro

热门文章

  1. SAP上云——助力制造业数字化转型
  2. DXC帮助全球企业和公共领域客户拥抱变革
  3. 两数之差的补码等于被减数的补码与减数相反数的补码。_二进制的原码、反码、补码...
  4. 手把手搭建个人博客(图文教程)
  5. 总结和感慨人生两年(19.10-21.5)
  6. python qt gui与数据可视化编程 kindle_Kindle Python教程 电子书 – Python数据可视化编程实战 PDF...
  7. 西湖论剑2022-misc-wp
  8. 威马汽车任命前高盛高管为首席战略官 新一轮融资将超30亿
  9. Hi,这有一份风控体系建设干货
  10. Arch Linux 添加 BlackArch 镜像源