Skip to content

Commit

Permalink
Release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
HiltonWS committed Dec 11, 2022
1 parent e136c06 commit 8849565
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="docs/main.css">
<link rel="stylesheet" href="./main.css">
<link rel="script" href="./main.js">
<style>
body {
background: url("docs/images/eu-bg.png");
background: url("./images/eu-bg.png");
}
</style>
<title>Hilton W. Silva</title>
Expand All @@ -19,7 +20,7 @@
<div class="border bg-body">
<div class="row gy-5">
<div class="col-12 p-5">
<img src="docs/images/eu.png" alt="My face in pixels">
<img src="./images/eu.png" alt="My face in pixels">
</div>
</div>
<div class="row gy-5 col-12 p-3">
Expand All @@ -38,47 +39,47 @@ <h1>Hilton W. Silva</h1>
<a class="text-black" style="text-decoration: none" href="https://github.com/hiltonws">
<div class="p-3 border bg-light">
<h3>Github</h3>
<img alt="GitHub" width="48" src="docs/images/github.svg">
<img alt="GitHub" width="48" src="./images/github.svg">
</div>
</a>
</div>
<div class="col-6">
<a class="text-black" style="text-decoration: none" href="https://blog.hiltonws.com/">
<div class="p-3 border bg-light">
<h3>Blog</h3>
<img alt="Blog" width="48" src="docs/images/bulb.svg">
<img alt="Blog" width="48" src="./images/bulb.svg">
</div>
</a>
</div>
<div class="col-6">
<a class="text-black" style="text-decoration: none" href="https://linkedin.com/in/hilton-ws">
<div class="p-3 border bg-light">
<h3>Linkedin</h3>
<img alt="Linkedin" width="48" src="docs/images/linkedin.svg">
<img alt="Linkedin" width="48" src="./images/linkedin.svg">
</div>
</a>
</div>
<div class="col-6">
<a class="text-black" style="text-decoration: none" href="https://drive.google.com/file/d/1z2lrHVEEmugvJI_anUAk_rLxpNW7omM5/view?usp=sharing">
<div class="p-3 border bg-light">
<h3>Curriculum Vitae</h3>
<img alt="Curriculum Vitae" width="48" src="docs/images/curriculum-vitae.svg">
<img alt="Curriculum Vitae" width="48" src="./images/curriculum-vitae.svg">
</div>
</a>
</div>
<div class="col-6">
<a class="text-black" style="text-decoration: none" href="https://docs.google.com/document/d/12C7QyELUxSPk1A1Jjpo7anvZSpqGeSMS2Cwsq4W0gfI/edit?usp=sharing">
<div class="p-3 border bg-light">
<h3>Skills Set</h3>
<img alt="Skill Set" width="48" src="docs/images/skill.svg">
<img alt="Skill Set" width="48" src="./images/skill.svg">
</div>
</a>
</div>
<div class="col-6">
<a class="text-black" style="text-decoration: none" href="https://calendly.com/hilton-ws">
<div class="p-3 border bg-light">
<h3>Schedule</h3>
<img alt="Skill Set" width="48" src="docs/images/calendar-and-check-mark.svg">
<img alt="Skill Set" width="48" src="./images/calendar-and-check-mark.svg">
</div>
</a>

Expand Down

0 comments on commit 8849565

Please sign in to comment.