Skip to content

project0-itiandong created by GitHub Classroom

Notifications You must be signed in to change notification settings

itiandong/project0-itiandong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Website

Gitee Pages

Structure

styles\style.scss

定义了全站的 CSS 样式,用到 sass,使用了变量继承

js\MyJS.js

用来实现:

  • 点 header 返回主页。
  • 座右铭的点击切换。
  • tag 点击展开。

index.html

1557557358388

  • 主页,包含了4个部分。

  • 各个部分可点击,鼠标 hover 的时候有样式改变。

  • 每个部分点击后会展开,展开的子元素使用到了bootstrap组件、表格、列表或者图片。

  • 展开后会有view more链接指向相应子页面。

  • 名言点击后会切换下一条。

  • 分为手机版和电脑版,对应做了显示优化:如电脑版名言 hover 后会有抖动特效,手机上不存在 hover 的概念,就改为下划线暗示可以点击。

  • 另外,任何页面上点击最大的标题可以返回主页。

photo.html

1557557589752

  • 展示每张图片和图片注释。
  • Back可以返回主页。

blogs.html

1557557709815

friends.html

基本与photo.html相同

Self Check

  • Your website must contain at least four different .html pages, and it should be possible to get from any page on your website to any other page by following one or more hyperlinks.
  • Your website must include at least one list (ordered or unordered), at least one table, and at least one image.
  • Your website must have at least one stylesheet file.
  • Your stylesheet(s) must use at least five different CSS properties, and at least five different types of CSS selectors. You must use the #id selector at least once, and the .class selector at least once.
  • Your stylesheet(s) must include at least one mobile-responsive @media query, such that something about the styling changes for smaller screens.
  • You must use Bootstrap 4 on your website, taking advantage of at least one Bootstrap component, and using at least two Bootstrap columns for layout purposes using Bootstrap’s grid model.
  • Your stylesheets must use at least one SCSS variable, at least one example of SCSS nesting, and at least one use of SCSS inheritance.
  • In README.md , include a short writeup describing your project, what’s contained in each file, and (optionally) any other additional information the staff should know about your project.

About

project0-itiandong created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published