-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
280 lines (223 loc) · 8.95 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width,
initial-scale=1,maximum-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="style-css/style.css">
<link rel="stylesheet" href="style-css/style2.css">
<title>Luca Bertero</title>
</head>
<body data-spy="scroll" data-target=".top-bar">
<header class="top-bar">
<nav>
<ul class="nav">
<div class="scritte">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
</div>
<div class="scritte">
<li class="nav-item">
<a class="nav-link" href="#about-me">About me</a>
</li>
</div>
<div class="scritte">
<li class="nav-item">
<a class="nav-link" href="#project">Project</a>
</li>
</div>
<div class="scritte">
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</div>
</ul>
</nav>
</header>
<section id="home">
<div class="contenitore profilo">
<h1>Welcome on my website!</h1>
<div class="profile-container">
<div class="profile">
<img class="profile-img" src="img/profile-img4.png" alt="profile-photo">
<h4>Luca Bertero</h4>
<div class="profile-script">
<p>Full Stack Developer</p>
</div>
</div>
<div class="presentation-box">
<div class="description">
<h3>Hello!</h3>
<p>My name is Luca and I'm 22 years old.
This is my personal website, where you can find who am I
and my skills in web development.
Scroll down or click the About me button
for know more about me.</p>
</div>
<div class="bottoni-profile">
<div class="bottoni-box">
<a href="#about-me">About Me</a>
</div>
<div class="bottoni-box">
<a href="#project">Project</a>
</div>
</div>
<div class="social">
<h3>Social</h3>
<div class="social-container">
<div class="social-box">
<a href="https://www.linkedin.com/in/lucabertero/" target="_blank">
<img src="img/linkedin.svg" width="30px" height="30px" alt="">
</a>
</div>
<div class="social-box">
<a href="https://github.com/luca-bertero" target="_blank">
<img src="img/github.svg" width="30px" height="30px" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about-me">
<div class="contenitore capacita">
<h2>About me</h2>
<div class="skill-contenitor">
<div class="skill-description">
<p>Here you can find my main hard skill in coding</p>
</div>
<div class="skill hard">
<div class="skill-box">
<img src="img/html5-preview.png" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="skill-box">
<img src="img/CSS3-removebg.png" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="skill-box">
<img src="img/Javascript.png" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">50%</div>
</div>
</div>
<div class="skill-box">
<img src="img/PHP-logo-removebg.png" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</div>
<div class="skill-box">
<img src="img/Java.svg" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="skill-box">
<img src="img/Python-logo.png" width="100px" height="100px" alt="">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</div>
</div>
<div class="skill soft">
<h3>Soft Skill</h3>
<ul>
<li>👥Team work</li>
<li>💡Problem Solving</li>
<li>🔍Precision</li>
</ul>
</div>
<div class="skill language">
<h3>Langueges</h3>
<ul>
<li>🇮🇹Italian: Mother tongue</li>
<li>🇬🇧English: Advanced</li>
<li>🇩🇪German: Basic</li>
</ul>
</div>
</div>
</div>
</section>
<section id="project">
<div class="contenitore progetti">
<h2>Project</h2>
<p>For more details check my <a href="https://github.com/luca-bertero" target="_blank">github profile</a></p>
<div class="project-container">
<div class="project-grid">
<div class="project-box">
Website
<img src="img/placeholder.png" width="100px" height="100px" alt="website image">
<a href="index.html">View</a>
</div>
<div class="project-box">
Javascript Project
<img src="img/placeholder.png" width="100px" height="100px" alt="javascript project image">
<a href="#">View</a>
</div>
<div class="project-box">
Placeholder Project
<img src="img/placeholder.png" width="100px" height="100px" alt="javascript project image">
<a href="#">View</a>
</div>
<div class="project-box">
Placeholder Project
<img src="img/placeholder.png" width="100px" height="100px" alt="javascript project image">
<a href="#">View</a>
</div>
<div class="project-box">
Placeholder Project
<img src="img/placeholder.png" width="100px" height="100px" alt="javascript project image">
<a href="#">View</a>
</div>
<div class="project-box">
Placeholder Project
<img src="img/placeholder.png" width="100px" height="100px" alt="javascript project image">
<a href="#">View</a>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="contenitore contatti">
<h2>Contact</h2>
<form class="form-contact" action="https://formspree.io/f/mleadpda" method="POST">
<div class="form-row">
<label for="">Name</label>
<input type="text" name="name" value="" placeholder="Insert your name here">
</div>
<div class="form-row">
<label for="">Email</label>
<input type="email" name="email" value="" placeholder="[email protected]">
</div>
<div class="form-row">
<label for='abstract'>Message</label>
<textarea id='abstract' name='abstract'></textarea>
</div>
<div class="form-row">
<button type="submit" name="button">Send</button>
</div>
</form>
</div>
</section>
<footer>
<div class="foot-copy">
Made with <span style="color:red;">♥</span> by Luca Bertero
</div>
</footer>
</body>
</html>