-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (56 loc) · 2.93 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
<!DOCTYPE html>
<html class="page" lang="en">
<head>
<title>reoccurcat</title>
<meta content="reoccurcat" property="og:title" />
<meta content="page: main" property="og:description" />
<meta content="https://reoccur.cat" property="og:url" />
<meta content="https://reoccur.cat/assets/images/avatar.png" property="og:image" />
<meta content="#6507ad" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" type="text/css"
href="assets/css/main.css">
<link rel="icon" type="image/png" href="assets/images/circleavatar.png">
<script src="assets/js/main.js"></script>
</head>
<body onload="checkRedirect(); getRandomImage(); typeWriter(); typeWriter2()">
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- scripts -->
<script src="assets/js/particles.js"></script>
<script src="assets/js/app.js"></script>
<div class="floating" id="randImage" style=
"height: 250px; width: 250px;
background: rgba(128, 0, 128, 0);
padding: 5px">
</div>
<div id='type1' class="header1">
<a class="typewrite" data-period="5000" data-type='[ "Hi, I'm reoccurcat.", "I'm a fourteen year old developer.", "I can code in many languages, including JS and Python.", "Click here to learn more about me." ]'>
<div style="text-align: center;"><h3 class="wrap"></h3></div>
</a>
</div>
<div hidden id='type2' class="header2">
<a class="typewrite2" data-period="5000" data-type='[ "Hola, estic reoccurcat.", "Sóc un desenvolupador de catorze anys.", "Puc codificar en molts idiomes, inclosos JS i Python.", "Feu clic aquí per obtenir més informació sobre mi." ]'>
<div style="text-align: center;"><h3 class="wrap"></h3></div>
</a>
</div>
<div class="footer">
<div class="copyright" style="text-align: center;">
<small>© 2022 reoccurcat | <a id='eng1' class="rainbow rainbow_text_animated" href="dsc/">join my server!</a> <a hidden id='cat1' class="rainbow rainbow_text_animated" href="dsc/">uneix-te al meu servidor!</a></small>
</div>
<div class="socials">
<div style="text-align: center;"> <small>
<a href="https://instagram.com/reoccur.cat"><span class="label">Instagram</span></a>
|
<a href="https://github.com/reoccurcat/"><span class="label">GitHub</span></a>
|
<a href="dsc/"><span class="label">Discord</span></a>
|
<a href="mailto:[email protected]"><span id='eng2' class="label">Email</span><span hidden id='cat2' class="label">Correu Electrònic</span></a>
|
<button onclick="myFunction()" id="myButton">Català</button>
<button onclick="myFunction2()" hidden id="myButton2">English</button>
</small> </div>
</div>
</div>
</body>
</html>