Skip to content

Commit e41a263

Browse files
Update cv.html
1 parent d6ab9fd commit e41a263

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

cv.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,23 @@
124124
margin-right: 10px;
125125
}
126126
.social-icon {
127-
width: 50px;
128-
height: 18px;
127+
width: 80px;
128+
height: 30px;
129+
}
130+
.social-buttons {
131+
display: flex;
132+
justify-content: center;
133+
align-items: flex-end;
134+
margin-bottom: 20px;
129135
}
130136

137+
.social-button {
138+
margin-right: 10px;
139+
}
140+
.social-icon {
141+
width: 100px;
142+
height: 30px;
143+
}
131144
</style>
132145
</head>
133146
<body>
@@ -311,9 +324,7 @@ <h2>Computer Programming Skills</h2>
311324
<li>Mathematica</li>
312325
<li><span class="math">\( \LaTeX \)</span></li>
313326
<li>HTML</li>
314-
<li><a href="https://github.com/Hariprashad-Ravikumar" target="_blank" rel="noopener noreferrer" class="social-button">
315-
<img src="images/github-logo.png" alt="GitHub Logo" class="social-icon">
316-
</a></li>
327+
<li><a href="https://github.com/Hariprashad-Ravikumar" target="_blank">GitHub</a></li>
317328
</ul>
318329
</section>
319330

@@ -331,7 +342,7 @@ <h2>Merit Awards</h2>
331342
</li>
332343
</ul>
333344
</section>
334-
<!--
345+
335346
<div class="social-buttons">
336347
<a href="https://github.com/Hariprashad-Ravikumar" target="_blank" rel="noopener noreferrer" class="social-button">
337348
<img src="images/github-logo.png" alt="GitHub Logo" class="social-icon">
@@ -342,7 +353,7 @@ <h2>Merit Awards</h2>
342353
</a>
343354

344355
</div>
345-
-->
356+
346357
</main>
347358

348359
<footer>

0 commit comments

Comments
 (0)