Skip to content

Commit 9abd49c

Browse files
committed
Add first open source project
1 parent 8ddeca0 commit 9abd49c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

assets/css/style.css

+25
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ body {
7474
color: #000;
7575
}
7676

77+
.dark-mode .frame a {
78+
color: #000;
79+
}
80+
81+
.dark-mode .frame a:hover {
82+
color: #8A0000;
83+
text-decoration: underline;
84+
transition: color 0.2s ease;
85+
}
86+
7787
header {
7888
font-family: Nunito, Arial, sans-serif;
7989
top: 0;
@@ -517,6 +527,21 @@ h2 {
517527
padding: 20px;
518528
}
519529

530+
.frame a {
531+
font-size: 24px;
532+
font-weight: bold;
533+
color: #fff;
534+
margin: 0;
535+
padding: 20px;
536+
z-index: 5;
537+
}
538+
539+
.frame a:hover {
540+
color: #00FFFF;
541+
text-decoration: underline;
542+
transition: color 0.2s ease;
543+
}
544+
520545
@media screen and (min-width: 450px) and (max-width: 820px) {
521546

522547
.frame {

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Skills</h2>
7373
<h2>Projects</h2>
7474
<div class="projects">
7575
<div class="frame">
76-
<p>Coming Soon</p>
76+
<a href="https://github.com/ralphkb/sentinel-tickets" target="_blank">Sentinel Tickets</a>
7777
</div>
7878
<div class="frame">
7979
<p>Coming Soon</p>

0 commit comments

Comments
 (0)