-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (77 loc) · 2.86 KB
/
index.html
File metadata and controls
79 lines (77 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="fr">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X8QJHLT5Q9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X8QJHLT5Q9');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NT28SLPH');</script>
<!-- End Google Tag Manager -->
<meta charset="URT-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alberto's Portfolio</title>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NT28SLPH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<!-- <div class="logo">
<a href="#">AE</a>
</div>
</header> -->
<main>
<section id="hero" class="fade-in-hidden">
<h1>Alberto</h1>
<h2>Python Dev. & aspiring ML eng.</h2>
<p>
Ce site est en construction. En attendant, profitez de ce GIF de
<strong class="happy-ice-cream">corn ice cream </strong>qui danse.
</p>
<a href="https://github.com/aemetil/aemetil.github.io" class="button"
>Enter the GitHub zone</a
>
</section>
<section class="corn-section">
<img
src="https://content.codecademy.com/articles/github-pages-via-web-app/happy-ice-cream.gif"
alt="A corn ice cream gif"
/>
<p id="joke"></p>
</section>
<section id="contact">
<h2>Get In Touch</h2>
<p>
Si vous avez réussi à arriver jusqu’ici et que vous voulez quand même
me contacter, envoyez-moi un message. Je promets de répondre plus vite
que ce portfolio n’a été développé.
</p>
<a href="mailto:e.aemetil@gmail.com" class="button">Say Hello</a>
</section>
</main>
<footer>
<div class="footer-wrapper">
<div class="footer-line"></div>
<!-- counter zone display -->
<!-- <p>Nb de visiteurs : <span id="counter">loading...</span></p> -->
<p>Design & built by a.emetil</p>
<p>
Copyright © <span id="year"></span> - Développé en HTML, CSS, JS & bcp
de volonté.
</p>
</div>
</footer>
</body>
<script src="./js/script.js"></script>
</html>