-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (56 loc) · 2.69 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
<!DOCTYPE HTML>
<html>
</head>
<title>Hassane Hamdaoui webpage</title>
<!-- Bootstrap CSS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<html>
<div class="container" >
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Hassane Hamdaoui</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Conferences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="travels.html">Travels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About me</a>
</li>
</ul>
</div>
<a class="navbar-brand" href="#"><a href="https://www.facebook.com/hassane.crew.lee/">Facebook</a>
• <a href="https://github.com/hhamdaou">GitHub</a>
• <a href="https://gitlab.cern.ch/hhamdaou">GitLab</a></a>
</nav>
<link rel="stylesheet" href="\style\style.css">
<head>
<div class="row">
<div class="col">
<div class="card" style="width: 17.5rem;border: 5px solid black">
<img src="style\image\full_image.jpeg" class="card-img-top" alt="..." style="width:270px;height:200px;" >
<div class="card-body">
<h5 class="Hassane Hamdaoui">Hassane Hamdaoui</h5>
<p class="Postdoctral Researcher">Postdoctral Researcher</p>
<a href="mailto:[email protected]" class="btn btn-primary">contact me</a>
</div>
</div>
</div>
<div class="col">
<h1>Hi ! welcome </h1>
</div>
</div>
<!DOCTYPE html>
</html>