-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (42 loc) · 2.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ido Haber Portfolio</title>
<link rel="icon" type="image/png" href="little_assets/favicon.png" sizes="32x32" />
<link rel="stylesheet" href="main.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.2/css/academicons.min.css" crossorigin="anonymous" />
<!-- Particles.js CDN -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
</head>
<body>
<canvas></canvas>
<section id="content">
<img src="little_assets/image_profile.jpg" alt="Ido Haber" class="avatar" />
<h1>Hi, I'm Ido Haber</h1>
<p>I am a Ph.D. student studying neuroengineering at the University of Wisconsin - Madison. I work at the Center of Sleep and Consciousness under the guidance of Dr. Giulio Tononi.</p>
<p>My primary focus is non-invasive brain stimulation using temporal interference and in silico simulations.</p>
<p>Please feel free to get in touch</p>
<ul class="icons">
<li><a href="https://centerforsleepandconsciousness.psychiatry.wisc.edu/people/ido-haber/" title="Institutional website"><i class="fas fa-university"></i></a></li>
<li><a href="https://github.com/idossha" title="GitHub"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/ido-haber-ab8416151/" title="LinkedIn"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=qeaEN0cAAAAJ&hl=en" title="Google Scholar"><i class="ai ai-google-scholar"></i></a></li>
<li><a href="Pages/cv.html" title="CV"><i class="ai ai-cv"></i></a></li>
<li><a href="Pages/photo_page.html" title="Photo Album"><i class="fas fa-photo-film"></i></a></li>
<li><a href="Pages/music_player.html" title="Music Player"><i class="fas fa-music"></i></a></li>
<li><a href="Pages/projects_page.html" title="My Projects"><i class="fas fa-tools"></i></a></li>
<li><a href="Pages/neuro.html" title="Neuroscience"><i class="fa-solid fa-brain"></i></a></li>
</ul>
</section>
</body>
<footer>
<p><i class="fas fa-envelope"></i> x at wisc.edu where x is ihaber </p>
</footer>
</html>