Skip to content

Commit

Permalink
更新简历
Browse files Browse the repository at this point in the history
  • Loading branch information
itLeeyw committed May 20, 2019
1 parent 4d503fa commit b6d0068
Show file tree
Hide file tree
Showing 203 changed files with 48,256 additions and 45 deletions.
2 changes: 1 addition & 1 deletion a.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ section.portfolio > nav > ol > li:first-child{
}
section.portfolio > nav > div.bar {
margin-top: 5px;
margin-bottom: 100px;
margin-bottom: 18px;
border: 1px solid red;
height: 5px;
background: white;
Expand Down
Binary file added img/Demo/nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Demo/nhwc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 50 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<title>Leeyw的小宇宙</title>
<link rel="stylesheet" href="./loading.css">
<link rel="stylesheet" href="./a.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.1.0/css/swiper.min.css">
<script src="//at.alicdn.com/t/font_1080733_bcqc5fqv31i.js"></script>

<style type="text/css">

.icon {
width: 1em; height: 1em;
vertical-align: -0.15em;
Expand Down Expand Up @@ -54,6 +57,7 @@
width: 80px; height: 80px;opacity: 0;
}
}

</style>
</head>
<body>
Expand Down Expand Up @@ -225,18 +229,55 @@ <h2>作品集</h2>
/*出现错误,修改几个位置,id名称,script中的引号,单词拼写错误*/
</script>
<div class="jobs">
<div class="big">
<img src="./img/1.jpg" alt="作品1">
</div>
<div class="small1">
<img src="./img/2.jpg" alt="作品2">
</div>
<div class="small2">
<img src="./img/3.jpg" alt="作品3">
</div>
<div class="swiper-container">
<style>
.swiper-container {
width: 940px;
height: 480px;
background-size:cover;
}
.swiper-slide{
background-size:cover;
}
</style>
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<img class="swiper-slide" src="./img/Demo/nav.png">
<img class="swiper-slide" src="./img/Demo/nhwc.png"> </div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>

<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>

</div>
</div>


</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.1.0/js/swiper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tween.js/17.3.0/Tween.min.js"></script>
<script>
var mySwiper = new Swiper ('.swiper-container', {
// Optional parameters
loop: true,

// If we need pagination
pagination: {
el: '.swiper-pagination',
},

// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},


})
</script>
<script>
setTimeout(function(){//页面缓冲
siteWelcome.classList.remove('action')
Expand Down
11 changes: 11 additions & 0 deletions node_modules/dom7/.editorconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions node_modules/dom7/.eslintrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions node_modules/dom7/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/dom7/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions node_modules/dom7/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6d0068

Please sign in to comment.