-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (96 loc) · 4.21 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aroz Portfolio</title>
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/33298277">
<meta name="description" content="Hello, my name is Germain, 20 years old! I'm a student in computer science at the IESN Henallux in Namur and I'm a big fan of computer development. I'm particularly interested in website creation and in the different programming languages."/>
<meta property="og:local" conten="en_EN" />
<meta property="og:site_name" conten="Aroz Portfolio" />
<meta property="og:title" conten="Aroz Portfolio" />
<meta property="og:url" conten="https://www.aroz.be/" />
<meta property="og:description" conten="Hello, my name is Germain, 20 years old! I'm a student in computer science at the IESN Henallux in Namur and I'm a big fan of computer development. I'm particularly interested in website creation and in the different programming languages."/>
<link rel="stylesheet" href="assets/styles/styles.css" />
<link rel="stylesheet" href="assets/styles/aos.css" />
<link rel="stylesheet" href="assets/styles/flickity.css" />
<script
type="text/javascript"
src="assets/js/particles.min.js"
defer
></script>
<script type="text/javascript" src="assets/js/particles.js" defer></script>
</head>
<body>
<main class="home">
<div class="title-div">
<h1 class="title-1" data-aos="fade-down" data-aos-delay="100">Aroz</h1>
<h2 class="title-2" data-aos="fade-up" data-aos-delay="100">
student in computer science
</h2>
<h3 class="citation" data-aos="zoom-in" data-aos-delay="100">
<p>life is like a line of code,</p>
<p>it doesn't write itself,</p>
<p>you have to write it.</p>
</h3>
<div class="social-content">
<a
href="https://github.com/AR0Z"
target="_blank"
data-aos="fade-up-right"
data-aos-delay="100"
>
<div class="github-content">
<img src="res/svg/github.svg" alt="" />
<p>github</p>
</div>
</a>
<a
href="https://www.linkedin.com/in/germain-duch%C3%AAne-26215723a/"
target="_blank"
data-aos="fade-up-left"
data-aos-delay="100"
>
<div class="linkedin-content">
<img src="res/svg/linkedin.svg" alt="" />
<p>linkedin</p>
</div>
</a>
<a
href="mailto:contact@aroz.be"
target="_blank"
data-aos="fade-up-left"
data-aos-delay="100"
>
<div class="email-content">
<img src="res/svg/mail.svg" alt="" />
<p>contact@aroz.be</p>
</div>
</a>
</div>
<div class="desc" data-aos="fade-up" data-aos-delay="100">
Hello, my name is Germain, 20 years old! I'm a student in computer science at the IESN Henallux in Namur and I'm a big fan of computer development. I'm particularly interested in website creation and in the different programming languages. Apart from that, I'm a big fan of sports/musculation and video games. Welcome to my world!
</div>
</div>
<a href="#project" class="changesection">
<p>my projects</p>
<img src="res/svg/down-arrow.svg" alt="" />
</a>
</main>
<section id="project" class="project">
<div class="project-content">
<h1 class="title-project" data-aos="fade-down-right">My projects</h1>
<div class="project-car" data-aos="fade-up-right">
<img src="res/project/cdassocies.png" alt="" />
<img src="res/project/eric.png" alt="" />
<img src="res/project/chcs.png" alt="" />
</div>
</div>
</section>
<div id="particles-js" data-aos="zoom-in" data-aos-duration="1500"></div>
<script src="assets/js/aos.js"></script>
<script src="assets/js/flickity.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>