-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (172 loc) · 6.34 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Denilson Productions</title>
<meta name="title" content="Denilson Productions" />
<meta
name="description"
content="Questo e il mio sito, qui pubblico tutto quello che faccio"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="assets/logo.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="assets/logo.png"
/>
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/utilities.css" />
</head>
<body>
<header id="hero">
<nav class="navbar">
<div class="container">
<h1 id="logo">
<a href="https://denilson-polonio.github.io"
><img src="assets/logo.png" alt="Logo"
/></a>
</h1>
<ul class="nav-menu">
<li><a class="nav-link" target="_blank" href="https://github.com/denilson-polonio?tab=repositories">PROGETTI</a></li>
<li><a class="nav-link" target="_blank" href="https://www.thingiverse.com/denilson_p/collections/42259623/things">MODELLI 3D</a></li>
<li><a class="nav-link" target="_blank" href="https://www.thingiverse.com/denilson_p/collections/42259754/things">TAGLIO / INCISIONE LASER</a></li>
<div class="theme-switch">
<input type="checkbox" id="switch" />
<label class="toggle-icons" for="switch">
</label>
</div>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="header-container">
<img
class="profile-image"
src="assets/logo.png"
alt=""
/>
<h1>Ciao, sono Denilson</h1>
<div class="content-text">
<h2>Creo Contenuti digitali</h2>
<h2>Modelli 3D, vettoriali e progetti.</h2>
</div>
<a
href="https://forms.gle/TRNJzfEEJPp5nL3n9"
class="nav-link btn btn-primary"
target="_blank"
>VUOI STAMPARE IN 3D O A LASER? <i class="fas fa-arrow-right"></i
></a
>
</section>
</header>
<section id="projects" class="project-container container">
<div class="division"></div>
<div class="content-text">
<h2>Eplora</h2>
<p>Modelli e progetti aggiungi di recente</p>
</div>
<article class="project">
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>GreenHouse Arduino</h3>
<p>An intelligent and automated way to grow plants in a controlled environment.</p>
</div>
<div class="project-link">
<a href="https://github.com/denilson-polonio/greenhouse-arduino" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Sub Zero Project (Spotify Keychain)</h3>
<p>Project created for those who do not have the possibility of having multicolored printing</p>
</div>
<div class="project-link">
<a href="https://www.thingiverse.com/thing:6188812" target="_blank"><i class="fa fa-file" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Cat + Butterfly (v1)</h3>
<p>It is also possible to cut/engrave a single animal, or all together</p>
</div>
<div class="project-link">
<a href="https://www.thingiverse.com/thing:6631527" target="_blank"><i class="fa fa-file" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<h3>Nothing CMF Watch-Pro Stand</h3>
<p>No glue required, interlocking system</p>
</div>
<div class="project-link">
<a href="https://www.thingiverse.com/thing:6638377" target="_blank"><i class="fa fa-file" aria-hidden="true"></i></a>
</div>
</div>
</div>
</article>
</section>
<footer id="footer">
<div class="container">
<a href="mailto:[email protected]">[email protected]</a>
<div class="social">
<a href="https://www.instagram.com/denilson._.p" target="_blank"
><img src="./assets/instagram-icon.svg" alt="Instagram"
/></a>
<a href="https://www.thingiverse.com/denilson_p" target="_blank"><img src="./assets/thingiverse-icon.svg" alt="Thingiverse" /></a>
<a href="https://open.spotify.com/user/7yf2n2j1fbd40jrmxt4781zfi?si=71bffaacb9a5465a" target="_blank"
><img src="./assets/spotify-icon.svg" alt="Spotify"
/></a>
<a href="https://github.com/denilson-polonio" target="_blank"><img src="./assets/github-icon.svg" alt="GitHub" /></a>
</div>
<div class="attribution">
<a
href="https://denilson-polonio.github.io"
target="_blank"
rel="noopener noreferrer"
>
</a>
</div>
<p>Copyright © Denilson <span id="datee"></span>, Tutti i diritti riservati</p>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>