Skip to content

Commit 95a2d85

Browse files
authored
added hyperlink to h1
1 parent 6411807 commit 95a2d85

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

index.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
margin: auto;
2626
padding: 20px;
2727
position: absolute;
28-
/* opacity: 95%; */
2928
}
3029
#rain-container {
3130
position: relative;
@@ -36,7 +35,7 @@
3635
.book {
3736
position: absolute;
3837
bottom: 100%;
39-
font-size: 3rem;
38+
font-size: 2rem;
4039
animation: fall linear infinite;
4140
}
4241

@@ -53,8 +52,8 @@
5352
color: #333;
5453
border-radius: 10px;
5554
box-shadow: 0 5px 15px rgba(0,0,0,.3);
56-
opacity: 98%;
5755
margin-bottom: 30px;
56+
opacity: 0.98; /* Adjust this value to change transparency */
5857
}
5958
h1 {
6059
color: #556b2f;
@@ -77,15 +76,6 @@
7776
animation: fadeInScale 1.5s ease forwards;
7877
color: #daa520;
7978
}
80-
@keyframes spin {
81-
0% { transform: rotate(0deg); }
82-
100% { transform: rotate(360deg); }
83-
}
84-
85-
.spinning-book {
86-
display: inline-block;
87-
animation: spin 2s linear infinite;
88-
}
8979
.section-title {
9080
color: #41339c;
9181
}
@@ -119,7 +109,8 @@
119109
</script>
120110
<div class="container">
121111
<div class="notebook-cover">
122-
<h1><span style="color:#daa520;">✨ CML Polymath Notebooks ✨</span></h1>
112+
<!-- <h1><a href="https://github.com/cmlpolymath/Notebooks/tree/main" style="color:#daa520; text-decoration: none;">✨ CML Polymath Notebooks ✨</a></h1> -->
113+
<h1><span ><a href="https://github.com/cmlpolymath/Notebooks/tree/main" style="color:#daa520; text-decoration: none;">✨ CML Polymath Notebooks ✨</a></span></h1>
123114
<p>Welcome to this repository, which contains all the notebooks based on Data Science books I've read.
124115
The purpose of this repository is to show my journey through the field and, most importantly, <b>to share the knowledge.</b>
125116
</p>

0 commit comments

Comments
 (0)