-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (56 loc) · 3.15 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap" rel="stylesheet"> <!--Railway-->
<link href="https://fonts.googleapis.com/css2?family=Marck+Script&display=swap" rel="stylesheet"> <!--Marck Script-->
<link href="https://fonts.googleapis.com/css2?family=Parisienne&display=swap" rel="stylesheet"> <!--Parisienne-->
<link href="css/fontawesome.css" rel="stylesheet"> <!--fontawesome-->
<link href="https://fonts.googleapis.com/css2?family=Courgette&display=swap" rel="stylesheet"> <!--Courgette-->
<!-- CSS Links-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <!--Bootstrap-->
<link type="text/css" rel="stylesheet" href="css/responsive-tabs.css"/>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<!-- Title and Favicon-->
<title>Arash Heidari | Personal Website</title>
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="100">
<!--Home Page-->
<section id="home">
<img id="home-background" src="img/home-background.jpg"></img>
<div id="home-content" class="text-center">
<div id="home-content-inner">
<div id="home-heading">
<h1 id="home-heading-name">Arash Heidari</h1> <br>
<h2 id="home-heading-title">I am an <span>AI Researcher</span></h1>
</div>
<div class="getintouch">
<h5>Get in Touch</h5>
</div>
<div class="contacts">
<a class="contact" href="mailto:[email protected]">
<i class="fa-3x fas fa-envelope contact-icon"></i>
</a>
<a class="contact" href="https://www.linkedin.com/in/arashheidari">
<i class="fa-3x fab fa-linkedin-in contact-icon"></i>
</a>
<a class="contact" href="skype:live:.cid.7942a27b51066d91?chat">
<i class="fa-3x fab fa-skype contact-icon"></i>
</a>
</div>
</div>
</div>
</section>
<!-- JS Links-->
<script src="js/jquery.js"></script> <!--Jquery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <!--Popper-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <!--Bootstrap-->
<script src="js/fontawesome.js"></script> <!--Fontawesome-->
</body>
</html>