-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
85 lines (74 loc) · 2.06 KB
/
contact.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
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<title> Janak Poojary | contact </title>
<link rel="shortcut icon" type="image/png" href="resource/icon1.png">
<style>
body,
html {
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}
.caption {
position: absolute;
left: 0;
top: 5%;
width: 100%;
text-align: center;
text-transform: uppercase;
color: #000;
}
.caption span.border {
background-color: #111;
color: #fff;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
h3 {
width: 50%;
text-align: center;
letter-spacing: 5px;
font: 20px "Lato", sans-serif;
color: #ffffff;
background-color: #ff5a4d;
text-transform: lowercase;
padding: 15px;
}
#particles-js {
background-image: url('resource/bg4.jpg');
background-size: cover;
}
</style>
</head>
<body>
<div id="particles-js">
<div class="caption">
<span class="border">email</span>
<center>
<h3><a href="mailto:[email protected]" style="text-decoration:none;color:#ffffff;">[email protected]</a></h3>
</center>
<br></br>
<span class="border">phone number</span>
<center>
<h3>8488848624 || 8160551685</h3>
</center>
<br></br>
<span class="border">website</span>
<center>
<h3><a href="http://janakpoojary.github.io" target="_blank" title="visit website" style="text-decoration:none;color:#ffffff;">http://JanakPoojary.github.io</a></h3>
</center>
</div>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'particlescontact.json',
function() {
console.log('particles.json loaded...')
})
</script>
</body>
<div style="color: #777;background-color:white;text-align:center;padding:30px 80px;text-align: justify;">
<p style="text-align:center;font: 400 15px/1.8 Lato, sans-serif;">Copyright © 2019 <br /> Janak Poojary</p>
</div>
</html>