-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Ali Zarinkolah">
<title>goldenhat</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="icon" href="/cloud-icon.png">
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title is-1">Hi</h1>
<p class="subtitle">
Welcome to my <strong>Page</strong>!
</p>
</div>
</section>
<div class="container is-max-widescreen">
<div class="content">
<h1>Index :</h1>
<ul>
<li><a href="https://aligoldenhat.github.io/cv/">CV</a></li>
</ul>
</div>
<div class="content">
<h1>Presentations :</h1>
<ul>
<li><a href="https://aligoldenhat.github.io/presentations/better-therapy/index.html">BetterTherapy</a></li>
<li><a href="https://aligoldenhat.github.io/presentations/data-mining/index.html">Data Mining</a></li>
<li><a href="https://aligoldenhat.github.io/presentations/software-engineering/index.html">Software Engineering (Domain-Driven Design)</a></li>
<li><a href="https://aligoldenhat.github.io/presentations/microcontroller/index.html">microcontroller (AI with Microcontrollers)</a></li>
</ul>
</div>
</div>
</body>
</html>