-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Iosif Tsangko | AI and Deep Learning Exploration</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Personal website of Iosif Tsangko, focusing on AI and Deep Learning projects and research.">
<meta name="author" content="Iosif Tsangko">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="slidy.css">
</head>
<body>
<div id="menu">
<nav>
<ul>
<li><a href="#projects">Projects</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#about">About AI</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<header>
<h1>Iosif Tsangko</h1>
<p>Delving into the Depths of Deep Learning and AI</p>
</header>
<section id="projects">
<!-- Project details go here -->
</section>
<section id="publications">
<!-- Publications details go here -->
</section>
<section id="blog">
<!-- Blog posts go here -->
</section>
<section id="about">
<!-- About AI/Deep Learning content goes here -->
</section>
<footer>
<p>© 2024 Iosif Tsangko. All rights reserved.</p>
</footer>
</body>
</html>