-
Notifications
You must be signed in to change notification settings - Fork 6
/
contact.html
91 lines (77 loc) · 3.83 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
86
87
88
89
90
---
layout: default
title: CONTACT
css: static/CSS/contact.css
js: static/JS/contact.js
change_theme: true
---
<head>
<meta charset="UTF-8">
<title>CodePen - Social Icons with Tooltip</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<ul class="social">
<li class="chat"><a href="https://chat.whatsapp.com/ICKcFJhslX5DwH6UFDzdU1" target="_blank"><i class="fab fa-whatsapp"></i></a>
<h5>whatsapp</h5>
<h6>Join our whatsapp group to ask any questions you have or to discuss with other participants</h6> </li>
<li class="chat"><a href="https://t.me/joinchat/AAAAAFSi-8kWLBnwYEwvZw" target="_blank"><i class="fab fa-telegram"></i></a>
<h5>Telegram</h5>
<h6>Join our Telegram chat to ask any questions you have or to discuss with other participants</h6></li>
<li class="chat"><a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></a>
<h5>EMail</h5>
<h6>Send us a private email regarding any issue you have or any feedback about the competition</h6></li>
<li class="chat"><a href="https://discord.gg/cZcrbnV" target="_blank"><i class="fab fa-discord"></i></a>
<h5>Discord</h5>
<h6>Join our Discord channel to ask any questions you have or to discuss with other participants</h6></li>
</ul>
<ul class="phone">
<li class="call">
<h6>BITS OC</h6>
<h5>Chamindu Jayanath</h5>
<hr>
<p class="contact">CONTACT</p>
<div class="social-icons" style="font-size: 0.5rem;">
<a class="social-icon social-icon--github" href="https://github.com/chamindujs" target="_blank">
<i class="fab fa-github fa-xs" ></i>
<div class="tooltip">Github</div>
</a>
<a class="social-icon social-icon--email" href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope fa-xs"></i>
<div class="tooltip">EMail</div>
</a>
<a class="social-icon social-icon--instagram" href="https://www.instagram.com/chamindujs/" target="_blank">
<i class="fab fa-instagram fa-xs"></i>
<div class="tooltip">Instagram</div>
</a>
<a class="social-icon social-icon--call" href="tel:0711436311">
<i class="fas fa-phone fa-xs"></i>
<div class="tooltip"><div class="num">call ( 0711436311 )</div></div>
</a>
</div>
</li>
<li class="call">
<h6>BITS OC</h6>
<h5>Chamuthu Edirisooriya</h5>
<hr>
<p class="contact">CONTACT</p>
<div class="social-icons" style="font-size: 0.5rem;">
<a class="social-icon social-icon--github" href="https://github.com/Chamuthu030828" target="_blank">
<i class="fab fa-github fa-xs" ></i>
<div class="tooltip">Github</div>
</a>
<a class="social-icon social-icon--email" href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope fa-xs"></i>
<div class="tooltip">EMail</div>
</a>
<a class="social-icon social-icon--instagram" href="https://www.instagram.com/time_remnant_2.0/" target="_blank">
<i class="fab fa-instagram fa-xs"></i>
<div class="tooltip">Instagram</div>
</a>
<a class="social-icon social-icon--call" href="tel:0702914804">
<i class="fas fa-phone fa-xs"></i>
<div class="tooltip"><div class="num">call ( 0702914804 )</div> </div>
</a>
</div>
</li>
</ul>