-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (79 loc) · 3.02 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
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cipherGUYS | Linktree</title>
<!-- Favicon -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/97837242" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture" href="#popup">
<img src="https://avatars.githubusercontent.com/u/97837242" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://avatars.githubusercontent.com/u/97837242" target="_blank">
<img src="https://avatars.githubusercontent.com/u/97837242" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
Once upon a time, three strangers sat on a bench and became buddies.<br> They decided to start a company and named it cipherGUYS.<br> Then they began searching for a guy <br>who could match their vibe to complete the squad.<br> Together, they are still exploring the unknown and unfound adventures
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
@cipherguys
</div>
<div class="title">
<span>connect us through</span>
</div>
<div id="links">
<a class="link" href="https://github.com/cipherguys" target="_blank">
<i class="fab fa-github"> </i>Github
</a>
<a class="link" href="https://www.instagram.com/cipherguys" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://cipherguys.github.io" target="_blank">
<i class="fa fa-briefcase"> </i>Portfolio
</a>
</div>
<div class="title">
our main projects
</div>
<div id="links">
<a href="https://cipherguys.github.io/CovidSJCET/" class="link" target="_blank">
CovidSJCET
</a>
<a href="https://cipherguys.github.io/Attendence-Requirement/" class="link" target="_blank">
Attendence-Requirement Calculator
</a>
<a href="https://ctf-asthra22.herokuapp.com/" class="link" target="_blank">
A CTF platform
</a>
<a href="https://cipherguys.github.io/JY-prayerReq/" class="link" target="_blank">
Jesus Youth Prayer Request
</a>
<a href="https://cipherguys.github.io/website-rater/" class="link" target="_blank">
Portfolio Rater
</a>
</div>
<div id="hashtag">
made with ❤ by cipherguys
</div>
</body>
</html>