-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (236 loc) · 15 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
<!DOCTYPE html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="stylesheet" href="./styles/portfolio.css">
</head>
<body>
<!-- Script bundle test -->
<!-- <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> -->
<!-- end test -->
<div id="main-wrapper">
<nav id="navbar">
<ul>
<li><a href="#welcome-section">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact-me">Contact</a></li>
</ul>
</nav>
<main id="main-section">
<section id="welcome-section">
<!-- <h3>Eng. Saturno Mangieri</h3> -->
<section id="box-text">
<div id="main-img-c">
<img src="./media-images/pexels-christina-morillo-1181673.jpg" alt="image of coding" class="img-main">
<p class="mini-p"><a href="https://www.pexels.com/es-es/@divinetechygirl?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels" target="_blank">Image Credits - Pexels.com</a></p>
</div>
<div id="text-c">
<h1 id="title-m">Portfolio - Eng. Saturno Mangieri</h1>
<a href="https://www.codewars.com/users/theghost1980/" target="_blank" title="My CodeWars.com Powers"><img src="https://www.codewars.com/users/theghost1980/badges/large" class="img-badge"/></a>
<p class="t-margin">Programming is a very complex subject these days. In fact, we may learn so many languages,
frameworks and still, this "industry" evoles so fast, that probably we may stay a bit off the road in a year or two.
But this is not as impossible as it may seems. As you get the basics in programming you can make a better path and just adapt everything you know to learn a new language or framework. This webpage intends to be a CV with all my formation and works about programming. Feel free to contact me anytime.
</p>
<p class="t-margin">One of my main hobbies is programming and self-learning. Actually is not just a hobby but a full time job. As I continue improving my self as a Full-Stack Developer I am learning and practicing the followings:</p>
<ul class="list">
<li>HTML & HTML5</li>
<li>CSS</li>
<li>Javascript</li>
<li>React JS</li>
<li>Ruby on Rails</li>
</ul>
</div>
</section>
</section>
<section id="projects">
<header class="headers">Projects, assignations and fun</header>
<div id="projects-c">
<div class="project-tile">
<header class="project-h">Tribute Web Page</header>
<p class="description-p">The first web page I did while taking the FCC challenges.</p>
<a href="tribute-rocco-mangieri.html">
<div class="p_img_c">
<img src="./media-images/site-1.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Form Page</header>
<p class="description-p">The second web page I did while taking the FCC challenges. A simple form.</p>
<a href="form-simple.html">
<div class="p_img_c">
<img src="./media-images/site-2.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Improved Form Page</header>
<p class="description-p">A simple form but making a better design and CSS stylying.</p>
<a href="form-simple-improved.html">
<div class="p_img_c">
<img src="./media-images/site-3.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Google Search Page</header>
<p class="description-p">Another task to design a simple web page site like google.</p>
<a href="google-search-easy-first.html">
<div class="p_img_c">
<img src="./media-images/site-4.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Google Search Page v2.0</header>
<p class="description-p">Improving the same searching web site.</p>
<a href="google-search-easy.html">
<div class="p_img_c">
<img src="./media-images/site-5.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Google Search Results page</header>
<p class="description-p">Another task to design a search results page as google.</p>
<a href="search-challenge-diff.html">
<div class="p_img_c">
<img src="./media-images/site-6.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Design a product landing page</header>
<p class="description-p">Task to design a product landing page.</p>
<a href="guitars-lp.html">
<div class="p_img_c">
<img src="./media-images/site-7.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Design a Tecnnical documentation Page</header>
<p class="description-p">Task to design a responsive technnical documentation page.</p>
<a href="tech-doc.html">
<div class="p_img_c">
<img src="./media-images/site-8.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Design a Simple Clock in JS</header>
<p class="description-p">Task to design a simple application of a clock w/ alarm using JS.</p>
<a href="clock.html">
<div class="p_img_c">
<img src="./media-images/site-10.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Rock, Paper, Scissor with JS</header>
<p class="description-p">Task to design a simple application of the famous game using JS.</p>
<a href="rock-paper-scissors.html">
<div class="p_img_c">
<img src="./media-images/site-11.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Drawing Board - Etch-a-Sketch</header>
<p class="description-p">Task to design a drawing board using JS.</p>
<a href="eacth-a-sketch.html">
<div class="p_img_c">
<img src="./media-images/site-12.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Calculator in JS</header>
<p class="description-p">Task to design a calculator using JS. This model only handles integers.</p>
<a href="calculator.html">
<div class="p_img_c">
<img src="./media-images/site-13.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">YouTube Page</header>
<p class="description-p">Task to design a copy of youtube video page.</p>
<a href="youtube.html">
<div class="p_img_c">
<img src="./media-images/site-14.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">Form Cloning</header>
<p class="description-p">Task to design a copy of famous form of a sign-in page.</p>
<a href="intuit-form.html">
<div class="p_img_c">
<img src="./media-images/site-15.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">API practice with JS</header>
<p class="description-p">Task to handle a restful API.</p>
<a href="api-practice.html">
<div class="p_img_c">
<img src="./media-images/site-16.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">API practice#2 with JS</header>
<p class="description-p">Task to handle a restful API.</p>
<a href="api-practice2.html">
<div class="p_img_c">
<img src="./media-images/site-17.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<div class="project-tile">
<header class="project-h">CSS grid Practice - Apple clon</header>
<p class="description-p">Task to copy an old apple style website.</p>
<a href="practice-grids.html">
<div class="p_img_c">
<img src="./media-images/site-18.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
<!-- <div class="project-tile">
<header class="project-h">Biographical/Tribute Page</header>
<p class="description-p">Improving my first site.</p>
<a href="bio-website.html">
<div class="p_img_c">
<img src="./media-images/site-19.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div> -->
<div class="project-tile">
<header class="project-h">ReactJS Simple Web-Page</header>
<p class="description-p">A CV-like webpage using reactJS</p>
<a href="https://theghost1980.github.io/React1/">
<div class="p_img_c">
<img src="./media-images/site-20.png" class="img-project" alt="project mini-image" class="img-project">
</div>
</a>
</div>
</div>
</section>
<section id="contact-me">
<!-- <div id="bg-contact"> -->
<ul>
<li><a href="https://www.freecodecamp.org/fccbae972b2-366a-40b2-b8f1-270a0ba386c4" id="profile-link" target="_blank"><img src="./media-images/fcc-logo.png" class="logos"></a></li>
<li><a href="https://github.com/theghost1980" target="_blank"><img src="./media-images/github-logo.png" class="logos"></a></li>
<li><a href="https://www.linkedin.com/in/saturno-mangieri-011265138/" target="_blank"><img src="./media-images/linkedin-logo.png" class="logos"></a></li>
</ul>
<!-- </div> -->
</section>
</main>
<footer>
<p>@theghost1980 2020</p>
</footer>
</div>
</body>
</html>