-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (305 loc) · 11.1 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en" id="top">
<head>
<title>Amalfi Makes It</title>
<link
rel="shortcut icon"
type="image/ico"
href="images/favicon/favicon.ico"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon/favicon-16x16.png"
/>
<!-- access to webmanifest currently blocked on my site. Need to resolve -->
<link rel="manifest" href="https://amalfimakesit.com/site.webmanifest" />
<script
src="https://kit.fontawesome.com/6c80d95586.js"
crossorigin="anonymous"
></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- social media display meta tags -->
<meta property="og:title" content="AMALFI Makes It" />
<meta
property="og:description"
content="Steve Amalfitano Programming/Design Portfolio"
/>
<meta
property="og:image"
content="https://amalfimakesit.com/images/SCA-dev.png"
/>
<meta property="og:url" content="https://amalfimakesit.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Amalfi Makes It" />
<meta
name="twitter:description"
content="Steve Amalfitano Portfolio"
/>
<meta name="twitter:site" content="@stevecorwin9" />
<meta
name="twitter:image"
content="https://amalfimakesit.com/images/SCA-dev.png"
/>
<meta name="twitter:creator" content="@stevecorwin9" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Lovers+Quarrel&family=Raleway:wght@300&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="container">
<img src="images/AMIheader.svg" alt="Amalfi Makes It Logo" />
<div class="signature">
<div id="signature">Steve Corwin Amalfitano</div>
<hr />
<div class="trades">
<a id="dev" href="#developer">DEVELOPER</a><span> | </span
><a href="#artist">ARTIST</a><span> | </span
><a
id="craft"
target="_blank"
href="https://www.facebook.com/AmalfiMakesIt"
>CRAFTSMAN</a
>
</div>
<div id="friend">click, friend, and enter</div>
</div>
<div class="social-links">
<a href="mailto:[email protected]"
><i class="fas fa-envelope fa-2x"></i
></a>
<a href="https://www.facebook.com/AmalfiMakesIt"
><i class="fab fa-facebook fa-2x"></i
></a>
<a href="https://www.linkedin.com/in/steve-corwin-amalfitano-79345698/"
><i class="fab fa-linkedin fa-2x"></i
></a>
<a href="https://www.instagram.com/amalfi.makes.it/"
><i class="fab fa-instagram fa-2x"></i
></a>
<a href="https://github.com/PrinceCorwin"
><i class="fab fa-github fa-2x"></i
></a>
<a href="https://www.youtube.com/c/TribeOfOne"
><i class="fab fa-youtube fa-2x"></i
></a>
</div>
</div>
<div id="bio">
<img id="headshot" src="./images/SCA-dev.png" alt="" />
<div class="bio-text" id="bio-text">
<h3>A Brief Bio</h3>
<p>
As a creative maker of many things, my professional attention remains focused on the area that has given me the most joy
throughout my life... programming. It is said that if you are
doing what you love, you will never have to work, and I have always
found that to be true.
</p>
<p>
My analytical/technical training and education, <em>(including functional
programming, IT support, metal fabrication and woodworking)</em>, mixed with
an artistic creativity provide a sound basis for web
development.
</p>
<p>
As a team player, I understand the value of respecting and appreciating my
co-workers. There is rarely a problem that they can not help you solve.
Lastly, my age and extensive work history have taught me how to be a
productive, valuable, no-risk employee.
</p>
<p>
Owner / Artist of "Amalfi Makes It", a freelance company providing
custom professional and personal website/web-app design, as well as sign
making services, custom apparel, and general woodworking projects.
</p>
</p>
</div>
</div>
<div class="developer" id="developer">
<div class="dev-title">PRACTICAL WEB APPLICATIONS</div>
<div class="preview-container">
<div class="preview">
<a href="https://amalfimakesit.com/apps/Dummy-Leg-Calculator"
><img src="./images/dummyPreview.png" alt=""
/></a>
<div class="preview-desc" id="dummy">DUMMY LEG LENGTH CALCULATOR</div>
</div>
<div class="preview">
<a href="https://personallistapp.netlify.app/"
><img src="./images/ilistPreview.png" alt=""
/></a>
<div class="preview-desc" id="ilist">iLIST - PERSONAL LIST APP</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/Calculator"
><img src="./images/calcPreview.png" alt=""
/></a>
<div class="preview-desc" id="calc">MATH CALCULATOR</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/RuneStone"
><img src="./images/runePreview.png" alt="RuneStone Raider Thumbnail"
/></a>
<div class="preview-desc" id="rune">
RUNESTONE RAIDER MEMORY GAME
</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/Tic-Tac-Toe"
><img src="./images/TicTacToePreview.png" alt=""
/></a>
<div class="preview-desc" id="tic">
TIC TAC TOE WITH MINIMAX ALGORITHM
</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/elbow-trim-angle"
><img src="./images/trimPreview.png" alt=""
/></a>
<div class="preview-desc" id="trim">PIPE ELBOW TRIM ANGLE</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/Grixel"
><img src="./images/grixelPreview.png" alt=""
/></a>
<div class="preview-desc" id="grixel">
<span id="g">G</span><span id="r">R</span><span id="i">I</span
><span id="x">X</span><span id="e">E</span
><span id="l">L </span>PIXEL-ART DOODLER
</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/rock-paper-scissors"
><img src="./images/RPSpreview.png" alt=""
/></a>
<div class="preview-desc" id="rpsGame">
ROCK, PAPER, SCISSORS: JUDGEMENT DAY!
</div>
</div>
<div class="preview">
<a href="https://amalfimakesit.com/apps/Amalfi-motif"
><img src="./images/drumPreview.png" alt=""
/></a>
<div class="preview-desc" id="drum">DRUM KIT SIMULATOR</div>
</div>
<!-- <div class="preview">
<a href="https://amalfimakesit.com/apps/Book-Library"
><img src="./images/libraryPreview.png" alt=""
/></a>
<div class="preview-desc" id="library">
THE PURPLE PAGE PERSONAL LIBRARY
</div> -->
</div>
</div>
</div>
<!--image slider start-->
<div class="artist" id="artist">
<div class="art-title">ARTISTIC IMPRESSIONS</div>
<div class="title-desc">Original Multi-Media Artwork by Steve</div>
<div class="slider">
<div class="slides">
<!--radio buttons start-->
<input type="radio" name="radio-btn" id="radio1" />
<input type="radio" name="radio-btn" id="radio2" />
<input type="radio" name="radio-btn" id="radio3" />
<input type="radio" name="radio-btn" id="radio4" />
<!--radio buttons end-->
<!--slide images start-->
<div class="slide first">
<img src="images/ElaineBoard.jpg" alt="" />
</div>
<div class="slide">
<img src="images/portraits.png" alt="" />
</div>
<div class="slide">
<img src="images/mirrors.jpeg" alt="" />
</div>
<div class="slide">
<img src="images/heart.jpg" alt="" />
</div>
<!--slide images end-->
<!--automatic navigation start-->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
<div class="auto-btn3"></div>
<div class="auto-btn4"></div>
</div>
<!--automatic navigation end-->
</div>
<!--manual navigation start-->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
</div>
<!--manual navigation end-->
</div>
</div>
<!--image slider end-->
<!-- <script type="text/javascript">
var counter = 1;
setInterval(function () {
document.getElementById("radio" + counter).checked = true;
counter++;
if (counter > 4) {
counter = 1;
}
}, 3500);
</script> -->
<footer>
<div class="footer-contact">
<div class="footer-contact-title">CONTACT:</div>
<div class="footer-contact-links">
<a href="mailto:[email protected]">email</a>
<a href="http://www.linkedin.com/in/steve-corwin-amalfitano-79345698/"
>LinkedIn</a
>
<a href="https://www.facebook.com/AmalfiMakesIt/">Store</a>
</div>
</div>
<div class="footer-center">
<div class="footer-social">
<a href="https://www.facebook.com/AmalfiMakesIt"
><i class="fab fa-facebook fa-1x"></i
></a>
<a href="https://www.instagram.com/amalfi.makes.it/"
><i class="fab fa-instagram fa-1x"></i
></a>
<a href="https://github.com/PrinceCorwin"
><i class="fab fa-github fa-1x"></i
></a>
<a href="https://www.youtube.com/c/TribeOfOne"
><i class="fab fa-youtube fa-1x"></i
></a>
</div>
<div class="copyright">
<small>© Copyright 2020, Steve Corwin Amalfitano</small>
</div>
</div>
<div class="footer-logo">
<a href="#top">
<img src="images/AMIfooter.svg" alt="Amalfi Makes It logo"
/></a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>