-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 818 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/bootstrap.min.js"></script>
<title>Navid Rahimi Danesh</title>
</head>
<body>
<div class="container my-5">
<div class="row">
<div class="col" style="min-width: 600px;">
<h1>Navid Rahimi Danesh</h1>
<p>
Contact me on:
<a href="https://www.linkedin.com/in/navidda/">
<img width="100" src="img/LI-Logo.png"/>
</a>
</p>
</div>
<div class="col" style="min-width: 200px; max-width: 400px;">
<img src="img/photo.jpeg" class="img-fluid" width="80%">
</div>
</div>
<div class="row">
<div class="col">
</div>
</div>
</div>
</body>
</html>