Skip to content

Commit deff28c

Browse files
committed
v0.4
1 parent 82aa568 commit deff28c

4 files changed

Lines changed: 29 additions & 18 deletions

File tree

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -542,15 +542,14 @@ input[type="search"]::-ms-clear {
542542
}
543543

544544
.footer_bar {
545-
font-family: var(--font-medium);
545+
font-family: var(--font-mono-medium);
546546
display: flex;
547547
flex-direction: row;
548548
justify-content: space-between;
549549
align-items: center;
550550
row-gap: 0.15rem;
551551
padding: var(--main-side-padding);
552-
color: var(--c1);
553-
font-size: 0.850rem;
552+
font-size: 0.750rem;
554553
}
555554

556555

@@ -564,13 +563,12 @@ input[type="search"]::-ms-clear {
564563
/* Contact */
565564

566565
.contact_container {
567-
display: flex;
566+
display: inline-flex;
568567
flex-direction: row-reverse;
569-
column-gap: 0.5rem;
568+
column-gap: 0.2rem;
570569
}
571570

572571
.contact_details {
573-
font-family: var(--font-medium);
574572
color: var(--c1);
575573
display: none;
576574
}
@@ -584,6 +582,7 @@ input[type="search"]::-ms-clear {
584582

585583
.show_contact {
586584
display: flex;
585+
color: var(--c3);
587586
}
588587

589588
/* License */
@@ -592,7 +591,8 @@ input[type="search"]::-ms-clear {
592591
font-family: var(--font-mono-medium);
593592
font-size: 0.750rem;
594593
text-align: center;
595-
padding: 1.5rem;
594+
padding-top: 0.5rem;
595+
padding-bottom: 1.5rem;
596596
line-height: 1.3;
597597
}
598598

@@ -601,8 +601,11 @@ input[type="search"]::-ms-clear {
601601
color: var(--c3);
602602
}
603603

604-
/* End */
604+
#license a:hover {
605+
text-decoration: underline;
606+
}
605607

608+
/* End */
606609

607610
.languages {
608611
display: grid;
@@ -623,13 +626,17 @@ input[type="search"]::-ms-clear {
623626
box-shadow: inset 0 0 0 1px var(--c4);
624627
}
625628

629+
.language_wrapper {
630+
display: flex;
631+
align-items: center;
632+
}
626633

627-
.language:hover .terminal_dollar {
634+
.language:hover .language_icon {
628635
color: var(--c7);
629636
}
630637

631-
.terminal_dollar {
632-
padding-right: 0.5rem;
638+
.language_icon {
639+
margin-right: 0.5rem;
633640
color: var(--c4);
634641
}
635642

@@ -796,6 +803,7 @@ pre.shiki .line:before {
796803
text-align: right;
797804
margin-right: 1em;
798805
width: 4ch;
806+
opacity: 0.4;
799807
}
800808

801809
pre.shiki .line {

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
4444
<link rel="icon" href="assets/images/favicon.ico" />
4545

46-
<link href="assets/css/main-03101554.css" type="text/css" rel="stylesheet" />
46+
<link href="assets/css/main-03102340.css" type="text/css" rel="stylesheet" />
4747
<!-- Google tag (gtag.js) -->
4848
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XZWG77C7G4"></script>
4949
<script>
@@ -93,7 +93,12 @@ <h1>Simplified Learning<br>Through Comprehensive Code_</h1>
9393
<!-- start_loop -->
9494
<a class="language_card" href="ref_link">
9595
<div class="language">
96-
<span><span class="terminal_dollar">$</span>ref_title</span>
96+
<span class="language_wrapper"><svg class="language_icon" viewBox="0 0 24 24" width="15" height="15" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
97+
<line x1="4" y1="9" x2="20" y2="9"></line>
98+
<line x1="4" y1="15" x2="20" y2="15"></line>
99+
<line x1="10" y1="3" x2="8" y2="21"></line>
100+
<line x1="16" y1="3" x2="14" y2="21"></line>
101+
</svg>ref_title</span>
97102
<!-- new_tag -->
98103
</div>
99104
</a>

website/footer.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
<div class="main_container">
33
<nav class="footer_bar">
44
<div>
5-
© ReferenceCollection.
5+
© ReferenceCollection.com
66
</div>
77
<div>
88
<div class="contact_container">
99
<a id="contact">Contact</a>
10-
<div class="contact_details">
11-
disclosedcode@gmail.com
12-
</div>
10+
<span class="contact_details">disclosedcode@gmail.com</span>
1311
</div>
1412
</div>
1513
</nav>

website/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<link rel="shortcut icon" href="../assets/images/favicon.ico" type="image/x-icon">
3535
<link rel="icon" href="../assets/images/favicon.ico" />
3636

37-
<link href="../assets/css/main-03101554.css" type="text/css" rel="stylesheet" />
37+
<link href="../assets/css/main-03102340.css" type="text/css" rel="stylesheet" />
3838
<!-- Google tag (gtag.js) -->
3939
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XZWG77C7G4"></script>
4040
<script>

0 commit comments

Comments
 (0)