-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·207 lines (163 loc) · 7.67 KB
/
about.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Anasse Hassala Website">
<meta name="author" content="Anasse Hassala">
<title>About Me | Anasse Hassala</title>
<link rel="shortcut icon" href="assets/images/gt_favicon.png">
<!-- Bootstrap -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
<!-- Icon font -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
</head>
<body>
<header id="header">
<div id="head" class="parallax" parallax-speed="1">
<h1 id="logo" class="text-center">
<span class="title">Anasse Hassala</span>
<span class="tagline">System & Network Security Engineering Student<br>
<a href="mailto:[email protected]">[email protected]</a></span>
</h1>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="projects/index.html">Projects</a></li>
<li class="disabled"><a href="blog.html">Blog</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<main id="main">
<div class="container">
<div class="row topspace">
<!-- Sidebar -->
<aside class="col-sm-4 sidebar sidebar-right">
<ul class="nav text-right nav-side">
<li class="active"><a href="#about">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#hobbies">Hobbies</a></li>
</ul>
</aside>
<!-- /Sidebar -->
<!-- Article main content -->
<article class="col-sm-8 maincontent">
<p>Let me introduce myself in a very brief paragraphe</p>
<p><img src="assets/images/mac.jpg" alt="" class="" width="100%" ></p>
<h3><a id="about">About Me</a></h3>
<p>I am a young, dynamic and very curious IT engineering student in Sophia Antipolis, the french biggest Technopole.
My interest is focused on computer science and particularly on Information Systems Security,
that's why I am following my specialisation year in Systems and Network Security in EURECOM, one of the top french
engineering schools in the field. <br>
I am also the 2014-2015 président of <a href="https://minet.net">MiNET</a> Association, ISP of Telecom SudParis student apartments directed by the
<a href="https://maisel.tem-tsp.eu/">Maisel SudParis</a>. <br/>
Finally, I am one of the technical experts in <a href="http://sprint-je.com/"> Sprint junior entreprise </a>
where I handle technical aspects of our business proposals.<br>
My career objective is to become a security expert, especially in information systems' security </p>
<h3><a id="education"> Education </a></h3>
<p>2015-2016 — Télécom ParisTech, EURECOM - Sophia, France<br>
MSC Network and System Security —</p>
<p>2013-2015 — Télécom SudParis - Evry, France<br>
Second year of IT top graduate engineering curriculum —</p>
<p>2011-2013 — Lycée Saint-Louis - Paris, France<br>
Best course majoring in Maths and Computer Science amid top 10 French schools leading to national
competitive entrance exam — </p>
<h3><a id="resources">Resources</a></h3>
<p><a style="text-decoration: none;" href="resources/cv.pdf"> <img src="assets/images/file_icon.jpg" alt="File icone" height="100em">French CV</a>
<a style="text-decoration: none;" href="resources/resume.pdf"> <img src="assets/images/file_icon.jpg" alt="File icone" height="100em">English resume </a>
</p>
<h3><a id="hobbies">Hobbies</a></h3>
<img style="display:inline; margin:1% 3% 1% 1% ;" class="logo-hobby" src="assets/images/volley.png" alt="Volley Ball" height="100em">
<h5 style="display:inline;">Volley Ball — </h5> Regional and University player <br><br>
<img style="display:inline; margin:1% 3% 1% 1% ;" class="logo-hobby" src="assets/images/vtt.jpg" alt="Mountain biking" height="100em">
<h5 style="display:inline;">Mountain Biking — </h5> Amateur rumbling <br>
</article>
<!-- /Article -->
</div>
</div> <!-- /container -->
</main>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-3 widget">
<h3 class="widget-title">Contact</h3>
<div class="widget-body">
<p>+33 65 1546186<br>
anasse [at] hassala [dot] com<br>
<br>
105 Avenue du General Leclerc, Saint-Laurent du Var 06700, France
</p>
</div>
</div>
<div class="col-md-3 widget">
<h3 class="widget-title">Follow me</h3>
<div class="widget-body">
<p class="follow-me-icons">
<a href="https://twitter.com/AnassHassala"><i class="fa fa-twitter fa-2"></i></a>
<a href="https://bitbucket.org/a_hassala"><i class="fa fa-bitbucket fa-2"></i></a>
<a href="https://github.com/a-hassala"><i class="fa fa-github fa-2"></i></a>
<a href="https://www.linkedin.com/in/anassehassala"><i class="fa fa-linkedin fa-2"></i></a>
</p>
</div>
</div>
<div class="col-md-3 widget">
<h3 class="widget-title">Disclaimer</h3>
<div class="widget-body">
<p>The content and visual elements gathered herein are released under the GNU lesser general public license 3 (LGPL v3). Any copy, modification or redistribution
should follow the terms of the <a href="LICENSE">license</a></p>
<p>All information gathered and presented herein is stricly reserved to personal purposes only. Data accuracy and thoroughness are not guaranteed and information
does not get updated on a regular basis</p>
</div>
</div>
<div class="col-md-3 widget">
<h3 class="widget-title">Contact</h3>
<div class="widget-body">
<p>+33 65 1546186 <br>
anasse [at] hassala [dot] com</a><br>
<br>
105 Avenue du General Leclerc, Saint-Laurent du Var 06700, France
</p>
</div>
</div> <!-- /row of widgets -->
</div>
</div>
</footer>
<footer id="underfooter">
<div class="container">
<div class="row">
<div class="col-md-6 widget">
<div class="widget-body">
<p>105 Avenue du General Leclerc, Saint-Laurent du Var 06700, France</p>
</div>
</div>
<div class="col-md-6 widget">
<div class="widget-body">
<p class="text-right">
Copyright © 2015, Anasse Hassala<br>
Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
</div>
</div>
</div> <!-- /row of widgets -->
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/template.js"></script>
</body>
</html>