-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (67 loc) · 2.3 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
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<script>
function linkedin() {
window.open("https://www.linkedin.com/in/raju-shingadiya-963807b9/", '_blank').focus();
}
function github() {
window.open("https://github.com/rajumark", '_blank').focus();
}
function twitter() {
window.open("https://twitter.com/infixraju", '_blank').focus();
}
function call() {
window.open("tel:6353321951", '_blank').focus();
}
function mail() {
window.open("mailto:[email protected]", '_blank').focus();
}
</script>
<style type="text/css">
* {margin: 0; padding: 0;}
#container {height: 100%; width:100%; font-size: 0;}
#left, #middle, #right {display: inline-block; *display: inline; zoom: 1; vertical-align: top; font-size: 12px;}
#left {width: 20%; }
.block {
display: block;
width: 100%;
border: 1%;
border-color: white;
background-color: #000000;
padding: 40px 0px;
font-size: 30px;
cursor: pointer;
text-align: center;
color:white;
}
</style>
</head>
<body>
<div id="container">
<div id="left"> <button onclick="call()" type="button" class="block">Call</button></div>
<div id="left"> <button onclick="mail()" type="button" class="block">Mail</button></div>
<div id="left"> <button onclick="linkedin()" type="button" class="block">LinkedIn</button></div>
<div id="left"> <button onclick="github()" type="button" class="block">Github</button></div>
<div id="left"> <button onclick="twitter()" type="button" class="block">Twitter</button></div>
</div>
<div class=frame>
<img src="page%201.jpg" style="width:100%;" />
</div>
<div class=frame>
<img src="page%202.jpg" style="width:100%;" />
</div>
<div class=frame>
<img src="page%203.jpg" style="width:100%;" />
</div>
<div class=frame>
<img src="page%204.jpg" style="width:100%;" />
</div>
<div id="container">
<div id="left"> <button onclick="call()" type="button" class="block">Call</button></div>
<div id="left"> <button onclick="mail()" type="button" class="block">Mail</button></div>
<div id="left"> <button onclick="linkedin()" type="button" class="block">LinkedIn</button></div>
<div id="left"> <button onclick="github()" type="button" class="block">Github</button></div>
<div id="left"> <button onclick="twitter()" type="button" class="block">Twitter</button></div>
</div>
</body>
</html>