|
147 | 147 | </button> |
148 | 148 | <div class="collapse navbar-collapse" id="navbarNav"> |
149 | 149 | <ul class="navbar-nav ms-auto"> |
150 | | - <li class="nav-item"><a class="nav-link" href="#mission">About</a></li> |
| 150 | + <li class="nav-item"><a class="nav-link" href="#about">About</a></li> |
151 | 151 | <li class="nav-item"><a class="nav-link" href="#upcoming-events">Upcoming Events</a></li> |
152 | 152 | <li class="nav-item"><a class="nav-link" href="#past-events">Past Events</a></li> |
153 | 153 | <li class="nav-item"><a class="nav-link" href="#resources">Resources</a></li> |
@@ -218,74 +218,6 @@ <h5 class="fw-bold mb-3">Collaboration & Innovation</h5> |
218 | 218 | </div> |
219 | 219 | </section> |
220 | 220 |
|
221 | | - <!-- What We Do Section --> |
222 | | - <section id="whatwedo" class="py-5"> |
223 | | - <div class="container py-3"> |
224 | | - <h1 class="section-title fw-bold text-center text-primary">What We Do</h1> |
225 | | - <p class="text-secondary fs-5 text-center mb-5"> |
226 | | - We organize monthly meetups, hands-on workshops, and collaborative projects to help Python developers of all levels connect, learn, and grow together in the Spokane area. |
227 | | - </p> |
228 | | - <div class="row"> |
229 | | - <div class="col-md-6 mb-4"> |
230 | | - <div class="card h-100 border-0 shadow-sm"> |
231 | | - <div class="card-body"> |
232 | | - <div class="d-flex align-items-center mb-3"> |
233 | | - <div class="rounded-circle d-flex justify-content-center align-items-center me-3" |
234 | | - style="width:50px; height:50px; background-color: var(--bs-info-bg-subtle);"> |
235 | | - <i class="fa-solid fa-microphone" style="color: var(--bs-info-text); font-size: 1.5rem;"></i> |
236 | | - </div> |
237 | | - <h5 class="fw-bold mb-0">Monthly Meetups</h5> |
238 | | - </div> |
239 | | - <p class="text-secondary">Regular presentations on Python topics, from beginner-friendly introductions to advanced techniques and emerging technologies.</p> |
240 | | - </div> |
241 | | - </div> |
242 | | - </div> |
243 | | - <div class="col-md-6 mb-4"> |
244 | | - <div class="card h-100 border-0 shadow-sm"> |
245 | | - <div class="card-body"> |
246 | | - <div class="d-flex align-items-center mb-3"> |
247 | | - <div class="rounded-circle d-flex justify-content-center align-items-center me-3" |
248 | | - style="width:50px; height:50px; background-color: var(--bs-success-bg-subtle);"> |
249 | | - <i class="fa-solid fa-laptop-code" style="color: var(--bs-success-text); font-size: 1.5rem;"></i> |
250 | | - </div> |
251 | | - <h5 class="fw-bold mb-0">Hands-on Workshops</h5> |
252 | | - </div> |
253 | | - <p class="text-secondary">Interactive coding sessions where participants can learn by doing, with guidance from experienced developers.</p> |
254 | | - </div> |
255 | | - </div> |
256 | | - </div> |
257 | | - <div class="col-md-6 mb-4"> |
258 | | - <div class="card h-100 border-0 shadow-sm"> |
259 | | - <div class="card-body"> |
260 | | - <div class="d-flex align-items-center mb-3"> |
261 | | - <div class="rounded-circle d-flex justify-content-center align-items-center me-3" |
262 | | - style="width:50px; height:50px; background-color: var(--bs-warning-bg-subtle);"> |
263 | | - <i class="fa-solid fa-network-wired" style="color: var(--bs-warning-text); font-size: 1.5rem;"></i> |
264 | | - </div> |
265 | | - <h5 class="fw-bold mb-0">Networking</h5> |
266 | | - </div> |
267 | | - <p class="text-secondary">Opportunities to connect with local developers, share experiences, and build professional relationships in the tech community.</p> |
268 | | - </div> |
269 | | - </div> |
270 | | - </div> |
271 | | - <div class="col-md-6 mb-4"> |
272 | | - <div class="card h-100 border-0 shadow-sm"> |
273 | | - <div class="card-body"> |
274 | | - <div class="d-flex align-items-center mb-3"> |
275 | | - <div class="rounded-circle d-flex justify-content-center align-items-center me-3" |
276 | | - style="width:50px; height:50px; background-color: var(--bs-danger-bg-subtle);"> |
277 | | - <i class="fa-solid fa-project-diagram" style="color: var(--bs-danger-text); font-size: 1.5rem;"></i> |
278 | | - </div> |
279 | | - <h5 class="fw-bold mb-0">Project Collaboration</h5> |
280 | | - </div> |
281 | | - <p class="text-secondary">Support for open source projects and community initiatives that benefit both our local area and the broader Python ecosystem.</p> |
282 | | - </div> |
283 | | - </div> |
284 | | - </div> |
285 | | - </div> |
286 | | - </div> |
287 | | - </section> |
288 | | - |
289 | 221 | <!-- Upcoming Events Section --> |
290 | 222 | <section id="upcoming-events" class="py-5 bg-light"> |
291 | 223 | <div class="container my-3"> |
|
0 commit comments