Skip to content

Commit

Permalink
v8 👻
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrowpy authored Nov 1, 2024
1 parent 4c06261 commit a2ab2e3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<link
rel="shortcut icon"
href="/source/images/ghost.svg"
href="./source/images/ghost.svg"
type="image"/>

<link rel="stylesheet" href="/source/stylesheets/css/index.css" />
<link rel="stylesheet" href="./source/stylesheets/css/index.css" />
</head>
<body>
<main>
Expand All @@ -32,10 +32,10 @@
</div>

<div id="s-header" class="layoutborder">
<img id="imgprofile" src="/source/images/profile-logo.png" alt="">
<img id="imgprofile" src="./source/images/profile-logo.png" alt="">
<div class="intervalCardReveal"><h1 class="intervalCardReveal">Prazer, Pedro, <br><span class="multiText"></span></h1>
<h2 class="intervalCardReveal">Code & Chill 👻</h2>
<p class="intervalCardReveal">Engenheiro de software apaixonado em desenvolvimento <br> dedicado à criação de aplicativos eficazes</p><w id="layoutblock" class="intervalCardReveal"><a href="https://github.com/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="/source/images/github.svg" alt=""></button></a><a href="https://www.linkedin.com/in/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="/source/images/linkedin.svg" alt=""></button></a><a href="https://www.instagram.com/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="/source/images/instagram.svg" alt=""></button></a><a href="https://wa.me/+5534998731732" target="_blank"><button class="links"><img width="40px" src="/source/images/whatsapp.svg" alt=""></button></a></div></div>
<p class="intervalCardReveal">Engenheiro de software apaixonado em desenvolvimento <br> dedicado à criação de aplicativos eficazes</p><w id="layoutblock" class="intervalCardReveal"><a href="https://github.com/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="./source/images/github.svg" alt=""></button></a><a href="https://www.linkedin.com/in/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="./source/images/linkedin.svg" alt=""></button></a><a href="https://www.instagram.com/pedrowpy/" target="_blank"><button class="links"><img width="40px" src="./source/images/instagram.svg" alt=""></button></a><a href="https://wa.me/+5534998731732" target="_blank"><button class="links"><img width="40px" src="./source/images/whatsapp.svg" alt=""></button></a></div></div>
</div>
<br><br><br><br><br><br><div class="reve intervalCardReveal"><a href="https://wa.me/+5534998731732/" target="_blank"><button class="button-orcer">Budget</button></a></div>
</div>
Expand Down Expand Up @@ -109,14 +109,14 @@ <h3>SettingsDev</h3>

<a href="https://pedrowpy.github.io/rckst_settings_dev/" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/octopus-deploy.svg" alt="">
<img width="20px" src="./source/images/octopus-deploy.svg" alt="">
<!-- &nbsp; -->
<!-- <b>deploy</b> -->
</button>
</a>
<a href="https://github.com/pedrowpy/rckst_settings_dev" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/g.svg" alt="">
<img width="20px" src="./source/images/g.svg" alt="">
<!-- &nbsp; -->
<!-- <b>repositorie</b> -->
</button>
Expand All @@ -131,14 +131,14 @@ <h3>Projetando...</h3>

<a href="https://github.com/pedrowpy/" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/octopus-deploy.svg" alt="">
<img width="20px" src="./source/images/octopus-deploy.svg" alt="">
<!-- &nbsp; -->
<!-- <b>deploy</b> -->
</button>
</a>
<a href="https://github.com/pedrowpy/" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/g.svg" alt="">
<img width="20px" src="./source/images/g.svg" alt="">
<!-- &nbsp; -->
<!-- <b>repositorie</b> -->
</button>
Expand All @@ -153,14 +153,14 @@ <h3>Projetando...</h3>

<a href="https://github.com/pedrowpy/" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/octopus-deploy.svg" alt="">
<img width="20px" src="./source/images/octopus-deploy.svg" alt="">
<!-- &nbsp; -->
<!-- <b>deploy</b> -->
</button>
</a>
<a href="https://github.com/pedrowpy/" target="_blank">
<button class="btn">
<img width="20px" src="/source/images/g.svg" alt="">
<img width="20px" src="./source/images/g.svg" alt="">
<!-- &nbsp; -->
<!-- <b>repositorie</b> -->
</button>
Expand All @@ -182,16 +182,16 @@ <h1 class="intervalCardReveal">Linguagens</h1>
<div class="grid-layout">
<div id="projects">
<article class="html intervalCardReveal">
<img src="/source/images/html.svg" alt="">
<img src="./source/images/html.svg" alt="">
</article>
<article class="css intervalCardReveal">
<img src="/source/images/css.svg" alt="">
<img src="./source/images/css.svg" alt="">
</article>
<article class="javascript intervalCardReveal">
<img src="/source/images/javascript.svg" alt="">
<img src="./source/images/javascript.svg" alt="">
</article>
<article class="sass intervalCardReveal">
<img src="/source/images/sass-1.svg" alt="">
<img src="./source/images/sass-1.svg" alt="">
</article>
<!-- <article class="intervalCardReveal none nada">
Expand All @@ -218,7 +218,7 @@ <h1 class="intervalCardReveal">Linguagens</h1>
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<script type="module" src="/source/scripts/main.js"></script>
<script type="module" src="./source/scripts/main.js"></script>
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</body>
Expand Down

0 comments on commit a2ab2e3

Please sign in to comment.