-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.84 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>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tom Yishay</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
</head>
<body>
<div id = "header">
<div class = "container">
<a href = "index.html" id="header-title">Tom Yishay</a>
<ul id="header-nav">
<li><a href = "Research/about.html">Research</a></li>
<li><a href = "Thesis/thesis.html">Thesis</a></li>
<li><a href = "Data Science/DataScince.html">Data Science</a></li>
<li><a href = "CV/CV.pdf">CV</a></li>
<li><a href = "mailto: [email protected]">Contact</a></li>
</ul>
</div>
</div>
<div id = "content">
<div class = "container">
<div class="about" align = "center">
<div class="about- author">
<img src = "Photos/me.png">
</div>
<h1 class="about-title">Welcome!</h1>
<div class= "about-content">
<p> My main interest lays in the application of statistical methods to behavioral, medical, biological, and general big data. My expertise is in clearly and critically assessing models and theories in Psychology. On this website, you will find a few of my papers as well as applied data science projects in various fields.</p>
</div>
</div>
</div>
</div>
<div id = "footer">
<div class = "container">
<div class="column">
<h4>My Links</h4>
<p>
<a href = "https://www.linkedin.com/in/tom-yishay-6b48721a8/">Linkedin</a>
</p>
</div>
<div class="column">
<h4>My Story</h4>
<p>
Psychological methodology, statistics, and data Science.
</p>
</div>
</div>
</div>
</body>
</html>