-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (106 loc) · 2.83 KB
/
index.html
File metadata and controls
109 lines (106 loc) · 2.83 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
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
106
107
108
109
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>♻ Anthony's page</title>
<meta name="description" content="My HTML page project.">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tbody>
<tr>
<td><img src="img/Me.png" alt="Anthony's picture"></td>
<td>
<h1>Anthony Grau</h1>
<p><i><em>Bachelor in <b><strong><a href="https://www.iedparis8.net/nos-formations/licence-informatique/">Computer Science</a></strong></b> with honours</em></i></p>
<p><i><em><b><strong><a href="https://developer.servicenow.com/app.do#!/home">ServiceNow</a></strong></b> ITSM implementation specialist</em></i></p>
<p>I'm a passioned programmer. My interests are Big Data and Web development. I code on the ServiceNow platform.</p>
<p>Living in Paris (France), I don't intend to move anywhere else at the moment.</p>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tbody>
<tr>
<tr>
<td>Javascript</td>
<td>⭐⭐⭐⭐⚝</td>
<td>ServiceNow</td>
<td>⭐⭐⭐⭐⚝</td>
</tr>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⚝</td>
<td>CSS</td>
<td>⭐⭐⭐⚝⚝</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>⭐⭐⭐⚝⚝</td>
<td>SQL</td>
<td>⭐⭐⭐⭐⚝</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐⚝</td>
<td>C language</td>
<td>⭐⭐⭐⭐⚝</td>
</tr>
<tr>
<td>Algorithmics</td>
<td>⭐⭐⭐⚝⚝</td>
</tr>
</tbody>
</table>
<hr>
<h3>Work experiences</h3>
<table cellspacing="20">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>01.2017 to 03.2017</td>
<td>Python developer</td>
</tr>
<tr>
<td>04.2019 to this day</td>
<td>ServiceNow Consultant</td>
</tr>
</tbody>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Scientific Baccalaureate with distinction (1988)
<ul>
<li>Mathematics</li>
<li>Physics</li>
</ul>
</li>
<li>Bachelor's Degree in Economics (1993)</li>
<li>Bachelor's Degree with High Honours in Computer Science (2018)
<ul>
<li><a href="https://www.python.org/">Python</a></li>
<li>C language</li>
<li>Algorithms</li>
</ul>
</li>
</ul>
<hr>
<h3>My hobbies</h3>
<ol>
<li><a href="https://www.justinguitar.com/">Electric and Folk
guitar</a></li>
<li>MMOs</li>
</ol>
<hr>
<a href="contact.html">Contact me</a>
</body>
</html>