-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
128 lines (94 loc) · 4.35 KB
/
index.html
File metadata and controls
128 lines (94 loc) · 4.35 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Experimentos</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Experimentos" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="experiments" />
<meta property="og:description" content="experiments" />
<link rel="canonical" href="https://gui25.github.io/lab/" />
<meta property="og:url" content="https://gui25.github.io/lab/" />
<meta property="og:site_name" content="lab" />
<script type="application/ld+json">
{
"headline": "Experimentos",
"@type": "WebSite",
"url": "https://gui25.github.io/lab/",
"name": "lab",
"description": "experiments",
"@context": "https://schema.org"
}
</script>
<!-- End Jekyll SEO tag -->
<script type='text/javascript' src='jquery.particleground.js'></script>
<script type='text/javascript' src='demo.js'></script>
<link rel="stylesheet" href="/lab/assets/css/style.css">
<style>
body {
color: #ffffff;
background-color: #080808;
}
.box{
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-justify-content: center;
justify-content: center;
}
.box div{
font-size: 22px;
flex: 0 1 auto;
align-self: auto;
}
h1 {
width: 100% !important;
text-align: center !important;
}
p{
font-size: 18px;
}
</style>
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<div class="box">
<h1>My experiments</h1>
</div>
<p><a href="https://gui25.github.io/main/">Main Website</a> 🚀 <strong>(Main Website.)</strong></p>
<p><a href="https://gui25.github.io/lab/snakegame/">Snake Game</a> 🐍 <strong>(Simple Snake Game.)</strong>
<strong>(Support Only on PC)</strong></p>
<p><a href="https://gui25.github.io/lab/text-talk">Text Talk</a> 👄 <strong>(Text Talk)</strong></p>
<p><a href="https://gui25.github.io/lab/rule-of-three">Rule of three</a> 🔢 <strong>(Rule of three)</strong></p>
<p><a href="https://gui25.github.io/lab/cripto">Cripto</a> 🔒 <strong>(Cryptography - Password system)</strong></p>
<p><a href="https://gui25.github.io/lab/faviconchanger/">Favicon Changer</a> 👨🏼💻 <strong>(You can click in some
emoji or input your own url .png favicon.)</strong></p>
<p><a href="https://gui25.github.io/lab/jsonjs/">Json JS</a> 🤖 <strong>(Json data manipulate with JS.)</strong></p>
<p><a href="https://gui25.github.io/lab/takepage/">Take Another page</a> 📋✂️ <strong>(You can take another page to
your own.)</strong></p>
<p><a href="https://gui25.github.io/lab/imgbackground/">Img Background</a> 💻 <strong>(You can change the background
color and add a img.)</strong></p>
<p>| <a href="https://gui25.github.io/lab/WebWork/">Web Work V1 </a> | <a
href="https://gui25.github.io/lab/WebWorkv2/">Web Work V2</a> | 🖥️ <strong>(web work from my computer
technician course.)</strong></p>
<p><a href="https://gui25.github.io/lab/particle/">Particle</a> 🌌 <strong>(Just some particles.)</strong></p>
<p><a href="https://gui25.github.io/lab/tube/">Tube</a> 🧪 <strong>(Enjoy A wire Tube.)</strong></p>
<p><a href="https://gui25.github.io/lab/wave/">Distorted Waves</a> 🌊 <strong>(Crazy distorted green wave.)</strong>
</p>
<p><a href="https://gui25.github.io/lab/heart/">Heart</a> ❤️ <strong>(One click to start, two to stop.)</strong></p>
<p>Source to <a href="https://github.com/gui25/lab/">https://github.com/gui25/lab/</a></p>
<div id="particles" style="width: 100% !important; height: 100% !important;"></div>
</div>
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"
integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>
anchors.add();
</script>
</body>
</html>