-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (48 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>Vafa Khalighi</title>
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/fonts.css">
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://vafa.ac/css/styles.css">
<link rel="icon" href=https://vafa.ac/img/icon.png>
<meta charset="UTF-8">
<meta name="author" content="Vafa Khalighi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="page-header">
<div class="myname">
<h2><a href="https://vafa.ac">Vafa Khalighi</a></h2>
</div>
<nav>
<ul class="navbar">
<li class="activetab">
<a href="https://vafa.ac">
<span>Home</span>
</a>
</li>
<li>
<a href="https://vafa.ac/talks">
<span>Talks</span>
</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<main>
<figure class="image-shortcode frame right"
style="width: 11em;">
<img src="https://vafa.ac/img/vafa.jpeg"
alt="Me in Sydney, Australia"/> <figcaption>
<p>Me in Sydney, Australia</p>
</figcaption>
</figure>
<p>
I am interested in Algebraic Geometry.
</p>
</main>
</div>
</body>
</html>