Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
momolly1024 committed Jul 2, 2020
1 parent f23a093 commit c9ab1ea
Show file tree
Hide file tree
Showing 20 changed files with 11,303 additions and 0 deletions.
Binary file added 123.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
* {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
font-family: 'Noto Serif TC', serif;

}
body,html{
width: 100%;
height: 100vh;
background-color: rgb(25, 29, 39);
color: white;
}
.container{
margin: 0 auto;
}
#github{

margin: 1rem ;
}
#email,#medium,#toresume{
margin: 1rem ;
}
#toresume{
line-height: 45px;
}

#toresume a{
color: white;

}




/* .row{
margin: 0 auto;
} */
.fa-envelope,.fa-github-alt,.fa-medium{
text-align: center;
font-size: 3rem;
color: white;
}
hr{
color: white;
border: white 1px solid;
}
.fa-link,#git{
color: black;
font-size: 1.2rem;
text-align: center;
margin-right: 1rem;
}
.card-title{
color: black;

}
#resume{
margin-top: 5rem;
}
#photo{
width: 200px;
height: 200px;
border-radius: 50%;
border: 1px white solid;
margin: 5rem auto;
}
#intro{
margin: 0 auto;
text-align: center;
}
#exp,#hobbit{
margin: 2rem auto;
text-align: center;
}
.card{
transition: 0.5s;
}
.card:hover{
transform: scale(1.1);
}

#img {
border-radius: 50%;
border: 1px white solid;
/* width: 200px;
height: 200px; */
max-width: 100%;
padding: 1rem;

}
.card-body p
{
color: black;
}
Binary file added img/WEB.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/card.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/cofe.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/color.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/dance.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/movie.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/photo.jpg
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/pomodoro.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/rain.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/shop.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/star.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/todo.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/video.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/wait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c9ab1ea

Please sign in to comment.