27
27
.notebook-item {
28
28
margin-bottom : 2rem ;
29
29
padding : 1rem ;
30
- border : 1 px solid white;
30
+ border : 2 px solid white;
31
31
border-radius : 8px ;
32
32
transition : transform 0.2s ;
33
33
}
51
51
color : # 2F2D2E ;
52
52
text-decoration : none;
53
53
border-radius : 4px ;
54
- transition : background-color 0.2s ;
55
- border : 1px solid white;
54
+ transition : all 0.2s ;
55
+ border : 2px solid white;
56
+ font-weight : 600 ;
56
57
}
57
58
.notebook-link : hover {
58
59
background-color : # 5AA8E8 ;
59
- border : 1px solid white;
60
+ border : 2px solid white;
61
+ transform : translateY (-2px );
60
62
}
61
63
</ style >
62
64
</ head >
@@ -65,27 +67,27 @@ <h1>CodeCut Blog Examples</h1>
65
67
< ul class ="notebook-list ">
66
68
< li class ="notebook-item ">
67
69
< h2 class ="notebook-title "> narwhals</ h2 >
68
- < a href ="data_science_tools/narwhals.html " class ="notebook-link "> View Notebooks </ a >
70
+ < a href ="data_science_tools/narwhals.html " class ="notebook-link "> View the notebook </ a >
69
71
</ li >
70
72
< li class ="notebook-item ">
71
73
< h2 class ="notebook-title "> narwhals row ordering</ h2 >
72
- < a href ="data_science_tools/narwhals_row_ordering.html " class ="notebook-link "> View Notebooks </ a >
74
+ < a href ="data_science_tools/narwhals_row_ordering.html " class ="notebook-link "> View the notebook </ a >
73
75
</ li >
74
76
< li class ="notebook-item ">
75
77
< h2 class ="notebook-title "> pandas api on spark</ h2 >
76
- < a href ="data_science_tools/pandas_api_on_spark.html " class ="notebook-link "> View Notebooks </ a >
78
+ < a href ="data_science_tools/pandas_api_on_spark.html " class ="notebook-link "> View the notebook </ a >
77
79
</ li >
78
80
< li class ="notebook-item ">
79
81
< h2 class ="notebook-title "> polars vs pandas</ h2 >
80
- < a href ="data_science_tools/polars_vs_pandas.html " class ="notebook-link "> View Notebooks </ a >
82
+ < a href ="data_science_tools/polars_vs_pandas.html " class ="notebook-link "> View the notebook </ a >
81
83
</ li >
82
84
< li class ="notebook-item ">
83
85
< h2 class ="notebook-title "> pyspark parametrize</ h2 >
84
- < a href ="data_science_tools/pyspark_parametrize.html " class ="notebook-link "> View Notebooks </ a >
86
+ < a href ="data_science_tools/pyspark_parametrize.html " class ="notebook-link "> View the notebook </ a >
85
87
</ li >
86
88
< li class ="notebook-item ">
87
89
< h2 class ="notebook-title "> pydantic ai examples</ h2 >
88
- < a href ="llm/pydantic_ai_examples.html " class ="notebook-link "> View Notebooks </ a >
90
+ < a href ="llm/pydantic_ai_examples.html " class ="notebook-link "> View the notebook </ a >
89
91
</ li >
90
92
</ ul >
91
93
</ body >
0 commit comments