-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (79 loc) · 3.58 KB
/
index.html
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
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paul_2</title>
<link rel="stylesheet" href="./css/home.css">
<link rel="stylesheet" href="./css/responsive.css">
</head>
<body>
<header>
<nav>
<a class="animated-links" href="./pages/introduction.html">Introduction</a>
<a class="animated-links" href="./pages/education.html">Education</a>
<a class="animated-links" href="./pages/work_experiences.html">Work Experiences</a>
<a class="animated-links" href="./pages/skills.html">Skills</a>
<a class="animated-links" href="./pages/interests.html">Interests</a>
</nav>
</header>
<main class="main-container">
<article>
<img class="head-img" src="https://placehold.co/600x400" alt="/">
<header class="hero">
<h1 class="title">Paul Auchoix</h1>
</header>
<p class="text">Lead Data/AI</p>
<!-- <div class="marquee-container">
<p class="marquee">Lead Data/AI - Lead Data/AI - Lead Data/AI - Lead Data/AI - Lead Data/AI - Lead
Data/AI - </p>
</div> -->
</article>
<article>
<div class="section-container">
<img class="profile" src="https://lh3.googleusercontent.com/d/1i0CqEX6JPCHLI9Cu3_t6YPeDE066qDRb" alt="">
<section class="title-section section-1">
<h2 class="subtitle">Presentation</h2>
<div class="text">
<div class="emoji-container">
<img class="emoji-animate"
src="https://img.icons8.com/?size=100&id=58pGdHAS6Va3&format=png&color=000000" alt="">
<p>+33 06.29.92.48.84</p>
</div>
<div class="emoji-container">
<img class="emoji-animate"
src="https://img.icons8.com/?size=100&id=mXcvtsj8e1Ug&format=png&color=000000" alt="">
<p>Auchoix.paul@gmail.com</p>
</div>
<div class="emoji-container">
<img class="emoji-animate"
src="https://img.icons8.com/?size=100&id=nTkyV2tAtAEV&format=png&color=000000" alt="">
<p>Lead Data/AI</p>
</div>
</div>
</section>
</div>
</article>
<div class="download">
<a id="downloadButton" class="download-btn"
href="https://drive.google.com/file/d/1neb7T9DtPfUYI8J376pQyCr4h2otFcsO/view?usp=drive_link" download>
CV.pdf
</a>
<a id="downloadButton2" class="download-btn"
href="https://docs.google.com/presentation/d/1DAGF7S2Zl7kBA0y8yGGMou_2pxYFICz2/edit?usp=drive_link&ouid=115729895612210875287&rtpof=true&sd=true"
download>
CV.ppt
</a>
<a id="downloadButton3" class="download-btn" href="#" download>
CV.word
</a>
</div>
</main>
<footer>
<p>© 2025 Paul Auchoix. All rights reserved.</p>
</footer>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>
<script src="./js/main.js"></script>
</html>