Skip to content

Commit

Permalink
Add alphaXiv ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
wwang721 committed Dec 14, 2024
1 parent 482d238 commit b79eecd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions 3about.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ viewBox="0 0 32 32"
</svg>
<a href="https://www.researchgate.net/profile/Wei-Wang-436" target="_blank"> <font color="gray" size="3"><u>ResearchGate</u></font></a>
</p>
<p style="margin: 10px 0px 0px 4px">
<img style="float:left; margin:3px 12px 0px 10px; width: 20px" src='/images/alphaXiv.ico' alt="α"/>
<a href="https://wwang.alphaxiv.io/" target="_blank"> <font color="gray" size="3"><u>alphaXiv</u></font></a>
</p>
<p style="margin: 18px 0px 36px 25px">
<a href="/docs/CV_WWang.pdf" target="_blank"><font color="gray" size="3"><u><b>Curriculum Vitae</b></u></font></a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions _sass/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ $on-laptop: 54em !default;
// Use media queries like this:
// @include media-query($on-palm) {
// .wrapper {
// padding-right: $spacing-unit / 2;
// padding-left: $spacing-unit / 2;
// padding-right: calc($spacing-unit / 2);
// padding-left: calc($spacing-unit / 2);
// }
// }
@mixin media-query($device) {
Expand Down
4 changes: 2 additions & 2 deletions _sass/blog/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@include media-query($on-laptop) {
max-width: -webkit-calc(#{$navbar-width} - (#{$spacing-unit}));
max-width: calc(#{$navbar-width} - (#{$spacing-unit}));
padding-right: $spacing-unit / 2;
padding-left: $spacing-unit / 2;
padding-right: calc($spacing-unit / 2);
padding-left: calc($spacing-unit / 2);
}
}

Expand Down
2 changes: 1 addition & 1 deletion _sass/blog/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@include media-query($on-palm) {
position: absolute;
top: 9px;
right: $spacing-unit / 2;
right: calc($spacing-unit / 2);
background-color: $background-color;
border: 1px solid $grey-color-light;
border-radius: 5px;
Expand Down
4 changes: 4 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ <h2 class="project-tagline">&ensp;</h2>
</svg>
<a href="https://www.researchgate.net/profile/Wei-Wang-436" target="_blank"> <font color="gray" size="3"><u>ResearchGate</u></font></a>
</p>
<p style="margin: 10px 0px 0px 4px">
<img style="float:left; margin:3px 12px 0px 10px; width: 20px" src="/images/alphaXiv.ico" alt="α" />
<a href="https://wwang.alphaxiv.io/" target="_blank"> <font color="gray" size="3"><u>alphaXiv</u></font></a>
</p>
<p style="margin: 18px 0px 36px 25px">
<a href="/docs/CV_WWang.pdf" target="_blank"><font color="gray" size="3"><u><b>Curriculum Vitae</b></u></font></a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $navbar-width: 1280px;
@include media-query($on-laptop) {
max-width: -webkit-calc(#{$navbar-width} - (#{$spacing-unit}));
max-width: calc(#{$navbar-width} - (#{$spacing-unit}));
padding-right: $spacing-unit / 2;
padding-left: $spacing-unit / 2;
padding-right: calc($spacing-unit / 2);
padding-left: calc($spacing-unit / 2);
}
}

Expand All @@ -39,7 +39,7 @@ $navbar-width: 1280px;
@include media-query($on-laptop) {
max-width: -webkit-calc(#{$navbar-width} - (#{$spacing-unit}));
max-width: calc(#{$navbar-width} - (#{$spacing-unit}));
padding-right: $spacing-unit / 2;
padding-left: $spacing-unit / 2;
padding-right: calc($spacing-unit / 2);
padding-left: calc($spacing-unit / 2);
}
}
Binary file added images/alphaXiv.ico
Binary file not shown.

0 comments on commit b79eecd

Please sign in to comment.