Skip to content

Commit b451f48

Browse files
Add files via upload
Signed-off-by: FrankQuintero <[email protected]>
1 parent 3d21fe3 commit b451f48

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 class="profile_name">
4343
<div class="group-1">
4444
<div class="skills">
4545
<h3 class="title">Skills</h3>
46-
<ul class="skill_list description">
46+
<ul class="skill_list description" style="font-size: 12px">
4747
<li>
4848
Java
4949
<ul style="list-style-type: circle; padding-left: 20px">
@@ -143,6 +143,11 @@ <h4 class="contacts">Contact :</h4>
143143
<img src="logos/instagram.png" />
144144
</a>
145145
</div>
146+
<div class="github">
147+
<a href="https://github.com/FrankQuintero" target="_blank">
148+
<img src="logos/github.png" />
149+
</a>
150+
</div>
146151
</div>
147152
</div>
148153
</div>

logos/github.png

153 KB
Loading

style.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,23 +222,34 @@ a{
222222
transform: translate(-90%, -50%);
223223
}
224224

225+
.contacts{
226+
margin-bottom: 10px;
227+
}
228+
225229
.linkedIn{
226230
width: 20%;
227-
margin-left: -100px;
231+
margin-left: -140px;
228232
border-radius: 20%;
229233
}
230234

231235
.gmail{
232236
width: 15%;
233237
margin-top: -50px;
238+
margin-left: -50px;
234239
}
235240

236241
.instagram{
237242
width: 12.5%;
238-
margin-left: 100px;
243+
margin-left: 40px;
239244
margin-top: -39px;
240245
}
241246

247+
.github{
248+
width: 16%;
249+
margin-left: 125px;
250+
margin-top: -40px;
251+
}
252+
242253
@media only screen and (max-width: 768px) {
243254
.group-3 {
244255
margin-top: 50px;
@@ -248,7 +259,7 @@ a{
248259
align-items: center;
249260
}
250261

251-
.linkedIn, .gmail, .instagram {
262+
.linkedIn, .gmail, .instagram, .github{
252263
width: 10%;
253264
margin: 10px 0;
254265
}

0 commit comments

Comments
 (0)