-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (49 loc) · 1.65 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
<!DOCTYPE html>
<html>
<title>saeid Ashian</title>
<body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
$(document).ready(function() {
$("h1").css("color","red");
$("h2").css("color","black");
$("img").addClass("animated bounce");
$(".well").addClass("animated shake");
});
</script>
<style>
.dodger-blue-text {
color: #2998E4; }
p
{
text-shadow:shadow;
font-size:40px;
text-align:center
}
</style>
<div class="container-fluid">
<p class="text-primary text-center dodger-blue-text " >Saeid Ashian</p>
<p class="text-primary text-center" >My personal resume web page</p>
<div class="row">
<div class="col-xs-6">
<h1 class=" text-center" >My Curriculum Vitae</h1>
<div class="well" id="left-well">
<h2>Click on the button to download my CV:</h2>
<a href="/saeid ashian CV.pdf" download><img src="/j.jpg" alt="My CV" ></a>
</div>
</div>
<div class="col-xs-6">
<h1 class=" text-center">My Video CV</h1>
<div class="well" id="right-well">
<h2>Click on the button to download my video CV:</h2>
<a href="/Saeid ashian video CV.mp4" download><img src="/j.jpg" alt="My CV" ></a>
</div>
</div>
</div>
<p><img src="/qr.png" alt="all my social media page" width="142" height="142" align="middle"></p>
</div>
</body>
</html>