Skip to content

Commit d9ccedc

Browse files
committed
fix: readme maintainers fix formatting
Signed-off-by: RAWx18 <[email protected]>
1 parent 2ea8398 commit d9ccedc

File tree

1 file changed

+53
-108
lines changed

1 file changed

+53
-108
lines changed

README.md

Lines changed: 53 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -230,117 +230,62 @@ Mesh & Meshy are excited to see what amazing contributions you'll bring to the G
230230
231231
## </> Our Maintainers
232232
233-
<style>
234-
/* Optional: Center the entire table content */
235-
.maintainer-table {
236-
display: flex;
237-
justify-content: center;
238-
}
239-
240-
/* Style for the container of each maintainer */
241-
.maintainer-card {
242-
/* Set a slight transition for a smooth "pop" effect */
243-
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
244-
border-radius: 8px; /* Slightly rounded corners */
245-
padding: 10px;
246-
margin: 10px;
247-
text-align: center;
248-
/* Initial state: slightly subtle box shadow */
249-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
250-
}
251-
252-
/* Hover effect: Scale up and make the shadow more prominent */
253-
.maintainer-card:hover {
254-
transform: scale(1.05); /* Zoom in slightly */
255-
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Deeper shadow */
256-
/* You can even change the background color on hover if you like, e.g., background-color: #f0f0f0; */
257-
}
258-
259-
/* Style for the avatar image */
260-
.maintainer-avatar {
261-
border-radius: 50%; /* Make the image perfectly round */
262-
border: 4px solid transparent; /* Initial border */
263-
transition: border-color 0.2s ease-in-out;
264-
}
265-
266-
/* Hover effect for the avatar */
267-
.maintainer-card:hover .maintainer-avatar {
268-
/* Give it a subtle highlight color on hover, like a project-specific blue */
269-
border-color: #0077B5; /* Using LinkedIn's blue for example */
270-
}
271-
272-
/* Style for the social links */
273-
.maintainer-links a {
274-
display: inline-block;
275-
margin: 3px;
276-
/* Subtle link transition */
277-
transition: transform 0.1s ease-in-out;
278-
}
279-
280-
/* Hover effect for the social links */
281-
.maintainer-links a:hover {
282-
transform: translateY(-2px); /* Makes the badge "lift" */
283-
}
284-
</style>
285-
286-
<div class="maintainer-table">
287-
<div class="maintainer-card">
288-
<a href="https://github.com/RAWx18">
289-
<img class="maintainer-avatar" src="https://avatars.githubusercontent.com/RAWx18?s=150" width="120" alt="RAWx18"/><br/>
290-
<sub><b>RAWx18</b></sub>
291-
</a>
292-
<br/>
293-
<div class="maintainer-links">
294-
<a href="https://github.com/RAWx18">
295-
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" />
233+
<table width="100%">
234+
<tr align="center">
235+
<td valign="top" width="33%">
236+
<a href="https://github.com/RAWx18" target="_blank">
237+
<img src="https://avatars.githubusercontent.com/RAWx18?s=150" width="120" alt="RAWx18"/><br/>
238+
<strong>RAWx18</strong>
296239
</a>
297-
<a href="https://linkedin.com/in/RAWx18">
298-
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" />
240+
<p>
241+
<a href="https://github.com/RAWx18" target="_blank">
242+
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub"/>
243+
</a>
244+
<a href="https://www.linkedin.com/in/ryanmadhuwala" target="_blank">
245+
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" alt="LinkedIn"/>
246+
</a>
247+
<a href="mailto:[email protected]">
248+
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" alt="Email"/>
249+
</a>
250+
</p>
251+
</td>
252+
<td valign="top" width="33%">
253+
<a href="https://github.com/parvm1102" target="_blank">
254+
<img src="https://avatars.githubusercontent.com/parvm1102?s=150" width="120" alt="parvm1102"/><br/>
255+
<strong>parvm1102</strong>
299256
</a>
300-
<a href="mailto:[email protected]">
301-
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" />
257+
<p>
258+
<a href="https://github.com/parvm1102" target="_blank">
259+
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub"/>
260+
</a>
261+
<a href="https://linkedin.com/in/mittal-parv" target="_blank">
262+
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" alt="LinkedIn"/>
263+
</a>
264+
<a href="mailto:[email protected]">
265+
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" alt="Email"/>
266+
</a>
267+
</p>
268+
</td>
269+
<td valign="top" width="33%">
270+
<a href="https://github.com/Ronit-Raj9" target="_blank">
271+
<img src="https://avatars.githubusercontent.com/Ronit-Raj9?s=150" width="120" alt="Ronit-Raj9"/><br/>
272+
<strong>Ronit-Raj9</strong>
302273
</a>
303-
</div>
304-
</div>
305-
306-
<div class="maintainer-card">
307-
<a href="https://github.com/parvm1102">
308-
<img class="maintainer-avatar" src="https://avatars.githubusercontent.com/parvm1102?s=150" width="120" alt="parvm1102"/><br/>
309-
<sub><b>parvm1102</b></sub>
310-
</a>
311-
<br/>
312-
<div class="maintainer-links">
313-
<a href="https://github.com/parvm1102">
314-
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" />
315-
</a>
316-
<a href="https://linkedin.com/in/parvm1102">
317-
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" />
318-
</a>
319-
<a href="mailto:[email protected]">
320-
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" />
321-
</a>
322-
</div>
323-
</div>
324-
325-
<div class="maintainer-card">
326-
<a href="https://github.com/Ronit-Raj9">
327-
<img class="maintainer-avatar" src="https://avatars.githubusercontent.com/Ronit-Raj9?s=150" width="120" alt="Ronit-Raj9"/><br/>
328-
<sub><b>Ronit-Raj9</b></sub>
329-
</a>
330-
<br/>
331-
<div class="maintainer-links">
332-
<a href="https://github.com/Ronit-Raj9">
333-
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" />
334-
</a>
335-
<a href="https://linkedin.com/in/Ronit-Raj9">
336-
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" />
337-
</a>
338-
<a href="mailto:[email protected]">
339-
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" />
340-
</a>
341-
</div>
342-
</div>
343-
</div>
274+
<p>
275+
<a href="https://github.com/Ronit-Raj9" target="_blank">
276+
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub"/>
277+
</a>
278+
<a href="https://www.linkedin.com/in/ronitraj-ai" target="_blank">
279+
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white" alt="LinkedIn"/>
280+
</a>
281+
<a href="mailto:[email protected]">
282+
<img src="https://img.shields.io/badge/Email-D14836?style=flat&logo=gmail&logoColor=white" alt="Email"/>
283+
</a>
284+
</p>
285+
</td>
286+
</tr>
287+
</table>
288+
344289
345290
346291
## </> Community & Support

0 commit comments

Comments
 (0)