Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzy0708 committed Dec 25, 2023
1 parent b2f7955 commit d83e314
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ linkedin: https://www.linkedin.com/
twitter: https://twitter.com/

# Images
avatar: ./assets/img/avatar.jpeg
avatar: ./assets/img/avatar1.jpg
favicon: ./assets/img/logo_yuan.svg
favicon_dark: ./assets/img/logo_yuan.svg

Expand Down
4 changes: 2 additions & 2 deletions _sass/minimal-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ papertitle { font-weight: 600; font-size: 100%; }

.image:before { -moz-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; border-radius: 0.35em; content: ''; display: block; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; }

.image.avatar { border-radius: 20%; }
.image.avatar { border-radius: 30%; }

.image.avatar:before { display: none; }

.image.avatar img { border-radius: 25%; width: 50%; padding: 10px; }
.image.avatar img { border-radius: 25%; width: 80%; padding: 10px; }

#header .image.avatar { margin: 0 0 1em 0; width: 6.00em; }

Expand Down
4 changes: 2 additions & 2 deletions _site/assets/css/style.css

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

Binary file added _site/assets/img/avatar1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _site/assets/img/pics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{"@context":"https://schema.org","@type":"WebPage","description":"Zeyi Liu is currenetly a Ph.D. Candidate with the Department of Automation, Tsinghua University.","headline":"pics","url":"http://localhost:4000/assets/img/pics/"}</script>
<!-- End Jekyll SEO tag -->

<link rel="stylesheet" href="/assets/css/style.css?v=29113d2de8e322861e2d744493303fb5bf8ace47">
<link rel="stylesheet" href="/assets/css/style.css?v=b2f7955e783e8b178a8ec783915dc70f025ffb5e">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->

<!-- Setup Google Analytics -->
Expand Down
6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<meta property="og:site_name" content="Zeyi Liu | Tsinghua University">
<meta property="og:description" content="Zeyi Liu is currenetly a Ph.D. Candidate with the Department of Automation, Tsinghua University.">
<meta property="og:locale" content="default">
<meta property="og:image" content="./assets/img/avatar.jpeg">
<meta property="og:image" content="./assets/img/avatar1.jpg">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Zeyi Liu | Tsinghua University">
<meta name="twitter:description" content="Zeyi Liu is currenetly a Ph.D. Candidate with the Department of Automation, Tsinghua University.">
<meta name="twitter:image" content="./assets/img/avatar.jpeg">
<meta name="twitter:image" content="./assets/img/avatar1.jpg">

<link rel="canonical" href="https://liuzy0708.com"/>
<link rel="icon" media="(prefers-color-scheme:dark)" href="./assets/img/logo_yuan.svg" type="image/png" />
Expand Down Expand Up @@ -137,7 +137,7 @@
<header>


<a class="image avatar"><img src="./assets/img/avatar.jpeg" alt="avatar" /></a>
<a class="image avatar"><img src="./assets/img/avatar1.jpg" alt="avatar" /></a>


<h1>Zeyi Liu</h1>
Expand Down
Binary file modified assets/img/.DS_Store
Binary file not shown.
Binary file added assets/img/avatar1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d83e314

Please sign in to comment.