generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.6 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
<html>
<head>
<meta charset="utf-8">
<title>Thomas Glezer</title>
<link href="styles.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="./logos/profile.ico"/>
</head>
<body>
<div class="title">Thomas Glezer</div>
<h1 class="typewrite" data-period="2000" data-type='[ "Hi, I am Thomas.", "A B.Sc. Student.", "3rd Year on EE.", "From TAU" ]'></h1>
<span class="wrap"></span>
</h1>
<img src="logos/tau_logo.png" class="Tau" style="width:100%"/>
<img src="logos/mail_logo.png" class="MailIMG" style="width:100%"/>
<img src="logos/linked_logo.png" class="LinkedInIMG" style="width:100%"/>
<img src="logos/GitHub-Mark-120px-plus-corrected.png" class="GitIMG" style="width:100%"/>
<a href="mailto:thomasglezer@mail.tau.ac.il?subject=[Thomas Glezer]" class="MailButton">
<span></span> <span></span> <span></span> <span></span> Email me
</a>
<a href="https://www.linkedin.com/in/thomas-glezer-209662182/?originalSubdomain=br" class="LinkedInButton">
<span></span> <span></span> <span></span> <span></span> LinkedIn
</a>
<a href="https://github.com/ThomasGl" class="GithubButton">
<span></span> <span></span> <span></span> <span></span> Github
</a>
<script src="main.js"></script>
</body>
</html>