Skip to content

Commit

Permalink
atualização index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoah authored Nov 21, 2023
1 parent fd7ad6c commit eb7154f
Showing 1 changed file with 68 additions and 29 deletions.
97 changes: 68 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,74 +1,113 @@
<!DOCTYPE html>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>

<meta name="description" content="Gosto muito da área de tecnologia e estou sempre buscando estudar, e me desenvolver nessa área, sempre buscando novos conhecimentos! ">
<link rel="icon" type="image/jpg" href="/images/eu-png-caricatura.jpeg">
<meta
name="description"
content="Gosto muito da área de tecnologia e estou sempre buscando estudar, e me desenvolver nessa área, sempre buscando novos conhecimentos! "
/>
<link rel="icon" type="image/jpg" href="/images/eu-png-caricatura.jpeg" />

<meta property="og:type" content="website" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:title" content="Filipe Deschamps" />
<meta property="og:description" content="Gosto muito da área de tecnologia e estou sempre buscando estudar, e me desenvolver nessa área, sempre buscando novos conhecimentos! " />
<meta property="og:title" content="Antonio Henrique Machado" />
<meta
property="og:description"
content="Gosto muito da área de tecnologia e estou sempre buscando estudar, e me desenvolver nessa área, sempre buscando novos conhecimentos! "
/>
<meta property="og:url" content="https://github.com/machadoah/" />
<meta property="og:image" content="https://github.com/machadoah" />

<link href="//fonts.googleapis.com/css?family=Merriweather:300,700|Open+Sans:700,400&subset=latin,latin-ext" rel="stylesheet">
<link
href="//fonts.googleapis.com/css?family=Merriweather:300,700|Open+Sans:700,400&subset=latin,latin-ext"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="/styles/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/styles/custom.css" />

<title>Filipe Deschamps</title>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5445181830650651",
enable_page_level_ads: true
});
</script>

<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5445181830650651",
enable_page_level_ads: true,
});
</script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);

ga('create', 'UA-120989-9', 'auto');
ga('send', 'pageview');
ga("create", "UA-120989-9", "auto");
ga("send", "pageview");
</script>
</head>

<body>

<div class="container">
<div class="row">
<div class="col-xs-12 text-align-center">
<a href="/images/eu-png-caricatura.jpeg" target="_blank">
<img class="hero-image" src="/images/eu-png-caricatura.jpeg" title="Antonio Henrique Machado">
<img
class="hero-image"
src="/images/eu-png-caricatura.jpeg"
title="Antonio Henrique Machado"
/>
</a>
<h1 class="hero-title">Antonio Henrique Machado</h1>
<div class="hero-description">
Apaixonado por <strong>Programação</strong> e <strong>Open Source</strong>.
</div>
Apaixonado por <strong>Programação</strong> e
<strong>Open Source</strong>.
</div>

<div class="hero-links">
<a href="https://youtube.com/@ExceptionCode">YouTube</a>
<a href="https://instagram.com/machadoah">Instagram</a>
<a href="https://github.com/machadoah">Github</a>
<a href="https://machadoah.medium.com">Medium</a>
</div>
<hr class="divider">
<hr class="divider" />
</div>
</div>

<div class="row margin-top-2">
<div class="col-xs-12 text-align-center">
<div class="github-card" data-github="machadoah" data-width="400" data-height="150" data-theme="default"></div>
<script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
<hr class="divider">
<div
class="github-card"
data-github="machadoah"
data-width="400"
data-height="150"
data-theme="default"
></div>
<script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
<hr class="divider" />

<div class="hero-links-final">
<a href="https://keepo.io/machadoah/">Keepo</a>
Expand Down

0 comments on commit eb7154f

Please sign in to comment.