Spaces:
Running
Running
Update index.html
Browse files- index.html +21 -21
index.html
CHANGED
|
@@ -66,6 +66,14 @@
|
|
| 66 |
color: #1f2937;
|
| 67 |
margin-bottom: 20px;
|
| 68 |
font-weight: 700;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
.tech-stack-section .description {
|
| 71 |
text-align: center;
|
|
@@ -144,24 +152,6 @@
|
|
| 144 |
color: #6b7280;
|
| 145 |
line-height: 1.5;
|
| 146 |
}
|
| 147 |
-
.tech-card.pytorch .tech-icon img {
|
| 148 |
-
filter: hue-rotate(0deg);
|
| 149 |
-
}
|
| 150 |
-
.tech-card.tensorflow .tech-icon img {
|
| 151 |
-
filter: hue-rotate(0deg);
|
| 152 |
-
}
|
| 153 |
-
.tech-card.numpy .tech-icon img {
|
| 154 |
-
filter: hue-rotate(0deg);
|
| 155 |
-
}
|
| 156 |
-
.tech-card.pandas .tech-icon img {
|
| 157 |
-
filter: hue-rotate(0deg);
|
| 158 |
-
}
|
| 159 |
-
.tech-card.jax .tech-icon img {
|
| 160 |
-
filter: hue-rotate(0deg);
|
| 161 |
-
}
|
| 162 |
-
.tech-card.cuda .tech-icon img {
|
| 163 |
-
filter: hue-rotate(0deg);
|
| 164 |
-
}
|
| 165 |
.stats-section {
|
| 166 |
display: grid;
|
| 167 |
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
@@ -254,6 +244,13 @@
|
|
| 254 |
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
| 255 |
gap: 20px;
|
| 256 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
}
|
| 258 |
</style>
|
| 259 |
</head>
|
|
@@ -262,13 +259,16 @@
|
|
| 262 |
<div class="header">
|
| 263 |
<h1 class="floating">💻 Coding Club - RVCE</h1>
|
| 264 |
<div class="divider"></div>
|
| 265 |
-
<p class="subtitle">
|
| 266 |
</div>
|
| 267 |
|
| 268 |
<div class="tech-stack-section">
|
| 269 |
-
<h2
|
|
|
|
|
|
|
|
|
|
| 270 |
<p class="description">
|
| 271 |
-
Hover
|
| 272 |
</p>
|
| 273 |
|
| 274 |
<div class="tech-grid" id="techGrid">
|
|
|
|
| 66 |
color: #1f2937;
|
| 67 |
margin-bottom: 20px;
|
| 68 |
font-weight: 700;
|
| 69 |
+
display: flex;
|
| 70 |
+
align-items: center;
|
| 71 |
+
justify-content: center;
|
| 72 |
+
gap: 15px;
|
| 73 |
+
}
|
| 74 |
+
.tech-stack-section h2 img {
|
| 75 |
+
width: 60px;
|
| 76 |
+
height: 60px;
|
| 77 |
}
|
| 78 |
.tech-stack-section .description {
|
| 79 |
text-align: center;
|
|
|
|
| 152 |
color: #6b7280;
|
| 153 |
line-height: 1.5;
|
| 154 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
.stats-section {
|
| 156 |
display: grid;
|
| 157 |
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
|
|
| 244 |
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
| 245 |
gap: 20px;
|
| 246 |
}
|
| 247 |
+
.tech-stack-section h2 {
|
| 248 |
+
font-size: 2rem;
|
| 249 |
+
}
|
| 250 |
+
.tech-stack-section h2 img {
|
| 251 |
+
width: 45px;
|
| 252 |
+
height: 45px;
|
| 253 |
+
}
|
| 254 |
}
|
| 255 |
</style>
|
| 256 |
</head>
|
|
|
|
| 259 |
<div class="header">
|
| 260 |
<h1 class="floating">💻 Coding Club - RVCE</h1>
|
| 261 |
<div class="divider"></div>
|
| 262 |
+
<p class="subtitle">Where Ideas Become Reality</p>
|
| 263 |
</div>
|
| 264 |
|
| 265 |
<div class="tech-stack-section">
|
| 266 |
+
<h2>
|
| 267 |
+
<img src="logo.jpeg" alt="Coding Club Logo">
|
| 268 |
+
Our Tech Stack
|
| 269 |
+
</h2>
|
| 270 |
<p class="description">
|
| 271 |
+
Hover and explore! We use powerful frameworks and tools to build next-gen AI and ML solutions.
|
| 272 |
</p>
|
| 273 |
|
| 274 |
<div class="tech-grid" id="techGrid">
|