-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (154 loc) · 6.84 KB
/
Copy pathindex.html
File metadata and controls
193 lines (154 loc) · 6.84 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JavaScript PlayGround</title>
<link rel="stylesheet" href="./src/css/style.css">
<link rel="stylesheet" href="./src/css/wrapper.css">
<link rel="stylesheet" href="./src/css/header.css">
<link rel="stylesheet" href="./src/css/main.css">
<link rel="stylesheet" href="./src/css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="wrapper">
<header>
<div class="header-fixed">
<div class="playground-logo">
<h1>JavaScript Playground</h1>
<img src="./src/assets/images/js-logo.png" alt="js-logo">
</div>
<div class="playground-nav">
<nav class="base-navbar">
<ul>
<li>
<a href="#hero-page">Home</a>
</li>
<li>
<a href="#dynamic-page">Dynamic</a>
</li>
<li>
<a href="#playground-page">Playground</a>
</li>
</ul>
<i class="fa-solid fa-bars" id="bars-btn"></i>
</nav>
</div>
</div>
</header>
<main>
<section class="hero-section section-style" id="hero-page">
<div class="hero-text">
<h2>Welcome to JavaScript Playground</h2>
<h3>A space dedicated to experimenting with practical and theoretical aspecets of JavaScript.</h3>
</div>
<div class="hero-images">
<img src="./src/assets/images/hero-images/hero-image1.jpg" alt="hero-image1">
<img src="./src/assets/images/hero-images/hero-image2.avif" alt="hero-image2">
<img src="./src/assets/images/hero-images/hero-image3.webp" alt="hero-image3">
<img src="./src/assets/images/hero-images/hero-image4.avif" alt="hero-image4">
</div>
<div class="hero-btn">
<a href="#playground-page">
<button>Get Started</button>
</a>
</div>
</section>
<section class="dynamic-section section-style" id="dynamic-page">
<div class="dynamic-title">
<h2>How JavaScript Playground Works?</h2>
</div>
<div class="dynamic-steps-and-imgs">
<ol>
<li>
<p>--> Select a topic avaible;</p>
<div class="dynamic-image-style">
<video
src="./src/assets/images/dynamic-videos/dynamic-video1.mp4"
autoplay
loop
muted
playsinline
></video>
</div>
</li>
<li>
<p>--> Check the console results;</p>
<div class="dynamic-image-style">
<video
src="./src/assets/images/dynamic-videos/dynamic-video2.mp4"
autoplay
loop
muted
playsinline
></video>
</div>
</li>
<li>
<p>--> Pratice in your favorite IDE and Learn more about the content.</p>
<div class="dynamic-image-style">
<video
src="./src/assets/images/dynamic-videos/dynamic-video3.mov"
autoplay
loop
muted
playsinline
></video>
</div>
</li>
</ol>
</div>
</section>
<section class="playground-section section-style" id="playground-page">
<div class="playground-title">
<h2>Playground Area</h2>
<h3>Test my applications here!</h3>
</div>
<div class="playground-topic">
<h4>Select a Topic:</h4>
<div class="topic-format">
<div class="topic-one">
<img src="./src/assets/images/playground-images/playground-img1.jpg" alt="playground-image1">
<p>Register 15 Users For Collect Informations.</p>
</div>
<div class="topic-two">
<img src="./src/assets/images/playground-images/playground-img2.jpg" alt="playground-image2">
<p>Transform JSON Data Into a JavaSript Object and Get Some Informations.</p>
</div>
</div>
</div>
<div class="playground-console">
<span>My code's results will appear here! Stay stuned!</span>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="footer-copyright">
<p>© 2026 Carlos Alberto da Silva Neto. Todos os direitos reservados.</p>
</div>
<nav class="footer-socials">
<a href="https://github.com/CarlosNeto-dev?tab=overview&from=2026-03-01&to=2026-03-12" target="_blank" rel="noopener noreferrer" class="social-link github">
<span>GitHub</span>
<i class="fa-brands fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/carlos-neto-54b62339b/" target="_blank" rel="noopener noreferrer" class="social-link linkedin">
<span>LinkedIn</span>
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/carlos_alberto_profissional/" target="_blank" rel="noopener noreferrer" class="social-link instagram">
<span>Instagram</span>
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=61579371309089&locale=pt_BR" target="_blank" rel="noopener noreferrer" class="social-link facebook">
<span>Facebook</span>
<i class="fa-brands fa-facebook"></i>
</a>
</nav>
</div>
</footer>
</div>
<script type="module" src="./src/js/script.js"></script>
</body>
</html>