-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from jerrylovescheese/jerrysbranch
Updated Aug 13 2024
- Loading branch information
Showing
2 changed files
with
27 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,18 @@ | |
} | ||
} | ||
|
||
@media (max-width: 768px) { | ||
.pages-container>#dev-cal-2 { | ||
margin: 0 !important; | ||
margin-bottom: 10px !important; | ||
} | ||
|
||
#dev-cal-2>b { | ||
display: block; | ||
margin-bottom: 5px; | ||
} | ||
} | ||
|
||
@media (prefers-color-scheme: dark) { | ||
#my-favorite-things { | ||
border-top: solid 1px rgb(255, 255, 255) !important; | ||
|
@@ -85,7 +97,7 @@ | |
margin: 0 auto; | ||
border-top: solid 1px black; | ||
border-bottom: solid 1px black; | ||
font-size: 18px; | ||
font-size: 15px; | ||
font-family: 'Inter', 'Source Han Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
} | ||
|
||
|
@@ -130,20 +142,20 @@ | |
<div class="pages-container" id="alu-stu-namecard"> | ||
<p id="dev-cal-2"><span id="alu-stu-name">Jiangyuan Li (Jerry Cyan)</span></p> | ||
<p id="dev-cal-2">un garçon, 18</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-briefcase"></i> <b>Job</b> Full-time student</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-building-columns"></i> <b>Previously at</b> The Second | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-briefcase"></i> Job </b>Full-time student</p> | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-building-columns"></i> Previously at </b>The Second | ||
High School attached to Beijing Normal University</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-building-columns"></i> <b>Currently at</b> University of | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-building-columns"></i> Currently at </b>University of | ||
Virginia</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-envelope"></i> <b>Mailto</b> <a | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-envelope"></i> Mailto </b><a | ||
href="mailto:[email protected]">[email protected]</a></p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-language"></i> <b>Available in</b> Simplified Chinese | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-language"></i> Available in </b>Simplified Chinese | ||
简体中文, English (US)</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-terminal"></i> <b>Works | ||
with</b> <i class="fa-brands fa-python"></i> Python, <i | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-terminal"></i> Works | ||
with </b><i class="fa-brands fa-python"></i> Python, <i | ||
class="fa-brands fa-java"></i> Java, <i class="fa-brands fa-html5"></i> HTML, <i | ||
class="fa-brands fa-css3"></i> CSS</p> | ||
<p id="dev-cal-2"><i class="fa-solid fa-book-open-reader"></i> <b>Learning</b> French</p> | ||
<p id="dev-cal-2"><b><i class="fa-solid fa-book-open-reader"></i> Learning </b>French</p> | ||
</div> | ||
<p id="dev-cal-2" class="subtitle"><span id="subtitle-2">为什么2024年了,我还要一行一行的写静态网页</span></p> | ||
<p id="dev-cal-2"> | ||
|